now with conda-based images

This commit is contained in:
veitveit 2022-02-03 11:39:08 +01:00
parent 6001db8aef
commit 6385403a90
2 changed files with 0 additions and 27 deletions

View file

@ -1,16 +0,0 @@
FROM nfcore/base
LABEL authors="Niclas Kildegaard Nielsen and Veit Schwämmle" \
description="Docker image containing all requirements for maxquant pipeline"
COPY environment.yml /
# Create the environment:
RUN conda env create -f /environment.yml && conda clean -a
# Make RUN commands use the new environment:
# Activates the env for the program to run in
RUN echo "source activate nf-core-maxquant" > ~/.bashrc
ENV PATH /opt/conda/envs/nf-core-maxquant/bin:$PATH
# Changes the Work dir to the SDRF file area
WORKDIR /
# ENTRYPOINT ["/bin/bash"]

View file

@ -1,11 +0,0 @@
name: nf-core-maxquant
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- r-hexbin
- mono=5.14.0.177
- maxquant=1.6.10.43
- sdrf-pipelines=0.0.12
- bioconductor-normalyzerde=1.8