Tag: zsh

Converting sklearn Classifier to PyTorch

Hi, Due to certain system requirements, our team is looking at converting our use of an SGD classifier from sklearn over to PyTorch. So far, I’ve been able to take the transformed data from a Column Transformer and pass that into PyTorch tensors which seem like I can pass them…

Continue Reading Converting sklearn Classifier to PyTorch

Awesome List Updates on Nov 22, 2023

6 awesome lists updated today. 🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor CI / Tools & Plugins Lightning – Framework to integrate JMeter non-functional tests with CI/CD server. Tools / Utilities Hamster (⭐9) – Swiftly launch your JMeter test plans from Mac menubar….

Continue Reading Awesome List Updates on Nov 22, 2023

r – Problems with Rprofile, dont load at startup

I have a R (4.2.2) and RStudio (2023.06.2) installed on a MacOS system, before I update Rstudio I have no problem, but with those version I don’t how to load .Rprofile at startup RStudio. The defaul working directory for RStudio is in ~/R and my ~/.Rprofile is at home file.path(Sys.getenv(“HOME”),…

Continue Reading r – Problems with Rprofile, dont load at startup

SLURM and Docker, accessing reserved GPUs not working with zsh

I’m running docker containers on a server using SLURM. Generally, I connect to a manager node, and run my jobs on one of the other nodes by using: srun -w gpu02 –gres=”gpu:xxx:1″ –cpus-per-task=16 –pty /bin/bash Once I’m connected to the required node, I can see only the reserved GPU by…

Continue Reading SLURM and Docker, accessing reserved GPUs not working with zsh

Trouble with breseq Bam2Cov

Hi All, and thank you for taking the time to try and help. I am using this pipeline to calculate the coverage of my sequencing across: You will need: Example install, how all of the above are installed: ./configure –prefix=/Path/to/new/folder I just called put in ./configure –prefix=/Users/phr361/tool cd tools_folder make…

Continue Reading Trouble with breseq Bam2Cov

Rstudio can’t find CMAKE even though it is in /usr/local/bin – Package Management

I have been attempting to install a package that requires cmake. However, Rstudio can’t seem to find it for some reason: R version 4.3.1 (2023-06-16) — “Beagle Scouts” Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin22.4.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY….

Continue Reading Rstudio can’t find CMAKE even though it is in /usr/local/bin – Package Management

RStudio adds Anaconda path even when System doesn’t? – RStudio IDE

I had some problems installing cmdstanr and tracked it down to my Rstudio path, e.g. Sys.getenv(). What’s interesting to me now is that my system does not use the conda paths anywhere, e.g. when I do echo($PATH) in a new zsh terminal shell, I don’t see the Anaconda path there….

Continue Reading RStudio adds Anaconda path even when System doesn’t? – RStudio IDE

Error starting RStudio 2023.06.01 on Macbook M1 2020 – RStudio IDE

System details RStudio Edition : Desktop RStudio Version : RStudio 2023.06.01 “Mountain Hydrangea” 547dcf86, 2023-07-06) for macOS OS Version : Ventura 13.4.1 – macOS – Apple Macbook Pro 13-inch M1, 2020 R Version : 4.3.1 (2023-06-16) — “Beagle Scouts”, Platform: x86_64-apple-darwin20 (64-bit) Steps to reproduce the problem I just downloaded…

Continue Reading Error starting RStudio 2023.06.01 on Macbook M1 2020 – RStudio IDE

Conda/Mamba environment activation error

Conda/Mamba environment activation error 1 hey all, I have created a bash script that is below (i have already created environment named “blast” and installed blast in it) #!/bin/bash set -e #exit if command fails conda activate blast echo “blast help” blast -help conda deactivate when i make my “script.bash”…

Continue Reading Conda/Mamba environment activation error

Slurm Commands – Franklin Cluster Documentation

After logging in to Franklin, your session exists on the head node: a single, less powerful computer that serves as the gatekeeper to the rest of the cluster. To do actual work, you will need to write submission scripts that define your job and submit them to the cluster along…

Continue Reading Slurm Commands – Franklin Cluster Documentation

r – How to Set external variable or program for Rstudio

I know that this question is available in this page, but I have tried most of them, and I just can’t make it works. How can I set an external program as blast permanently using Sys.setenv for my personal functions in R I’m using a MacOS with R4.1.1 and RStudio…

Continue Reading r – How to Set external variable or program for Rstudio

illegal hardware instruction” on M1

Hello, I’m trying to run gget alphafold on my M1 mac, but am encountering the following error: zsh: illegal hardware instruction I noticed other threads (143) that comment on the difficulty of running tensorflow with m1 hardware and was wondering if this might be the issue? I checked to see…

Continue Reading illegal hardware instruction” on M1

bedtools – Create bed file where each column is the number of intersections with another bed file

The relevant bedtools option seems to be -c: -c For each entry in A, report the number of overlaps with B. – Reports 0 for A entries that have no overlap with B. – Overlaps restricted by -f, -F, -r, and -s. We can get the number of overlaps per…

Continue Reading bedtools – Create bed file where each column is the number of intersections with another bed file

STAR solo segmentation fault after ‘started Solo counting’

STAR solo segmentation fault after ‘started Solo counting’ 1 Dear all, I have some 10x v3 single cell rna seq fastq files that I am trying to map to hg38 human genome using STAR aligner and generate read counts. However, I am getting the following error and hope that some…

Continue Reading STAR solo segmentation fault after ‘started Solo counting’

ADMIXTURE ABORTS WITHOUT REASON

ADMIXTURE ABORTS WITHOUT REASON 0 Hello! I am trying to run admixture with the command line admixture –cv all_cg_gersamples.bed 2 It aborts with the following output. Please what am I getting wrong? ADMIXTURE Version 1.3.0 Copyright 2008-2015 David Alexander, Suyash Shringarpure, John Novembre, Ken Lange Please cite our paper! Information…

Continue Reading ADMIXTURE ABORTS WITHOUT REASON

Error to install qiime2-2022.11 with conda on Mac – Technical Support

ivanllam (Ivan Lam) February 2, 2023, 4:29am 1 Hi all, I aim to install QIIME2-2022.11 on Mac. I encounter the following error similar to (Error to install qiime2-2022.2 with conda). The recommendation involve a Mac with a M1 chip, but my Mac is working with a Intel Core-i9. May I…

Continue Reading Error to install qiime2-2022.11 with conda on Mac – Technical Support

Mapping reads using kallisto – rna seq analysis

Mapping reads using kallisto – rna seq analysis 0 Hi, I’m trying to map reads to a reference genome using kallisto for rna seq analysis with terminal on mac and the following command keeps loading for hours and won’t run. I’m not exactly sure where I’ve gone wrong. kallisto index…

Continue Reading Mapping reads using kallisto – rna seq analysis

bwa , 2 files fastq to 1 sam

bwa , 2 files fastq to 1 sam 1 i have this problem, please, help me, I’m trying it too from Mac OS Catalina I am creating a sam file, with 2 fastq files, using bwa I apply the following command bwa mem -t 2 GRCh38.primary_assembly.genome.fa.gz V350019555_L03_B5GHUMqcnrRAABA-556_1.fq.gz V350019555_L03_B5GHUMqcnrRAABA-556_2.fq.gz > V350019555_L03_B5GHUMqcnrRAABA-556.sam…

Continue Reading bwa , 2 files fastq to 1 sam

conda samtools

conda samtools 0 It gives me error when installing samtools I installed curl -O repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh sh Miniconda3-latest-MacOSX-x86_64.sh conda install -c bioconda samtools zsh: command not found: conda javierpalomares@JAVIERs-Air ~ % samtools conda • 184 views Login before adding your answer. Read more here: Source link

Continue Reading conda samtools

qiime2/q2cli – githubmate

A click-based command line interface for QIIME 2. Installation and getting help Visit qiime2.org to learn more about q2cli and the QIIME 2 project. Enabling tab completion Bash To enable tab completion in Bash, run the following command or add it to your .bashrc/.bash_profile: ZSH To enable tab completion in…

Continue Reading qiime2/q2cli – githubmate

Blast command line pipeline not working

Blast command line pipeline not working 0 Hello, I am running now a local blast pipeline using MacOs. The goal here is to take interval of the 5 best hits and then extract the SNP variants from multiple vcf.gz files. But I am facing an error which I cannot solve….

Continue Reading Blast command line pipeline not working

Socat not found in the /usr/bin folder in MacOS

Socat not found in the /usr/bin folder in MacOS 0 I have installed socat using brew install socat on my Mac and then tried to connect to the cluster. But it does not connect. It throws the following error message: zsh:1: no such file or directory: /usr/bin/socat kex_exchange_identification: Connection closed…

Continue Reading Socat not found in the /usr/bin folder in MacOS

Conda activate not working : kaggle

Hi everyone, I’m new to Kaggle and I’m trying to use it for my Bachelor’s degree thesis. However when I try to activate my conda environment it runs into an error: CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’. To initialize your shell, run $ conda…

Continue Reading Conda activate not working : kaggle

How do I activate a conda environment in Kaggle? : deeplearning

Hi everyone, I’m pretty new at this stuff, especially with Kaggle, and I’m trying to activate a conda environment with the conda activate command. However, it comes out with this error: CommandNotFoundError: Your shell has not been properly configured to use ‘conda activate’. To initialize your shell, run $ conda…

Continue Reading How do I activate a conda environment in Kaggle? : deeplearning

CUT&RUN pipeline – zsh: command not found: sbatch (MacOS terminal)

CUT&RUN pipeline – zsh: command not found: sbatch (MacOS terminal) – how to fix this? 1 Dear all, I apologise in advance if this issue has been addressed before and I just did not find it in here. Also, I am not a bioinformatician/programmer/computer person at all… I have been…

Continue Reading CUT&RUN pipeline – zsh: command not found: sbatch (MacOS terminal)

dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib

Samfile error: dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib 1 I’ve downloaded samfiles using conda For converting sam to bam I used the command samtools view -S -b /Users/dhee/Desktop/SRR12304924.s > /Users/dhee/Desktop/SRR12304924.bam In getting an error as dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib Referenced from: /Users/dhee/miniconda3/bin/samtools Reason: image not found zsh: abort samtools view…

Continue Reading dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib

Samfiles

Samfiles 1 I’ve downloaded samfiles using conda For converting sam to bam I used the command samtools view -S -b /Users/dhee/Desktop/SRR12304924.s > /Users/dhee/Desktop/SRR12304924.bam In getting an error as dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib Referenced from: /Users/dhee/miniconda3/bin/samtools Reason: image not found zsh: abort samtools view -S -b /Users/dhee/Desktop/SRR12304924.s Samfiles • 36…

Continue Reading Samfiles

fasted

fasted 0 I’m using a m1 Mac and I’ve installed fastqc using homebrew and also from the official website www.bioinformatics.babraham.ac.uk/projects/fastqc/ but I’m not able to run the command line(./fastqc) on terminal this is the output I get zsh: permission denied: ./fastqc and my fastqc does not show file option to…

Continue Reading fasted

New biostar-tools metaport for FreeBSD

FYI, FreeBSD users can now install all the bioinformatics software referenced by the Biostar Handbook via FreeBSD ports. Everything except bedGraphToBigWig can be installed simply by running pkg install biostar-tools bedGraphToBigWig is part of ucsc-userapps, which cannot be redistributed for licensing reasons, so there is no binary package. However, the…

Continue Reading New biostar-tools metaport for FreeBSD

zsh: exec format error: bigWigToWig

If you are on a Mac then this is not the right executable. You will need to download Mac executable from here: hgdownload.cse.ucsc.edu/admin/exe/macOSX.x86_64/ You may still run in to library errors if you are using latest BigSur OS. Your best bet is to use conda to install. conda install -c…

Continue Reading zsh: exec format error: bigWigToWig