Entering edit mode
                    7.0 years ago
        shuksi1984
        
    
        ▴
    
    60
    I want the standalone blast output in a specific format, which needs to have only aligned sequence the corresponding sequence id . Hence, is it possible to dump standalone blast output to excel?
Yes, just use
-outfmt 6or-outfmt 10for tab or comma separated values and import to excel accordingly. You also need to define the output fields you're interested in. You can see all options withblastn -helpCould you please explain more ?
Following should be the content of excel:
you can indeed (as 5heikki says) get this from the tabular blast output. It might/will require some reformatting though as you will get all on a single line from blast