-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix multiqc shared mem error #436
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,70 +1,69 @@ | ||||||||||||||||||
process MULTIQC { | ||||||||||||||||||
label 'process_medium' | ||||||||||||||||||
|
||||||||||||||||||
conda "bioconda::multiqc=1.23" | ||||||||||||||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? | ||||||||||||||||||
'https://depot.galaxyproject.org/singularity/multiqc:1.23--pyhdfd78af_0' : | ||||||||||||||||||
'biocontainers/multiqc:1.23--pyhdfd78af_0' }" | ||||||||||||||||||
conda "bioconda::multiqc=1.25.1" | ||||||||||||||||||
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container | ||||||||||||||||||
? 'https://depot.galaxyproject.org/singularity/multiqc:1.25.1--pyhdfd78af_0' | ||||||||||||||||||
: 'biocontainers/multiqc:1.25.1--pyhdfd78af_0'}" | ||||||||||||||||||
|
||||||||||||||||||
input: | ||||||||||||||||||
path workflow_summary | ||||||||||||||||||
path multiqc_config | ||||||||||||||||||
path mqc_custom_config | ||||||||||||||||||
path logo | ||||||||||||||||||
|
||||||||||||||||||
path ('fastqc/*') | ||||||||||||||||||
path ('trimgalore/fastqc/*') | ||||||||||||||||||
path ('trimgalore/*') | ||||||||||||||||||
path 'fastqc/*' | ||||||||||||||||||
path 'trimgalore/fastqc/*' | ||||||||||||||||||
path 'trimgalore/*' | ||||||||||||||||||
|
||||||||||||||||||
path ('alignment/library/*') | ||||||||||||||||||
path ('alignment/library/*') | ||||||||||||||||||
path ('alignment/library/*') | ||||||||||||||||||
path 'alignment/library/*' | ||||||||||||||||||
path 'alignment/library/*' | ||||||||||||||||||
path 'alignment/library/*' | ||||||||||||||||||
Comment on lines
+18
to
+20
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
path ('alignment/merged_library/unfiltered/*') | ||||||||||||||||||
path ('alignment/merged_library/unfiltered/*') | ||||||||||||||||||
path ('alignment/merged_library/unfiltered/*') | ||||||||||||||||||
path ('alignment/merged_library/unfiltered/picard_metrics/*') | ||||||||||||||||||
path 'alignment/merged_library/unfiltered/*' | ||||||||||||||||||
path 'alignment/merged_library/unfiltered/*' | ||||||||||||||||||
path 'alignment/merged_library/unfiltered/*' | ||||||||||||||||||
path 'alignment/merged_library/unfiltered/picard_metrics/*' | ||||||||||||||||||
Comment on lines
+22
to
+25
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
path ('alignment/merged_library/filtered/*') | ||||||||||||||||||
path ('alignment/merged_library/filtered/*') | ||||||||||||||||||
path ('alignment/merged_library/filtered/*') | ||||||||||||||||||
path ('alignment/merged_library/filtered/picard_metrics/*') | ||||||||||||||||||
path 'alignment/merged_library/filtered/*' | ||||||||||||||||||
path 'alignment/merged_library/filtered/*' | ||||||||||||||||||
path 'alignment/merged_library/filtered/*' | ||||||||||||||||||
path 'alignment/merged_library/filtered/picard_metrics/*' | ||||||||||||||||||
Comment on lines
+27
to
+30
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
path ('preseq/*') | ||||||||||||||||||
path 'preseq/*' | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
path ('deeptools/*') | ||||||||||||||||||
path ('deeptools/*') | ||||||||||||||||||
path 'deeptools/*' | ||||||||||||||||||
path 'deeptools/*' | ||||||||||||||||||
Comment on lines
+34
to
+35
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
path ('phantompeakqualtools/*') | ||||||||||||||||||
path ('phantompeakqualtools/*') | ||||||||||||||||||
path ('phantompeakqualtools/*') | ||||||||||||||||||
path ('phantompeakqualtools/*') | ||||||||||||||||||
path 'phantompeakqualtools/*' | ||||||||||||||||||
path 'phantompeakqualtools/*' | ||||||||||||||||||
path 'phantompeakqualtools/*' | ||||||||||||||||||
path 'phantompeakqualtools/*' | ||||||||||||||||||
Comment on lines
+37
to
+40
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
path ('macs3/peaks/*') | ||||||||||||||||||
path ('macs3/peaks/*') | ||||||||||||||||||
path ('macs3/annotation/*') | ||||||||||||||||||
path ('macs3/featurecounts/*') | ||||||||||||||||||
path 'macs3/peaks/*' | ||||||||||||||||||
path 'macs3/peaks/*' | ||||||||||||||||||
path 'macs3/annotation/*' | ||||||||||||||||||
path 'macs3/featurecounts/*' | ||||||||||||||||||
Comment on lines
+42
to
+45
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
path ('deseq2/*') | ||||||||||||||||||
path ('deseq2/*') | ||||||||||||||||||
path 'deseq2/*' | ||||||||||||||||||
path 'deseq2/*' | ||||||||||||||||||
Comment on lines
+47
to
+48
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
output: | ||||||||||||||||||
path "*multiqc_report.html", emit: report | ||||||||||||||||||
path "*_data" , emit: data | ||||||||||||||||||
path "*_plots" , optional:true, emit: plots | ||||||||||||||||||
path "*_plots" , optional: true, emit: plots | ||||||||||||||||||
path "versions.yml" , emit: versions | ||||||||||||||||||
|
||||||||||||||||||
when: | ||||||||||||||||||
task.ext.when == null || task.ext.when | ||||||||||||||||||
|
||||||||||||||||||
script: | ||||||||||||||||||
def args = task.ext.args ?: '' | ||||||||||||||||||
def custom_config = params.multiqc_config ? "--config $mqc_custom_config" : '' | ||||||||||||||||||
def custom_config = params.multiqc_config ? "--config ${mqc_custom_config}" : '' | ||||||||||||||||||
""" | ||||||||||||||||||
multiqc \\ | ||||||||||||||||||
-f \\ | ||||||||||||||||||
$args \\ | ||||||||||||||||||
$custom_config \\ | ||||||||||||||||||
${args} \\ | ||||||||||||||||||
${custom_config} \\ | ||||||||||||||||||
. | ||||||||||||||||||
|
||||||||||||||||||
cat <<-END_VERSIONS > versions.yml | ||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, to be more consistent with standard modules implementation I would suggest this instead: