Repository 'tripal_organism_get_organisms'
hg clone https://toolshed.g2.bx.psu.edu/repos/gga/tripal_organism_get_organisms

Changeset 4:0285d79f211e (2019-02-25)
Previous changeset 3:13ce6841218c (2018-08-06) Next changeset 5:8f6e896ac034 (2019-03-05)
Commit message:
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
modified:
macros.xml
organism_get_organisms.xml
b
diff -r 13ce6841218c -r 0285d79f211e macros.xml
--- a/macros.xml Mon Aug 06 04:45:08 2018 -0400
+++ b/macros.xml Mon Feb 25 06:27:55 2019 -0500
b
@@ -2,7 +2,7 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="3.0">python-tripal</requirement>
+            <requirement type="package" version="3.2">python-tripal</requirement>
             <yield/>
         </requirements>
     </xml>
@@ -15,7 +15,7 @@
         </stdio>
     </xml>
 
-    <token name="@WRAPPER_VERSION@">3.0</token>
+    <token name="@WRAPPER_VERSION@">3.2</token>
 
     <xml name="citation">
         <citations>
b
diff -r 13ce6841218c -r 0285d79f211e organism_get_organisms.xml
--- a/organism_get_organisms.xml Mon Aug 06 04:45:08 2018 -0400
+++ b/organism_get_organisms.xml Mon Feb 25 06:27:55 2019 -0500
b
@@ -36,12 +36,12 @@
             | jq -S . > $results
     ]]></command>
     <inputs>
-     <param name="organism_id" label="Organism Id" argument="organism_id" type="text" optional="true" help="An organism ID" />
-     <param name="genus" label="Genus" argument="genus" type="text" optional="true" help="The genus of the organism" />
-     <param name="species" label="Species" argument="species" type="text" optional="true" help="The species of the organism" />
-     <param name="common" label="Common" argument="common" type="text" optional="true" help="The common name of the organism" />
-     <param name="abbr" label="Abbr" argument="abbr" type="text" optional="true" help="The abbreviation of the organism" />
-     <param name="comment" label="Comment" argument="comment" type="text" optional="true" help="A comment / description" />
+        <param name="organism_id" label="Organism Id" argument="organism_id" type="text" optional="true" help="An organism ID" />
+        <param name="genus" label="Genus" argument="genus" type="text" optional="true" help="The genus of the organism" />
+        <param name="species" label="Species" argument="species" type="text" optional="true" help="The species of the organism" />
+        <param name="common" label="Common" argument="common" type="text" optional="true" help="The common name of the organism" />
+        <param name="abbr" label="Abbr" argument="abbr" type="text" optional="true" help="The abbreviation of the organism" />
+        <param name="comment" label="Comment" argument="comment" type="text" optional="true" help="A comment / description" />
     </inputs>
     <outputs>
         <data format="json" name="results" label="Tripal organisms" />