This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Incomplete titles in the BLAST output

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!

blast

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 "_".

0 answers

No answers yet.

Log in to answer this question.