mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
now with conda-based images
This commit is contained in:
parent
6001db8aef
commit
6385403a90
2 changed files with 0 additions and 27 deletions
|
@ -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"]
|
|
@ -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
|
Loading…
Reference in a new issue