Kennedy-Lab-UW / Duplex-Sequencing

Other
57 stars 34 forks source link

Is the code for corrected_qual_score correct line 230 ? #44

Closed madsheilskov closed 4 years ago

madsheilskov commented 7 years ago

The line #230 in UnifiedConsensusMaker.py reads: corrected_qual_score = map(lambda x: x if x < 41 else 41, qual_dict['ba:1'])

Should it have been (for second ba read ba:2): corrected_qual_score = map(lambda x: x if x < 41 else 41, qual_dict['ba:2']) ?

scottrk commented 4 years ago

We will uploading a new version of Duplex-Seq shortly that fixes issues such as this. Closing in anticipation of upload. Please reopen if necessary.