File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN cd /tmp && mkdir -p $CONDA_DIR && \
5757 wget "https://github.com/conda-forge/miniforge/releases/download/24.3.0-0/Mambaforge-24.3.0-0-Linux-x86_64.sh" && \
5858 bash Mambaforge-24.3.0-0-Linux-x86_64.sh -f -b -p $CONDA_DIR && \
5959 rm -f Mambaforge-24.3.0-0-Linux-x86_64.sh && \
60- $CONDA_DIR/bin/mamba install -y --channel conda-forge --channel bioconda bcftools==1.20 htslib==1.20 samtools==1.20 pandas==2.0.2 bedtools=2.31 pybedtools==0.9.0 openpyxl==3.1.2 scipy==1.11.4 cython cyvcf2==0.30.28 pysam==0.22.1 statsmodels pyranges==0.0.129 pybigwig globus-cli nextflow nf-core SQLAlchemy biotite pyodbc && \
60+ $CONDA_DIR/bin/mamba install -y --channel conda-forge --channel bioconda bcftools==1.20 htslib==1.20 samtools==1.20 pandas==2.0.2 bedtools=2.31 pybedtools==0.9.0 openpyxl==3.1.2 scipy==1.11.4 cython cyvcf2==0.30.28 pysam==0.22.1 statsmodels pyranges==0.0.129 pybigwig globus-cli nextflow nf-core SQLAlchemy biotite pyodbc pybigtools && \
6161 $CONDA_DIR/bin/conda clean -y --all && \
6262 ln -s /opt/conda/bin/* /usr/local/bin/
6363
You can’t perform that action at this time.
0 commit comments