changeset 6:8f76685cdfc8 draft

planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit ce14e1d0d2be125b1fdf60701f02291ef7b1024d
author eric-rasche
date Sat, 04 Mar 2017 18:00:52 -0500
parents 7610987e0c48
children f9a6e151b3b4
files create_or_update_organism.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/create_or_update_organism.xml	Wed Mar 01 22:39:58 2017 -0500
+++ b/create_or_update_organism.xml	Sat Mar 04 18:00:52 2017 -0500
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="edu.tamu.cpt2.webapollo.create_or_update" name="Create or Update Organism" version="3.1">
+<tool id="edu.tamu.cpt2.webapollo.create_or_update" name="Create or Update Organism" version="3.2">
   <description>will create the organism if it doesn't exist, and update otherwise</description>
   <macros>
     <import>macros.xml</import>
@@ -15,7 +15,9 @@
 
 --genus "$genus"
 --species "$species"
+#if str(${group}) != "None":
 --group '${group}'
+#end if
 $public
 
 @ORG_OR_GUESS@