diff feature_delete_features.xml @ 12:ccda382b5c8a draft

"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 1640878827bdc3870b6f34eded3a3f7571a1849f"
author gga
date Wed, 21 Aug 2019 05:08:32 -0400
parents 926dbc8a33a1
children
line wrap: on
line diff
--- a/feature_delete_features.xml	Thu Jul 11 08:35:20 2019 -0400
+++ b/feature_delete_features.xml	Wed Aug 21 05:08:32 2019 -0400
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="feature_delete_features" name="Chado features delete" version="@WRAPPER_VERSION@.1">
+<tool id="feature_delete_features" name="Chado features delete" version="@WRAPPER_VERSION@">
     <description></description>
     <macros>
         <import>macros.xml</import>
@@ -11,8 +11,8 @@
 
 chakin feature delete_features
 
-#if $organism:
-  --organism_id '$organism'
+#if $organism_id:
+  --organism_id '$organism_id'
 #end if
 #if $analysis_id:
   --analysis_id '$analysis_id'
@@ -31,7 +31,7 @@
     <inputs>
         <expand macro="psql_target"/>
         <!-- options -->
-        <param argument="--organism" type="select" dynamic_options="list_organisms()" label="Organism" />
+        <param argument="--organism_id" type="select" dynamic_options="list_organisms()" label="Organism" />
         <param argument="--analysis_id" type="select" dynamic_options="list_analyses()" label="Analysis" />
         <param name="name" label="Name" argument="--name" type="text" help="name filter" />
         <param name="uniquename" label="Uniquename" argument="--uniquename" type="text" help="uniquename filter" />