# HG changeset patch # User iuc # Date 1571294935 14400 # Node ID 81426b3cf18b808daba7f512f9c580153976c3dd # Parent 0c4d4d19a1936b51e4289ed1c78b8fc21d4a33e0 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 851f81495c875ac09d936537ffd2b32e6af2c8c5" diff -r 0c4d4d19a193 -r 81426b3cf18b macros.xml --- a/macros.xml Mon Jul 29 18:11:07 2019 -0400 +++ b/macros.xml Thu Oct 17 02:48:55 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>