Closed nh13 closed 8 years ago
I think this also underscores the idea that we should not be modifying and parsing the read name, but instead using the SAM tags to store metadata about a read, as is the purpose of SAM tags.
I'm open to doing this. What would you propose to put in as the read name? I'm open to suggestions.
On 4/13/16 12:38 PM, Nils Homer wrote:
I think this also underscores the idea that we should not be modifying and parsing the read name, but instead using the SAM tags to store metadata about a read, as is the purpose of SAM tags.
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/loeblab/Duplex-Sequencing/pull/27#issuecomment-209616037
reads.
@loeblab I think this is a fairly serious bug if I understand it correctly. Here are some SAM records on which to test. Prior to this fix, an unpaired consensus is made. After this fix, a proper double-strand consensus sequence is made.