Created
December 17, 2021 15:22
-
-
Save mkweskin/938e17a9d348d006e8969b6b5da38ce4 to your computer and use it in GitHub Desktop.
VirIdAl singularity def file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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