Previously, u was restricted to columns ["fq1", "fq2"] and any found entry dropped altogether if both entries are NA. Now, this simply selects one entry in samples.tsv and all the necessary columns should still be there for proper handling in the following lines.
Previously,
u
was restricted to columns["fq1", "fq2"]
and any found entry dropped altogether if both entries areNA
. Now, this simply selects one entry insamples.tsv
and all the necessary columns should still be there for proper handling in the following lines.closes #52