![]() |
![]()
| ![]() |
![]()
NAMEbp_find-blast-matches.pl - extract DNA sequences based on BLAST hits SYNOPSISbp_find-blast-matches.pl [-h -e -p -5 -n -o -3 -header] -blast <BLAST_FILE> -fasta <FASTA_FILE> OPTIONSMandatory:Optional:
DESCRIPTIONThis 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. AUTHORGabriel Abud - <gabriel.jabud-at-gmail.com> FEEDBACKMailing ListsUser 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 Reporting BugsReport 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 EDIT HISTORY2014-08-04 - Gabriel Abud
DEPENDANCIESGetopt::long, Pod::Usage, Bio::SearchIO, Bio::Seq, Bio::SeqIO, File::Basename
|