Entering edit mode
8.9 years ago
midox
▴
290
Hello,
I have a Blast output format.
I would like to convert this output format to the Format of Blast formatType=10.
Is there a tool or a program to convert my file?
Thanks
for blast_formatter I don't understand the input format file!
I have a format "blast" like this:
and I would to convert this type in
outfmt=10
.can I do this with blast_formatter because I see the blast_formatter accept just the .asn format.
thanks
Yes, I think you are right, blast_formatter accepts only asn format, you can use BioPerl or BioPython (and maybe also BioJava and BioRuby) to convert standard blast output to tabular format.
I think there are no functions that convert standard blast output to another format.
have you an idea?
thanks
See the Howto's and example scripts for your specific problem: e.g.: http://www.bioperl.org/wiki/HOWTO:SearchIO, https://github.com/bioperl/bioperl-live/blob/master/examples/searchio/custom_writer.pl , https://github.com/bioperl/bioperl-live/blob/master/examples/searchio/resultwriter.pl
There is no function called 'convert', but the main usage pattern is simple: