changeset 2:5d566012d85f draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit a2ffd6de889096d5326410800d7f972e16347bc4
author gga
date Thu, 02 Aug 2018 04:51:44 -0400
parents 8c5e06b4b387
children 4eab654446d7
files macros.xml organism_add_organism.xml
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Mon Jul 30 09:15:24 2018 -0400
+++ b/macros.xml	Thu Aug 02 04:51:44 2018 -0400
@@ -2,7 +2,7 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <requirement type="package" version="2.1.2">python-chado</requirement>
+            <requirement type="package" version="2.1.3">python-chado</requirement>
             <requirement type="package" version="1.5">jq</requirement>
             <yield/>
         </requirements>
--- a/organism_add_organism.xml	Mon Jul 30 09:15:24 2018 -0400
+++ b/organism_add_organism.xml	Thu Aug 02 04:51:44 2018 -0400
@@ -10,12 +10,10 @@
 
 chakin organism add_organism
 '$genus'
+'$species'
 '$common'
 '$abbr'
 
-#if $species:
-  --species '$species'
-#end if
 #if $comment:
   --comment '$comment'
 #end if