Previous changeset 0:fd775ed5c129 (2019-02-25) Next changeset 2:6367393cae8e (2019-08-14) |
Commit message:
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857 |
modified:
entity_publish.xml macros.xml |
b |
diff -r fd775ed5c129 -r cf07e70c1502 entity_publish.xml --- a/entity_publish.xml Mon Feb 25 06:31:21 2019 -0500 +++ b/entity_publish.xml Tue Mar 05 05:23:23 2019 -0500 |
[ |
@@ -6,13 +6,18 @@ </macros> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ -tripaille entity publish + + @AUTH@ + + tripaille entity publish -#for $rep in $repeat_types: - --types '$rep.types' -#end for + #for $rep in $repeat_types: + --types '$rep.types' + #end for -| jq -S . > $results + && + + echo "Data loaded" > '$results' ]]></command> <inputs> <!-- arguments --> |
b |
diff -r fd775ed5c129 -r cf07e70c1502 macros.xml --- a/macros.xml Mon Feb 25 06:31:21 2019 -0500 +++ b/macros.xml Tue Mar 05 05:23:23 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> |