Open deepmind11 opened 9 months ago
My System: MacBook Pro M3; I am running a zsh terminal (also tried the below code in bash)
Here are the commands I ran on my local system
git clone https://github.com/ccbskillssem/snakemake_fa23.git conda env create --file envs/snakemake_fa23.yml conda activate snakemake_fa23
git clone https://github.com/ccbskillssem/snakemake_fa23.git
conda env create --file envs/snakemake_fa23.yml
conda activate snakemake_fa23
But I am getting the following error when running: snakemake -pj10 --use-conda output/visuals/vcf_heatmap.pdf -np
snakemake -pj10 --use-conda output/visuals/vcf_heatmap.pdf -np
If I understood it properly, the below seems to be the main issue. I am unable to debug it.
/bin/bash: conda: command not found
I have conda already installed and in my PATH. ❯ conda --version conda 23.11.0
❯ conda --version
conda 23.11.0
TIA.
(Coming here from YouTube, great lecture!)
Oh my god, I'm so sorry I haven't responded to this! If you never resolved this, please let me know and I'll see what I can do.
My System: MacBook Pro M3; I am running a zsh terminal (also tried the below code in bash)
Here are the commands I ran on my local system
git clone https://github.com/ccbskillssem/snakemake_fa23.git
conda env create --file envs/snakemake_fa23.yml
conda activate snakemake_fa23
But I am getting the following error when running:
snakemake -pj10 --use-conda output/visuals/vcf_heatmap.pdf -np
If I understood it properly, the below seems to be the main issue. I am unable to debug it.
I have conda already installed and in my PATH.
❯ conda --version
conda 23.11.0
TIA.
(Coming here from YouTube, great lecture!)