Previous changeset 5:2972216ff7af (2019-02-25) Next changeset 7:a2f91a023185 (2019-08-14) |
Commit message:
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857 |
modified:
macros.xml organism_add_organism.xml |
b |
diff -r 2972216ff7af -r 3ad5a94fb0d8 macros.xml --- a/macros.xml Mon Feb 25 06:19:55 2019 -0500 +++ b/macros.xml Tue Mar 05 05:22:03 2019 -0500 |
b |
@@ -2,7 +2,7 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="3.2">python-tripal</requirement> + <requirement type="package" version="3.2.1">python-tripal</requirement> <yield/> </requirements> </xml> @@ -15,7 +15,7 @@ </stdio> </xml> - <token name="@WRAPPER_VERSION@">3.2</token> + <token name="@WRAPPER_VERSION@">3.2.1</token> <xml name="citation"> <citations> |
b |
diff -r 2972216ff7af -r 3ad5a94fb0d8 organism_add_organism.xml --- a/organism_add_organism.xml Mon Feb 25 06:19:55 2019 -0500 +++ b/organism_add_organism.xml Tue Mar 05 05:22:03 2019 -0500 |
b |
@@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="organism_add_organism" profile="16.04" name="Create an organism" version="@WRAPPER_VERSION@.1"> +<tool id="organism_add_organism" profile="16.04" name="Create an organism" version="@WRAPPER_VERSION@.0"> <description>in Tripal</description> <macros> <import>macros.xml</import> @@ -28,7 +28,7 @@ '$genus' '$species' - | jq -S . > $results + | jq -S . > '$results' ]]></command> <inputs> <param name="genus" |