Commit b8ba281
committed
feat(params): accept --limitGenomeGenerateRAM for STAR CLI compatibility
STAR exposes --limitGenomeGenerateRAM as a memory cap for genomeGenerate.
Pipelines that wrap STAR commonly derive a value from their task resources
and pass it through. Currently rustar rejects the flag at the CLI parser,
breaking those pipelines.
Accept the flag with STAR's default of 31 GiB. The value is parsed but not
enforced — rustar's memory management is independent.
Fixes #251 parent 70be24d commit b8ba281
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
366 | 372 | | |
367 | 373 | | |
368 | 374 | | |
| |||
0 commit comments