Kennedy-Lab-UW / Duplex-Sequencing

Other
57 stars 34 forks source link

Fix for CASAVA 1.8 read name support #6

Closed tsibley closed 9 years ago

tsibley commented 9 years ago

This fixes commit "Support CASAVA >= 1.8 FastQ headers" (d6729cd). The whole read name must not be used since the end will vary between reads in a pair. Instead, use the common part before the first space.

The bug manifested as a "paired reads have different names" error from bwa.

tsibley commented 9 years ago

Thanks!