Commit f5341c0
Add read counting to demux_fastqs task and update workflows
- Add samtools view -c to count reads in demux_fastqs task
- Add read_counts Array[Int] output to demux_fastqs task
- Add read_counts_raw output to load_illumina_fastqs workflow
- Update load_illumina_fastqs_deplete to use demux read counts
instead of spikein counts (which default to 0 when no spikein_db)
- Move test input/output JSONs to test/input/WDL/ with symlinks
to miniwdl-local/ and cromwell-local/
- Add read_counts_raw validation to test output JSONs
- Remove outdated comments about viral-core bug #127 (now fixed)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0da20ce commit f5341c0
15 files changed
Lines changed: 196 additions & 188 deletions
File tree
- pipes/WDL
- tasks
- workflows
- test/input/WDL
- cromwell-local
- miniwdl-local
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | 896 | | |
900 | 897 | | |
901 | 898 | | |
| |||
976 | 973 | | |
977 | 974 | | |
978 | 975 | | |
979 | | - | |
980 | | - | |
981 | | - | |
982 | | - | |
983 | 976 | | |
984 | 977 | | |
985 | 978 | | |
| |||
992 | 985 | | |
993 | 986 | | |
994 | 987 | | |
995 | | - | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
996 | 992 | | |
997 | 993 | | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
| |||
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
| 1010 | + | |
1010 | 1011 | | |
1011 | 1012 | | |
1012 | 1013 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
100 | | - | |
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
| |||
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
113 | | - | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
| |||
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
123 | | - | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
| |||
212 | 215 | | |
213 | 216 | | |
214 | 217 | | |
215 | | - | |
| 218 | + | |
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 0 additions & 11 deletions
This file was deleted.
0 commit comments