galaxy_blast
                                
                                 galaxy_blast copied to clipboard
                                
                                    galaxy_blast copied to clipboard
                            
                            
                            
                        Support BLAST archive format (ASN.1)
The BLAST+ tools offer several ASN.1 based output formats, the most interesting of which is the BLAST archive format introduced in BLAST+ 2.2.24,
-outfmtalignment view options: 0 = pairwise, 1 = query-anchored showing identities, 2 = query-anchored no identities, 3 = flat query-anchored, show identities, 4 = flat query-anchored, no identities, 5 = XML Blast output, 6 = tabular, 7 = tabular with comment lines, 8 = Text ASN.1, 9 = Binary ASN.1, 10 = Comma-separated values, 11 = BLAST archive format (ASN.1) 
We could add this as a new output format, and a wrapper for the associated tool Blast_formatter which can convert it into the other formats.
This could replace BLAST XML as the "rich" output format from which tabular output etc can be extracted... although the XML output is more widely supported.
Also, it appears that the -outfmt options:
- Query-anchored (text/html)
- Flat query-anchored (text/html)
are for the "no identities" settings. Could you please add the "showing identities" options, or at the very least, display which option it precisely is that we're selecting. There's no way to know without running it and scrolling through the output.
Query anchored suggestion logged as #121.