Ferlab-Ste-Justine / Post-processing-Pipeline

Variant analysis for genome and exome VGCFs
Apache License 2.0
0 stars 0 forks source link

feat: add nextflow docker image #21

Closed LysianeBouchard closed 5 days ago

LysianeBouchard commented 5 days ago

I tested that there is no new warnings from nf-core linter caused by the changes. I checked that I could build the docker image locally and start a container with it.

I did not cover details of the tools installed on the image as the dockerfile is an exact copy of the dockerfile on our previous repo (cqdg-denovo-nextflow) and was already thorougly tested in the past.

I did not covered github workflows logic as this is very complicated to test locally. If they malfunction, it should not break the pipeline code itself.

PR checklist