Skip to content

Commit

Permalink
give skyline doc annotation more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Sep 5, 2024
1 parent 6d82ea3 commit 2fd4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/skyline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ process SKYLINE_MINIMIZE_DOCUMENT {

process SKYLINE_ANNOTATE_DOCUMENT {
publishDir "${params.result_dir}/skyline/annotate", failOnError: true, mode: 'copy'
label 'process_high_memory'
label 'process_memory_high_constant'
container params.images.proteowizard

input:
Expand Down

0 comments on commit 2fd4cbb

Please sign in to comment.