Commit 8d843cd
se-wgs-variation: convert duplicate-keyed asserts to list form
YAML collapses duplicate mapping keys (last wins), so repeated has_text entries only ran the last assertion per type. Convert to list form so each runs.
Isolated from the passing-subset PR: this workflow's test currently ERRORS for a reason unrelated to this change — bcftools concat segfaults (SIGSEGV, rc -11) inside lofreq_call's biocontainer while combining empty VCF chunks. IWC only tests changed workflows, so touching this file is what surfaced the pre-existing crash. Kept separate so it doesn't block the genuinely-green set.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 96567d0 commit 8d843cd
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
- workflows/sars-cov-2-variant-calling/sars-cov-2-se-illumina-wgs-variant-calling
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
0 commit comments