Skip to content

Commit

Permalink
warn about --parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Sep 16, 2024
1 parent 96fbb23 commit 85defc5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions workflows/pgsc_calc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ if (workflow.profile.contains("test")) {
}
}

if (params.parallel) {
log.info "INFO: --parallel parameter is deprecated: jobs are automatically parallelised by default"
}

/*
========================================================================================
IMPORT LOCAL MODULES/SUBWORKFLOWS
Expand Down

0 comments on commit 85defc5

Please sign in to comment.