Skip to content

Commit

Permalink
Merge pull request #182 from PGScatalog/retry_plink
Browse files Browse the repository at this point in the history
Retry score and match_combine
  • Loading branch information
smlmbrt authored Sep 28, 2023
2 parents 21c3976 + c958e1c commit 43ac493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/match_combine.nf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
process MATCH_COMBINE {
// labels are defined in conf/modules.config
label 'process_medium'
label 'error_retry'
label 'pgscatalog_utils' // controls conda, docker, + singularity options

// first element of tag must be sampleset
Expand Down
1 change: 1 addition & 0 deletions modules/local/plink2_score.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ process PLINK2_SCORE {
// labels are defined in conf/modules.config
label 'process_low'
label 'process_long'
label 'error_retry'
label 'plink2' // controls conda, docker, + singularity options

tag "$meta.id chromosome $meta.chrom effect type $scoremeta.effect_type $scoremeta.n"
Expand Down

0 comments on commit 43ac493

Please sign in to comment.