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

Add in singularity version is multiqc report.

parent 50c36af2
No related merge requests found
......@@ -649,6 +649,9 @@ process multiqcReport {
script:
"""
module load python/3.6.1-2-anaconda
module load pandoc/2.7
module load singularity/3.0.2
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
python --version &> version_python.txt
......
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