Skip to content

Commit

Permalink
update default process values for deepvariant_call_duo/trio and cover…
Browse files Browse the repository at this point in the history
…age (#617)
  • Loading branch information
dennishendriksen authored Jun 13, 2024
1 parent f4564d5 commit 294b2a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/nxf_call_snv.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ process {
time = '5h'
}
withLabel: 'deepvariant_call_duo|deepvariant_call_trio' {
time = '5h'
time = '23h'
}
withLabel: 'deepvariant_concat_gvcf|deepvariant_concat_vcf' {
memory = '2GB'
Expand Down
7 changes: 7 additions & 0 deletions config/nxf_cram.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,11 @@ params {
call_str = true
call_sv = true
}
}

process {
withLabel: 'coverage' {
cpus = 1
memory = '8GB'
}
}

0 comments on commit 294b2a3

Please sign in to comment.