# HG changeset patch # User peterjc # Date 1540305659 14400 # Node ID 2be8f8cc13dee28d60c543aa17c0c343c7b8bbd8 # Parent 996c3ef26f378484d5d796e325cc26262faa86f4 planemo upload for repository https://github.com/peterjc/galaxy_blast/tree/master/tools/ncbi_blast_plus commit d6b8f7e6a7c316bb9a70aec22ad5767956d4ea11-dirty diff -r 996c3ef26f37 -r 2be8f8cc13de tools/ncbi_blast_plus/README.rst --- a/tools/ncbi_blast_plus/README.rst Tue Oct 23 08:38:16 2018 -0400 +++ b/tools/ncbi_blast_plus/README.rst Tue Oct 23 10:40:59 2018 -0400 @@ -264,6 +264,8 @@ output format it must be mapped to different command line arguments. - Extend gzipped query support to all the command line tools. - Workaround for gzipped support under Galaxy release 16.01 or older. +v0.3.2 - Fixed incomplete ``@CLI_OPTIONS@`` macro in the help text for the + ``tblastn`` and ``blastdbcmd`` wrappers. ======= ====================================================================== diff -r 996c3ef26f37 -r 2be8f8cc13de tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Tue Oct 23 08:38:16 2018 -0400 +++ b/tools/ncbi_blast_plus/ncbi_blastdbcmd_wrapper.xml Tue Oct 23 10:40:59 2018 -0400 @@ -131,7 +131,7 @@ ------- -@CLI_OPTIONS +@CLI_OPTIONS@ ------- diff -r 996c3ef26f37 -r 2be8f8cc13de tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Tue Oct 23 08:38:16 2018 -0400 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Tue Oct 23 10:40:59 2018 -0400 @@ -1,5 +1,5 @@ - 0.3.1 + 0.3.2 diff -r 996c3ef26f37 -r 2be8f8cc13de tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml --- a/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Tue Oct 23 08:38:16 2018 -0400 +++ b/tools/ncbi_blast_plus/ncbi_tblastn_wrapper.xml Tue Oct 23 10:40:59 2018 -0400 @@ -166,7 +166,7 @@ ------ -@CLI_OPTIONS +@CLI_OPTIONS@ ------