molgenis / VaSeBuilder

Validation Set Builder
GNU Lesser General Public License v3.0
1 stars 3 forks source link

Fixed acceptor exclusions. #30

Closed TDMedina closed 5 years ago

TDMedina commented 5 years ago

Acceptor reads were not being properly filtered. Each readID line in the fastq files was being compared against a list of readIDs to be excluded. However, the whole line was being compared to the exclusion readIDs, and each line also has an additional annotation after the readID. Fixed this by splitting the identifier line on white space and only comparing the ID.