When running "bamtools convert -format fasta", there's a space character between the ">" and the read identifier.
This happens in ./src/toolkit/bamtools_convert.cpp line 889 in ConvertTool::ConvertToolPrivate::PrintBed():
===
// print header
m_out << "> " << a.Name << endl;
===
Is that intentional or a bug ?
-gordon
Thanks for the headsup.
- Derek