Closed vsbuffalo closed 12 years ago
With a FASTQ header like:
@testtesttesttest5:1101:1286:1984 2:N:0:testtest
Scythe is removing the string after the space, leaving:
@testtesttesttest5:1101:1286:1984
This is due to kseq.h's handling of headers but can be fixed.
This issue has been fixed.
With a FASTQ header like:
Scythe is removing the string after the space, leaving:
This is due to kseq.h's handling of headers but can be fixed.