Is There any command for retrieval (extraction) of covered sequence using Linux (offlineBLAST)? Im in trouble since one week, if someone here and understand please share and specify. Thanks
Is There any command for retrieval (extraction) of covered sequence using Linux (offlineBLAST)? Im in trouble since one week, if someone here and understand please share and specify. Thanks
Not completely clear what you want, but maybe this will work. A part of comer package is blast2fa.pl
script.
https://github.com/minmarg/comer2/blob/master/Linux_installer/bin/blast2fa.pl
not sure if there will exists an off the shelf solution for this.
One thing you might be able to do is to get the tabular output, and customise that one by adding the field to include the aligned region,. Afterwards you can select that column from the output and format it as fasta.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
if you can post example input and expected output, some one here may help.