-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe the bug
The number of bases to take from each file is calculated independently of whether there are enough bases available in each read. If there are not, the read is appended with N characters. Since words with N in them are skipped by HUMID, this gives zero usable reads.
To Reproduce
R1-no-umi_dedup.fastq.gz
R2_dedup.fastq.gz
R3_dedup.fastq.gz
Steps to reproduce the behavior:
$ humid -s R1-no-umi.fastq.gz R2.fastq.gz R3.fastq.gz
Expected behavior
Since the files only contain a single read, there should also be a single read in the deduplicated output. Instead, we get no output at all, and the stats.dat file shows there were 0 usable reads.
Desktop (please complete the following information):
- Using HUMID 1.0.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels