Commit f5590ba
committed
fix: use glob for parse_kraken2_reads output to avoid interpolation issues
The output declaration File read_taxonomy = "~{out_compressed}" was failing
to register on some backends. Switch to glob("*.read_taxonomy.tsv.zst")[0]
which finds the file regardless of how interpolation evaluates.1 parent e6d27c7 commit f5590ba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2189 | 2189 | | |
2190 | 2190 | | |
2191 | 2191 | | |
2192 | | - | |
| 2192 | + | |
2193 | 2193 | | |
2194 | 2194 | | |
2195 | 2195 | | |
| |||
0 commit comments