# HG changeset patch # User peterjc # Date 1417106468 18000 # Node ID 40c85a67e645ac23eb6165c038fcfb5801950b02 # Parent 4454596ed1273ce9b5a46a4a58ad6184cef6b0de Uploaded v0.1.6, offer the new blastp-fast tasked added in BLAST+ 2.2.30. diff -r 4454596ed127 -r 40c85a67e645 tools/blast_rbh/README.rst --- a/tools/blast_rbh/README.rst Thu Oct 30 14:20:48 2014 -0400 +++ b/tools/blast_rbh/README.rst Thu Nov 27 11:41:08 2014 -0500 @@ -62,6 +62,7 @@ not treating this as an error, leading to confusing RBH output). v0.1.5 - Clarify documentation for using the Python script outside Galaxy. - Updated to depend on NCBI BLAST+ 2.2.30 via ToolShed install. +v0.1.6 - Offer the new blastp-fast tasked added in BLAST+ 2.2.30. ======= ====================================================================== diff -r 4454596ed127 -r 40c85a67e645 tools/blast_rbh/blast_rbh.py --- a/tools/blast_rbh/blast_rbh.py Thu Oct 30 14:20:48 2014 -0400 +++ b/tools/blast_rbh/blast_rbh.py Thu Nov 27 11:41:08 2014 -0500 @@ -32,7 +32,7 @@ if "--version" in sys.argv[1:]: #TODO - Capture version of BLAST+ binaries too? - print "BLAST RBH v0.1.5" + print "BLAST RBH v0.1.6" sys.exit(0) #Parse Command Line @@ -107,7 +107,7 @@ else: stop_err("Invalid BLAST type for BLASTN: %r" % blast_type) elif dbtype == "prot": - if blast_type not in ["blastp", "blastp-short"]: + if blast_type not in ["blastp", "blastp-fast", "blastp-short"]: stop_err("Invalid BLAST type for BLASTP: %r" % blast_type) blast_cmd = "blastp -task %s" % blast_type else: @@ -329,7 +329,7 @@ outfile.close() print "Done, %i RBH found" % count if tie_warning: - sys.stderr.write("Warning: Sequencies with tied best hits found, you may have duplicates/clusters\n") + sys.stderr.write("Warning: Sequences with tied best hits found, you may have duplicates/clusters\n") #Remove temp files... shutil.rmtree(base_path) diff -r 4454596ed127 -r 40c85a67e645 tools/blast_rbh/blast_rbh.xml --- a/tools/blast_rbh/blast_rbh.xml Thu Oct 30 14:20:48 2014 -0400 +++ b/tools/blast_rbh/blast_rbh.xml Thu Nov 27 11:41:08 2014 -0500 @@ -1,4 +1,4 @@ - + from two FASTA files biopython @@ -45,6 +45,7 @@ + @@ -163,7 +164,7 @@ - +