lh3 / bfc

High-performance error correction for Illumina resequencing data
MIT License
68 stars 13 forks source link

correct.c: Use a space before the FASTA comment #15

Open sjackman opened 8 years ago

sjackman commented 8 years ago

Use a space rather than a tab character to separate the FASTA comment.

sjackman commented 8 years ago

Most tools look for a space character rather than a tab to separate the FASTA identifier from the comment. DISCOVARdenovo for example requires a space character, or it won't correctly pair up the reads.

sjackman commented 8 years ago

If you do merge this pull request, please tag a new stable release.