Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation issue? #32

Open
pieterlukasse opened this issue Feb 17, 2022 · 2 comments
Open

Documentation issue? #32

pieterlukasse opened this issue Feb 17, 2022 · 2 comments

Comments

@pieterlukasse
Copy link

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 \

@pieterlukasse
Copy link
Author

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?

@pieterlukasse
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant