Previous changeset 6:856b73016ba1 (2015-09-04) Next changeset 8:0e86300e49c0 (2015-09-07) |
Commit message:
v0.1.06 - Bump version number via macro to test Tool Shed behaviour |
modified:
tools/ncbi_blast_plus/README.rst tools/ncbi_blast_plus/ncbi_macros.xml |
b |
diff -r 856b73016ba1 -r b7aac4356727 tools/ncbi_blast_plus/README.rst --- a/tools/ncbi_blast_plus/README.rst Fri Sep 04 09:45:13 2015 -0400 +++ b/tools/ncbi_blast_plus/README.rst Fri Sep 04 11:10:31 2015 -0400 |
b |
@@ -221,6 +221,7 @@ v0.1.05 - Define ``parallelism`` tag via a macro (internal change only). - Define wrapper versions via a macro (internal change only). - Update citation information now GigaScience paper is out. +v0.1.06 - Bump version number via macro to check Tool Shed behaviour. ======= ====================================================================== |
b |
diff -r 856b73016ba1 -r b7aac4356727 tools/ncbi_blast_plus/ncbi_macros.xml --- a/tools/ncbi_blast_plus/ncbi_macros.xml Fri Sep 04 09:45:13 2015 -0400 +++ b/tools/ncbi_blast_plus/ncbi_macros.xml Fri Sep 04 11:10:31 2015 -0400 |
b |
@@ -1,5 +1,5 @@ <macros> - <token name="@WRAPPER_VERSION@">0.1.05</token> + <token name="@WRAPPER_VERSION@">0.1.06</token> <xml name="parallelism"> <!-- If job splitting is enabled, break up the query file into parts --> <parallelism method="multi" split_inputs="query" split_mode="to_size" split_size="1000" merge_outputs="output1" /> |