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

Update path

parent 05ae565f
Branches
Tags
1 merge request!65Changed singularity container to allow for rendering of references.
Pipeline #6043 passed with stages
in 14 hours, 25 minutes, and 32 seconds
......@@ -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
......
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