From b2a2fa7a5ba8c322ef93636633c733eec1129f54 Mon Sep 17 00:00:00 2001 From: Venkat Malladi <venkat.malladi@utsouthwestern.edu> Date: Sun, 16 Feb 2020 09:29:53 -0600 Subject: [PATCH] Update path --- workflow/main.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/main.nf b/workflow/main.nf index e8ad275..765ba3b 100644 --- a/workflow/main.nf +++ b/workflow/main.nf @@ -654,7 +654,7 @@ process multiqcReport { """ echo $workflow.nextflow.version > version_nextflow.txt - singularity exec project/shared/bicf_workflow_ref/singularity_images/bicf-multiqc-2.0.0.img multiqc --version > version_multiqc.txt + singularity exec /project/shared/bicf_workflow_ref/singularity_images/bicf-multiqc-2.0.0.img multiqc --version > version_multiqc.txt 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 -- GitLab