Skip to content

Commit 3596634

Browse files
committed
docs(parabricks): scope withName to the alignment step [skip ci]
The previous PARABRICKS_.* selector also matched PARABRICKS_STARGENOMEGENERATE (a CPU-only STAR_GENOMEGENERATE alias, process_high), applying GPU resources to the index build.
1 parent 4c57932 commit 3596634

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ The following config was tested with the `test_full` dataset (GRCh37, 8 paired-e
377377

378378
```groovy
379379
process {
380-
withName: 'PARABRICKS_.*' {
380+
withName: '.*ALIGN_STAR:PARABRICKS_RNA_FQ2BAM' {
381381
accelerator = { task.attempt > 1 ? 8 : 4 }
382382
cpus = { 48 * task.attempt }
383383
memory = { task.attempt > 1 ? 370.GB : 186.GB }

0 commit comments

Comments
 (0)