why it append "phred" behind read.name
zhang570221322 opened this issue · 1 comments
zhang570221322 commented
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.