Documentation issue?
pieterlukasse opened this issue · 2 comments
The documentation at https://github.com/CRG-CNAG/CalliNGS-NF/blob/master/docker/README.adoc states
A Docker container with all tools except the Genome Analysis Toolkit can be built from the Dockerfile present in this folder
However, the Docker file does install GATK as well in https://github.com/CRG-CNAG/CalliNGS-NF/blob/master/docker/Dockerfile#L46:
&& curl -fsSL https://github.com/broadinstitute/gatk/releases/download/4.1.1.0/gatk-4.1.1.0.zip > gatk-4.zip \
One related question I had was: can I configure different docker images, one for each step? Or am I limited to a single value for process.container
in the config file?
Ok, I found the answer to my related question above: https://github.com/nextflow-io/nextflow/blob/master/docs/process.rst#container -> the container can be set individually for each "process". Maybe this is what should be done for the GATK process items in https://github.com/CRG-CNAG/CalliNGS-NF/blob/master/modules.nf