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

Fix path for multiqc.

parent 7a76914b
Branches
Tags
1 merge request!65Changed singularity container to allow for rendering of references.
Pipeline #6042 failed with stages
in 8 hours, 40 minutes, and 52 seconds
......@@ -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 .
"""
}
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