diff organism_add_organism.xml @ 3:92407294b12e draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d21999bb3e142fd972a3338b70216989a257d5b1
author gga
date Mon, 06 Aug 2018 04:44:48 -0400
parents 56390a41953e
children 2d707e97598b
line wrap: on
line diff
--- a/organism_add_organism.xml	Thu Jun 21 08:49:02 2018 -0400
+++ b/organism_add_organism.xml	Mon Aug 06 04:44:48 2018 -0400
@@ -14,10 +14,6 @@
 
         tripaille organism add_organism
 
-            #if str($species):
-                --species '$species'
-            #end if
-
             #if str($description):
                 --comment '$description'
             #end if
@@ -28,6 +24,7 @@
             #end if
 
             '$genus'
+            '$species'
             '$common'
             '$abbr'
 
@@ -43,7 +40,6 @@
                argument="--species"
                type="text"
                label="Species"
-               optional="True"
                help="e.g.: sapiens" />
 
         <param name="abbr"