Skip to content
Snippets Groups Projects
Commit 05ae565f authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix path for multiqc.

parent 7a76914b
No related merge requests found
...@@ -658,6 +658,6 @@ process multiqcReport { ...@@ -658,6 +658,6 @@ process multiqcReport {
python --version &> version_python.txt python --version &> version_python.txt
python3 $baseDir/scripts/generate_references.py -r $references -o software_references python3 $baseDir/scripts/generate_references.py -r $references -o software_references
python3 $baseDir/scripts/generate_versions.py -o software_versions 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 .
""" """
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment