diff create_or_update_organism.xml @ 5:7610987e0c48 draft

planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 29795b77c0d5c7894219b018a92c5ee7818096c3
author eric-rasche
date Wed, 01 Mar 2017 22:39:58 -0500
parents d4ae83dedb14
children 8f76685cdfc8
line wrap: on
line diff
--- a/create_or_update_organism.xml	Thu Jan 12 11:53:44 2017 -0500
+++ b/create_or_update_organism.xml	Wed Mar 01 22:39:58 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.0">
+<tool id="edu.tamu.cpt2.webapollo.create_or_update" name="Create or Update Organism" version="3.1">
   <description>will create the organism if it doesn't exist, and update otherwise</description>
   <macros>
     <import>macros.xml</import>
@@ -15,6 +15,7 @@
 
 --genus "$genus"
 --species "$species"
+--group '${group}'
 $public
 
 @ORG_OR_GUESS@
@@ -30,6 +31,7 @@
     <param name="genus" type="text" label="Genus" optional="False" />
     <param name="species" type="text" label="Species" optional="True" />
     <param name="public" type="boolean" truevalue="--public" falsevalue="" label="Is Organism Public" />
+    <param name="group" type="select" dynamic_options="galaxy_list_groups(__trans__)" label="Grant access to a user group" optional="True" />
   </inputs>
   <outputs>
     <data format="json" name="output"/>