diff tools/blast_rbh/README.rst @ 12:661276ad882e draft

Uploaded v0.1.3, uses Biopython for making NR
author peterjc
date Tue, 14 Oct 2014 06:53:40 -0400
parents 4733e4ea4dab
children 4454596ed127
line wrap: on
line diff
--- a/tools/blast_rbh/README.rst	Thu Aug 14 07:11:59 2014 -0400
+++ b/tools/blast_rbh/README.rst	Tue Oct 14 06:53:40 2014 -0400
@@ -8,9 +8,8 @@
 This tool is a short Python script to run reciprocal BLAST searches on a
 pair of sequence files, and extract the reciprocal best hits.
 
-This is a work in progress, and builds on an earlier implementation which
-prequired the two BLAST searches be prepared in advance. Integration allows
-a much simpler user experience, and can ensure sensible filters are used.
+It is available from the Galaxy Tool Shed at:
+http://toolshed.g2.bx.psu.edu/view/peterjc/blast_rbh
 
 
 Automated Installation
@@ -54,6 +53,8 @@
 v0.1.2  - Using optparse for command line API.
         - Tool definition now embeds citation information.
         - Fixed Tool Shed dependency definition.
+v0.1.3  - Option to make FASTA files non-redundant (via Biopython dependency).
+        - Avoid extra database and BLAST search in self-comparison mode.
 ======= ======================================================================