salvzzz
Results
2
comments of
salvzzz
In the test dataset fastq files are divided by sample, so that every directory contains only R1/R2 fastq of the matching sample. Unless I misunderstood, I would say: split input...
Had the same issue but found a solution that maybe can help you as well. > if posTad < len(bList) and chromPosition < len(cList) and bList[posTad][0] != cList[chromPosition][0][0]: IndexError: list...