You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
(I'm not a developer on this project.)
Based on this:
Activating conda environment: /BiO/tutorial/pipeline-structural-variation-1.4.0/results/.snakemake/conda/0ebb204c
/bin/bash: bcftools: command not found
It looks like bcftools is either not installed, or not accessible somehow, even though I would've thought that it's included in the conda environment.
(I'm not a developer on this project too.)
try to install samtools, minimap2 by running:
$ conda install samtools
$ conda install minimap2
and run snakemake use 1 thread, which works for me.(I found there were 4 separated bam files in /Analysis/alignment which should be join into 1 bam file if you run snakefmake with the default 4 threads)
$ snakemake --snakefile ./pipeline-structural-variation/Snakefile --configfile ./config.yaml --jobs 1 eval
good luck
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
I'm having trouble installing using snakemake...
Output log is shown below:
The text was updated successfully, but these errors were encountered: