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

update modules to add versions

parent 6c8e8277
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ process { ...@@ -48,7 +48,7 @@ process {
time = { check_max( 20.h * task.attempt, 'time' ) } time = { check_max( 20.h * task.attempt, 'time' ) }
} }
withLabel:process_high_memory { withLabel:process_high_memory {
memory = { check_max( 300.GB * task.attempt, 'memory' ) } memory = { check_max( 24.GB * task.attempt, 'memory' ) }
} }
withLabel:error_ignore { withLabel:error_ignore {
errorStrategy = 'ignore' errorStrategy = 'ignore'
......
...@@ -20,5 +20,10 @@ process HIC_PLOT_MATRIX { ...@@ -20,5 +20,10 @@ process HIC_PLOT_MATRIX {
""" """
hicPlotMatrix -m ${cool} -o ${prefix}_cool_log.pdf ${args} hicPlotMatrix -m ${cool} -o ${prefix}_cool_log.pdf ${args}
cat <<-END_VERSIONS > versions.yml
"${task.process}":
hicexplorer: \$(hicPlotMatrix --version 2>&1 | sed 's/hicPlotMatrix, version //')
END_VERSIONS
""" """
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment