Entering edit mode
7.7 years ago
Lucila
▴
20
Hi all,
I need help with the BLAST output. The sequences of my database have spaces in the titles, and in the results the titles are shown until that space and I am losing the rest of the title. Is there any parameter or output format to use and obtain the complete titles in the output, without modifying the original titles?
Thank you so much!
With outfmt 6 you can add stitle
or if you have more space-separated fields, use salltitle.
Thanks! And is there any similar tool to use with the query titles? To extract the query titles without spaces?
-outfmt '6 std stitle', column 12 will be the subject`s name, or also you can modify you DB with sed command on linux, replacing " " by "_".