diff --git a/workflow/main.nf b/workflow/main.nf index 1edf9f501bff955be118c518d9270b9cf44acb0d..e8ad27511fdafdecdca3fb51eeb7ca9f667887af 100644 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -658,6 +658,6 @@ process multiqcReport { python --version &> version_python.txt python3 $baseDir/scripts/generate_references.py -r $references -o software_references python3 $baseDir/scripts/generate_versions.py -o software_versions - singularity exec project/shared/bicf_workflow_ref/singularity_images/bicf-multiqc-2.0.0.img multiqc -c $multiqc . + singularity exec /project/shared/bicf_workflow_ref/singularity_images/bicf-multiqc-2.0.0.img multiqc -c $multiqc . """ }