diff options
author | Petar Petrov <ppetrov@paju.oulu.fi> | 2013-01-13 12:31:14 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-20 09:03:03 -0500 |
commit | 6a924de2ebb6e95bdf08365242e68ceb7166a4bf (patch) | |
tree | d442487b08299aa99e2c92f8cd3f594225eac957 /academic/ncbi-blast-plus/README | |
parent | db4f9186fc9940ae16b9bed7b47cb74eb5795657 (diff) | |
download | slackbuilds-6a924de2ebb6e95bdf08365242e68ceb7166a4bf.tar.gz |
academic/ncbi-blast-plus: Added (BLAST+ CLI applications).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/ncbi-blast-plus/README')
-rw-r--r-- | academic/ncbi-blast-plus/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/academic/ncbi-blast-plus/README b/academic/ncbi-blast-plus/README new file mode 100644 index 0000000000..0aeda537eb --- /dev/null +++ b/academic/ncbi-blast-plus/README @@ -0,0 +1,17 @@ +BLAST+ Command Line Applications + +The NCBI Basic Local Alignment Search Tool (BLAST) finds regions of +local similarity between sequences. The program compares nucleotide or +protein sequences to sequence databases and calculates the statistical +significance of matches. BLAST can be used to infer functional and +evolutionary relationships between sequences as well as help identify +members of gene families. + +BLAST+ is a new suite of BLAST tools that utilizes the NCBI C++ +Toolkit. The BLAST+ applications have a number of performance and +feature improvements over the legacy BLAST applications (ncbi-blast). + +For details and citation, please see the BLAST+ user manual from the +program's web site and the article in BMC Bioinformatics. + +This just repackages the binaries provided from upstream. |