changeset 11:b8f57e0f05ba draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 95fe80d08fb14c4c344da4979290e72261e31ae5"
author iuc
date Thu, 10 Oct 2019 03:50:01 -0400
parents dc02d022f656
children 7392463f2803
files bcftools_stats.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bcftools_stats.xml	Mon Jul 29 17:43:24 2019 -0400
+++ b/bcftools_stats.xml	Thu Oct 10 03:50:01 2019 -0400
@@ -113,7 +113,7 @@
                 <when value="cached">
                     <param name="fasta_ref" type="select" label="Reference genome">
                         <options from_data_table="fasta_indexes">
-                            <filter type="data_meta" column="1" key="dbkey" ref="input_file" />
+                            <filter type="data_meta" column="dbkey" key="dbkey" ref="input_file" />
                             <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file" />
                         </options>
                     </param>
--- a/macros.xml	Mon Jul 29 17:43:24 2019 -0400
+++ b/macros.xml	Thu Oct 10 03:50:01 2019 -0400
@@ -122,7 +122,7 @@
         <when value="cached">
             <param name="fasta_ref" type="select" label="Reference genome">
                 <options from_data_table="fasta_indexes">
-                    <filter type="data_meta" column="1" key="dbkey" ref="input_file" />
+                    <filter type="data_meta" column="dbkey" key="dbkey" ref="input_file" />
                     <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file" />
                 </options>
             </param>