lmdu/pyfastx

why it append "phred" behind read.name

zhang570221322 opened this issue · 1 comments

eg


for read in pyfastx.Fastq(f'{u}.fastq'):
    read_id = read.name # read_id = original read_id plus phred
lmdu commented

Thank you for report issue. I will check that error.