Mercurial > repos > mahtabm > ensembl
comparison variant_effect_predictor/Bio/Tools/Blast/README @ 0:1f6dce3d34e0
Uploaded
| author | mahtabm |
|---|---|
| date | Thu, 11 Apr 2013 02:01:53 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1f6dce3d34e0 |
|---|---|
| 1 | |
| 2 NOTE NOTE NOTE NOTE | |
| 3 | |
| 4 This modules are no longer supported. Use the Bio::SearchIO system for | |
| 5 your BLAST parsing. | |
| 6 | |
| 7 | |
| 8 | |
| 9 README for the Perl extension Bio::Tools::Blast and related modules | |
| 10 in the Bio/Tools/Blast/ directory of the bioperl distribution. | |
| 11 | |
| 12 $Id: README,v 1.5 2002/06/19 22:25:15 jason Exp $ | |
| 13 | |
| 14 ### Notice: | |
| 15 ### | |
| 16 ### The Bio::Tools::Blast:: modules are no longer being | |
| 17 ### maintained due to support issues. Please take a look | |
| 18 ### at the Bio::Tools::BPlite modules and the Bio::SearchIO. | |
| 19 ### Questions? Drop an email to the bioperl mailing list at | |
| 20 ### bioperl-l@bioperl.org | |
| 21 ### | |
| 22 | |
| 23 | |
| 24 The Bioperl Blast module provides an API to the BLAST program, and | |
| 25 thereby permits the parsing, running, HTML-formatting, and general | |
| 26 manipulation of Blast data by simple method calls on Perl objects. | |
| 27 It does not implement the Blast algorithm itself, relying on external | |
| 28 applications for this compute-intensive operation. | |
| 29 | |
| 30 Bio::Tools::Blast.pm is the central "brain" module. It makes use of | |
| 31 other modules in the Bio/Tools/Blast/ directory. Bio::Tools:Blast.pm | |
| 32 is the only module you need to import into your namespace for working | |
| 33 with Blast reports. | |
| 34 | |
| 35 Documentation and usage information about Blast.pm is contained in the | |
| 36 module itself. Run Blast.pm through pod2html (preferably from Perl | |
| 37 v5.004 or later) and view the resulting output with a web | |
| 38 browser. Other modules in the hierarchy are similarly documented but | |
| 39 Blast.pm contains the main documentation. | |
| 40 | |
| 41 On-line docs can be found at http://bio.perl.org/Projects/Blast/ | |
| 42 | |
| 43 Send bug reports using the bioperl bug-tracking system at | |
| 44 http://bio.perl.org/Bugs/ or send them via e-mail to | |
| 45 bioperl-bugs@bio.perl.org. | |
| 46 | |
| 47 Send general comments, questions, and feature requests to the bioperl | |
| 48 mailing lists: | |
| 49 | |
| 50 bioperl-l@bioperl.org (discussion) | |
| 51 | |
| 52 Have a Blast! | |
| 53 | |
| 54 Steve Chervitz | |
| 55 sac@neomorphic.com |
