Skip to content
Snippets Groups Projects
Verified Commit 602db2ae authored by Mia Croiset's avatar Mia Croiset
Browse files

add new label for matrix plotting

parent cc0944fa
Branches
Tags v0.2.4
No related merge requests found
...@@ -50,6 +50,9 @@ process { ...@@ -50,6 +50,9 @@ process {
withLabel:process_high_memory { withLabel:process_high_memory {
memory = { check_max( 24.GB * task.attempt, 'memory' ) } memory = { check_max( 24.GB * task.attempt, 'memory' ) }
} }
withLabel:process_very_high_memory {
memory = { check_max( 300.GB * task.attempt, 'memory' ) }
}
withLabel:error_ignore { withLabel:error_ignore {
errorStrategy = 'ignore' errorStrategy = 'ignore'
} }
......
process HIC_PLOT_MATRIX { process HIC_PLOT_MATRIX {
tag "$meta.id" tag "$meta.id"
label 'process_high_memory' label 'process_very_high_memory'
conda "bioconda::hicexplorer=3.7.2" conda "bioconda::hicexplorer=3.7.2"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ? container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment