Commit 0ed4180
committed
refactor(prepare_genome): bundle fasta_fai as a tuple emit
Per review feedback (#1851 r3209803147), emit fasta+fai as
[meta, fasta, fai] from PREPARE_GENOME_REFERENCES. INDICES, main.nf,
and the RNASEQ workflow take block updated to consume the tuple
directly; the previous ad-hoc combine in workflows/rnaseq/main.nf
that rebuilt this triple is dropped.
Snapshots regenerated.1 parent 20c098d commit 0ed4180
9 files changed
Lines changed: 508 additions & 549 deletions
File tree
- subworkflows/local
- prepare_genome_indices
- tests
- prepare_genome_references
- tests
- workflows/rnaseq
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | | - | |
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
Lines changed: 42 additions & 42 deletions
Large diffs are not rendered by default.
0 commit comments