Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
Astrocyte
chipseq_analysis
Commits
5626a6ae
Commit
5626a6ae
authored
Apr 22, 2020
by
Venkat Malladi
Browse files
Add in singularity version is multiqc report.
parent
50c36af2
Changes
1
Show whitespace changes
Inline
Side-by-side
workflow/main.nf
View file @
5626a6ae
...
@@ -649,6 +649,9 @@ process multiqcReport {
...
@@ -649,6 +649,9 @@ process multiqcReport {
script:
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
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
python --version &> version_python.txt
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment