Mercurial > repos > jackcurragh > ribogalaxy_bowtie_genome
changeset 7:12688201bbe8 draft
Uploaded
author | jackcurragh |
---|---|
date | Fri, 22 Apr 2022 11:08:00 +0000 |
parents | 8e88b5ddd35d |
children | fe590b3f8b1a |
files | bowtie_genome_wrapper/bowtie_genomic_wrapper.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bowtie_genome_wrapper/bowtie_genomic_wrapper.xml Wed Apr 20 15:14:54 2022 +0000 +++ b/bowtie_genome_wrapper/bowtie_genomic_wrapper.xml Fri Apr 22 11:08:00 2022 +0000 @@ -160,7 +160,7 @@ </param> <when value="indexed"> <param name="index" type="select" label="Select a reference genome" help="if your genome of interest is not listed - contact Galaxy team"> - <options from_data_table="bowtie_indexes"> + <options from_data_table="bowtie_genome_indexes"> <filter type="sort_by" column="2" /> <validator type="no_options" message="No indexes are available" /> </options> @@ -427,7 +427,7 @@ <conditional name="refGenomeSource.genomeSource"> <when value="indexed"> <action type="metadata" name="dbkey"> - <option type="from_data_table" name="bowtie_indexes" column="1" offset="0"> + <option type="from_data_table" name="bowtie_genome_indexes" column="1" offset="0"> <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/> <filter type="param_value" ref="refGenomeSource.index" column="0"/> </option>