Hi, I am looking for information about the blastn report headers. I can only find the info about the csv report headers from ncbi blast+ run from command line. I cannot find this information for the webserver blastn csv report. The link from the ncbi webserver blast page called "Blast report description" doesn't seem to be working. [https://docs.google.com/viewer?url=ftp%3A%2F%2Fftp.ncbi.nlm.nih.gov%2Fpub%2Ffactsheets%2FHowTo_NewBLAST.pdf]
The csv report from blast+ looks different to that from webserver blastn. The blast+ command line produces with outfmt 6 param, 21 columns. The webserver download has 14 columns. These 14 columns don't match with that from the blast+, and the only header information I have is that of blast+. I seek this information, because I'm currently writing a parser that will extract specific columns from the webserver output that contains over 12000 rows, and summarize it. I am hesitating to just guess what the headers might be, as I am still new to parsing blast content.
I googled, and I couldn't find any information about the headers for webserver blast report. I wonder if someone could help me with the headers or point me in the right direction. Many thanks.
Thanks for your reply. I do already have the header names for the Blast+ report. Its the webserver report headers that I can't find. I had initially thought they matched with each other, but when I look at the content of the reports, they look different. See the sample rows below from two different reports (one from webserver blastn and the other from blast+ command line): I am struggling to match the columns, mainly those with just numbers, like for like.
The example above is from NCBI webserver blast+ report. When you look under "Download" option you can find this option before HitTable(csv) option (among many others) which is what you are referring to.
Here is an example fresh from NCBI Webserver. Use the RID below to pull up this search or do one yourself.
HitTable(Text)
HitTable(csv)
Thank you. When I download the hittable(CSV) or hittable(txt), it doesn't have a header. Not sure if I am missing some option that I have to click. Anyway, i see in your example 14 column headers, a subset of the 21 headers from blast+ command line report. I shall go ahead and use that to match my ncbi webreport, in my parsing script. Thank you so much for your help.
The csv format file lacks the header but the text has it. So I asked you to look at both to confirm that you can use the ones from the text file for the csv. NCBI does many things on the web interface that are not exactly reproducible (not the results but formatting) on command line.