Commit 644d307
committed
Escape case when three FastQ files per sample exist
By default, we evaluate whether there are more than two FastQ files
available in the column download_links by checking the presence of a
semicolon. If there is a semicolon, the first entry is used as R1 and
the second entry as R2.
However, in the case that a third FastQ file is uploaded, such as the
merged reads or singletons, the first FastQ file does not contain the
paired reads but the second and third do.
This implements the check whether there are three FastQ files to pick
the correct paired FastQ files for the assembly.1 parent b50fd39 commit 644d307
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
238 | 242 | | |
239 | 243 | | |
240 | 244 | | |
| |||
0 commit comments