# HG changeset patch # User peterjc # Date 1492600020 14400 # Node ID a168be0dbd4feb49a6e21cb61db9fc6b0ced1036 # Parent f2693e05e16b6e7763fbac72c46b3371430ae6c6 v0.1.11 using BLAST+ 2.5.0 and Biopython 1.67 diff -r f2693e05e16b -r a168be0dbd4f tools/blast_rbh/README.rst --- a/tools/blast_rbh/README.rst Mon Apr 03 15:30:37 2017 -0400 +++ b/tools/blast_rbh/README.rst Wed Apr 19 07:07:00 2017 -0400 @@ -88,8 +88,9 @@ v0.1.9 - Updates to the command line API for the Python script. - PEP8 style updates to the Python script (internal change only). - Fix parameter help text which was not being displayed. -v0.1.10 - Updated to depend on NCBI BLAST+ 2.5.0 via ToolShed or BioConda. -v0.1.11 - Tweak Python script to work under Python 2 or Python 3. +v0.1.11 - Updated to depend on NCBI BLAST+ 2.5.0 via ToolShed or BioConda. + - Update Biopython dependency. + - Tweak Python script to work under Python 2 or Python 3. ======= ====================================================================== @@ -103,17 +104,17 @@ Planemo commands (which requires you have set your Tool Shed access details in ``~/.planemo.yml`` and that you have access rights on the Tool Shed):: - $ planemo shed_update -t testtoolshed --check_diff ~/repositories/galaxy_blast/tools/blast_rbh/ + $ planemo shed_update -t testtoolshed --check_diff tools/blast_rbh/ ... or:: - $ planemo shed_update -t toolshed --check_diff ~/repositories/galaxy_blast/tools/blast_rbh/ + $ planemo shed_update -t toolshed --check_diff tools/blast_rbh/ ... To just build and check the tar ball, use:: - $ planemo shed_upload --tar_only ~/repositories/galaxy_blast/tools/blast_rbh/ + $ planemo shed_upload --tar_only tools/blast_rbh/ ... $ tar -tzf shed_upload.tar.gz test-data/four_human_proteins.fasta diff -r f2693e05e16b -r a168be0dbd4f tools/blast_rbh/blast_rbh.xml --- a/tools/blast_rbh/blast_rbh.xml Mon Apr 03 15:30:37 2017 -0400 +++ b/tools/blast_rbh/blast_rbh.xml Wed Apr 19 07:07:00 2017 -0400 @@ -1,8 +1,8 @@ - + from two FASTA files - biopython - blast+ + biopython + blast diff -r f2693e05e16b -r a168be0dbd4f tools/blast_rbh/tool_dependencies.xml --- a/tools/blast_rbh/tool_dependencies.xml Mon Apr 03 15:30:37 2017 -0400 +++ b/tools/blast_rbh/tool_dependencies.xml Wed Apr 19 07:07:00 2017 -0400 @@ -1,9 +1,9 @@ - - + + - - + +