changeset 8:2fa5adc7f273 draft

planemo upload for repository https://github.com/LUMC/lumc-galaxy-tools/tree/master/data_manager_select_index_by_path commit c22af79f25e13690d86cfc8bca0b99a424a6822f
author rhpvorderman
date Mon, 11 Sep 2017 07:18:48 -0400
parents 462dc2bde908
children eafb94d396ba
files data_manager/data_manager_select_index_by_path.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/data_manager_select_index_by_path.xml	Mon Sep 11 07:10:58 2017 -0400
+++ b/data_manager/data_manager_select_index_by_path.xml	Mon Sep 11 07:18:48 2017 -0400
@@ -13,9 +13,9 @@
         <param name="value" type="text" value="" label="value field for the entry.  Defaults to name if left blank." />
         <param name="dbkey" type="text" value="" label="dbkey field for the entry.  Defaults to value if left blank." />
         <param name="name" type="text" value="" label="name field for the entry. Defaults to the file name from path if left blank." />
-        <param name="path" type="text" value="" label="path field for the entry" />
+        <param name="path" type="select" value="" label="path field for the entry" />
         <param name="data_table" type="text" value="" label="data table for the index">
-          <option value='all_fasta'>all_fasta --no_prefix</option>
+          <option value='all_fasta --no_prefix'>all_fasta</option>
           <option value='bowtie2_indexes'>bowtie2_indexes</option>
           <option value='bowtie_indexes'>bowtie_indexes</option>
           <option value='bowtie_indexes_color'>bowtie_indexes_color</option>
@@ -25,7 +25,7 @@
           <option value='gatk_picard_indexes'>gatk_picard_indexes</option>
           <option value='gene_transfer'>gene_transfer</option>
           <option value='hisat2_indexes'>hisat2_indexes</option>
-          <option value='kallisto_indexes'>kallisto_indexes --no-prefix</option>
+          <option value='kallisto_indexes --no-prefix'>kallisto_indexes</option>
           <option value='picard_indexes'>picard_indexes</option>
           <option value='tophat2_indexes'>tophat2_indexes</option>
         </param>