Mercurial > repos > iuc > bcftools_mpileup
changeset 6:a0c219ecb5e7 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 851f81495c875ac09d936537ffd2b32e6af2c8c5"
author | iuc |
---|---|
date | Thu, 17 Oct 2019 02:47:05 -0400 |
parents | e013b0d6b1ea |
children | f65383c7ed49 |
files | macros.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon Jul 29 17:59:23 2019 -0400 +++ b/macros.xml Thu Oct 17 02:47:05 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>