pescobar/singularity-bioinfo-tools:latest
$ singularity pull shub://pescobar/singularity-bioinfo-tools:latest
Singularity Recipe
BootStrap: docker
From: continuumio/miniconda3
%post
export PATH=/opt/conda/bin:$PATH
# make sure to have the latest conda version
conda update -n base conda
# add some extra channels
conda config --add channels conda-forge
conda config --add channels bioconda
# install some bioinfo tools from Bioconda
# to force the app version use appname==1.1.1
conda install --yes -c bioconda samtools
conda install --yes -c bioconda fastqc
conda install --yes -c bioconda trimmomatic
conda install --yes -c bioconda rseqc
conda install --yes -c bioconda star
conda install --yes -c bioconda salmon
conda install --yes -c bioconda kallisto
conda install --yes -c bioconda htseq
conda install --yes -c bioconda sra-tools
conda install --yes -c bioconda subread
conda install --yes -c bioconda multiqc
conda install --yes -c bioconda bedtools
conda install --yes -c bioconda gffread
%environment
export PATH=/opt/conda/bin:$PATH
export XDG_RUNTIME_DIR=""
%apprun samtools
samtools "$@"
%apprun fastqc
fastqc "$@"
%apprun trimmomatic
trimmomatic "@"
%apprun STAR
START "@"
%apprun STARlong
STARTlong "@"
%apprun salmon
salmon "@"
%apprun kallisto
kallisto "@"
%apprun htseq_count
htseq-count "@"
%apprun htseq_qa
htseq-qa "@"
%apprun sra_sort
sra-sort "@"
%apprun sra_stat
sra-stat "@"
%apprun multiqc
multiqc "@"
%apprun bedtools
bedtools "@"
%apprun gffread
gffread "@"
Collection
- Name: pescobar/singularity-bioinfo-tools
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/pescobar-singularity-bioinfo-tools-latest |
collection name | pescobar/singularity-bioinfo-tools |
branch | master |
tag | latest |
commit | 333e72f53612f69fb7012cd1b88331a196da2595 |
version (container hash) | e2c9d4ca4c0fddeb41b48e384d5ff31d2ba853bd6b75062bb8f69e05b640d21d |
build date | 2020-09-23T13:43:46.648Z |
size (MB) | 1455.76953125 |
size (bytes) | 1526484992 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.