OpenGene / gencore

Generate duplex/single consensus reads to reduce sequencing noises and remove duplications
MIT License
116 stars 31 forks source link

fix#46 fix bug for Group::makeConsensus #51

Closed biolxy closed 1 year ago

biolxy commented 1 year ago

Description: Fixed uint8_t base = 0 generated by the Group::makeConsensus function when read1 and read2 sequences are inconsistent, which in turn causes seq base to be '='(当正反向reads序列不一致时,原始程序合并reads会导致该位置处base 为'=') Related Issues: close #46

sfchen commented 1 year ago

thanks