diff organism_get_organisms.xml @ 4:0285d79f211e draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 869e5fd8535deca8325777efcd31c70a514b582a
author gga
date Mon, 25 Feb 2019 06:27:55 -0500
parents 791692de64d6
children 8f6e896ac034
line wrap: on
line diff
--- 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
@@ -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" />