BP_FIND-BLAST-MATCHES(1p) | User Contributed Perl Documentation | BP_FIND-BLAST-MATCHES(1p) |
bp_find-blast-matches.pl - extract DNA sequences based on BLAST hits
bp_find-blast-matches.pl [-h -e -p -5 -n -o -3 -header] -blast <BLAST_FILE> -fasta <FASTA_FILE>
This script takes a BLAST output file and a FASTA file as arguments, given after the '-blast' and '-fasta' options respectively. The BLAST output file should have been generated with your sequence of interest and the FASTA file supplied as an argument. Example: find-blast-matches.pl -blast BLAST_FILE -fasta FASTA_FILE
It parses through the BLAST file to check for high quality matches, which are then searched for in the FASTA file. The sequence may vary from you candidate sequence, hence the BLAST search prior.
The sequence from the FASTA file is then displayed to STDOUT. Optional arguments can be used, such as to extract the 5' or 3' region.
Gabriel Abud - <gabriel.jabud-at-gmail.com>
User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated
bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists
Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via email or the web:
https://github.com/bioperl/bioperl-live/issues
2014-08-04 - Gabriel Abud
First features added
Getopt::long, Pod::Usage, Bio::SearchIO, Bio::Seq, Bio::SeqIO, Bio::Perl, File::Basename
2018-10-27 | perl v5.26.2 |