Closed macmanes closed 6 years ago
Further, when I reveres the order of the reads on input (incorrectly)
perl run_rcorrector.pl -1 test.2.fq -2 test.1.fq
I end up with fewer R1 reads.. Something about the -2
position/flag.
Could you please try the newest version that has not yet been released yet? It could be fixed from the update of a2624ec from April 14, 2017.
Yes, that fixes it. Are you willing to cut a patch release so I can get the fixed version in to bioconda? Thanks!
Thanks! I just released the v1.0.3.
I think this time I found the real reason causing the dropping reads from the second-mate file. And I've release v1.0.4 for this fix.
I've uncovered a strange behavior that I'm having trouble understanding.. RCorrector installed via conda. I end up having lost a few R2 reads.
The command
Output: Note the right number of reads are processed
Counting corrected reads: Note a few R2 reads lost
Counting original reads: 53898 total reads.
The dataset is here: https://github.com/macmanes-lab/Oyster_River_Protocol/tree/master/sampledata
I suspect some environment-specific issue here, but I can't understand what this could be.