Skip to content

Instantly share code, notes, and snippets.

@mkweskin
Created December 17, 2021 15:22
Show Gist options
  • Save mkweskin/938e17a9d348d006e8969b6b5da38ce4 to your computer and use it in GitHub Desktop.
Save mkweskin/938e17a9d348d006e8969b6b5da38ce4 to your computer and use it in GitHub Desktop.
VirIdAl singularity def file
Bootstrap: docker
From: continuumio/miniconda3
%post
/opt/conda/bin/conda config --add channels defaults
/opt/conda/bin/conda config --add channels bioconda
/opt/conda/bin/conda config --add channels conda-forge
/opt/conda/bin/conda config --add channels omnia
/opt/conda/bin/conda config --add channels plotly
/opt/conda/bin/conda install pandas samtools bedtools fastq_utils bowtie2 vsearch seqkit openmp diamond fastp termcolor plotly blast=2.11.0
/usr/bin/git clone https://github.com/budkina/VirIdAl
mv /VirIdAl/* /
@mkweskin
Copy link
Author

For https://github.com/budkina/VirIdAl
Run like this: singularity run --no-home --bind /path/to/database/directory:/database library://kweskinm/default/viridal:latest python download_databases.py --num_threads 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment