Skip to content
Snippets Groups Projects
Unverified Commit efc06486 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Merge branch 'master' of gitlab_lbmc:pipelines/nextflow

parents 14ff8205 6fa60ca9
Branches
Tags
No related merge requests found
...@@ -26,7 +26,7 @@ You are going to build a pipeline for you or your team. So the first step is to ...@@ -26,7 +26,7 @@ You are going to build a pipeline for you or your team. So the first step is to
## Forking ## Forking
Instead of reinventing the wheel, you can use the [pipelines/nextflow](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow) as a template. Instead of reinventing the wheel, you can use the [pipelines/nextflow](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow) as a template.
To easily do so, go to the [pipelines/nextflow](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow) repository and click on the [**fork**](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow/forks/new) button. To easily do so, go to the [pipelines/nextflow](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow) repository and click on the [**fork**](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow/forks/new) button (you need to log-in).
![fork button](img/fork.png) ![fork button](img/fork.png)
......
...@@ -3,11 +3,18 @@ MAINTAINER Rémi SERAPHIN ...@@ -3,11 +3,18 @@ MAINTAINER Rémi SERAPHIN
ENV UMI_TOOLS_VERSION=1.0.0 ENV UMI_TOOLS_VERSION=1.0.0
ENV PACKAGES="bash \ ENV PACKAGES="bash \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
procps \ procps \
gcc" zlib1g-dev \
zlib1g \
bzip2 \
libbz2-dev \
liblzma-dev \
libcurl4-openssl-dev \
make \t
gcc"
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends ${PACKAGES} && \ apt-get install -y --no-install-recommends ${PACKAGES} && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment