Mercurial > repos > gga > chado_feature_get_features
diff feature_get_features.xml @ 12:df8527b4f2b8 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:12:35 -0400 |
parents | 95221c68838f |
children |
line wrap: on
line diff
--- a/feature_get_features.xml Thu Jul 11 08:38:44 2019 -0400 +++ b/feature_get_features.xml Wed Aug 21 05:12:35 2019 -0400 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="feature_get_features" name="Chado features get" version="@WRAPPER_VERSION@.1"> +<tool id="feature_get_features" name="Chado features get" version="@WRAPPER_VERSION@"> <description></description> <macros> <import>macros.xml</import> @@ -11,8 +11,8 @@ chakin feature get_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" />