Commit 20403a1
fix: set-u-safe empty cb_arg expansion (cohorts without q_values.txt)
When CBaSE's qvals step is absent (no q_values.txt, e.g. CNS_Cancer where qvals
crashed but params succeeded), the empty cb_arg array expansion aborted the whole
pipeline under set -u, blocking DIG + MutSig identify. Use ${cb_arg[@]+...} guard.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 4be6974 commit 20403a1
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments