Repository 'bcftools_stats'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bcftools_stats

Changeset 10:ef2cc5ac23bc (2019-10-17)
Previous changeset 9:e4f40fe9b7a2 (2019-07-29) Next changeset 11:9c0028888512 (2019-12-25)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 851f81495c875ac09d936537ffd2b32e6af2c8c5"
modified:
bcftools_stats.xml
macros.xml
b
diff -r e4f40fe9b7a2 -r ef2cc5ac23bc bcftools_stats.xml
--- a/bcftools_stats.xml Mon Jul 29 18:03:56 2019 -0400
+++ b/bcftools_stats.xml Thu Oct 17 02:44:59 2019 -0400
b
@@ -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>
b
diff -r e4f40fe9b7a2 -r ef2cc5ac23bc macros.xml
--- a/macros.xml Mon Jul 29 18:03:56 2019 -0400
+++ b/macros.xml Thu Oct 17 02:44:59 2019 -0400
b
@@ -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>