Mercurial > repos > iuc > crossmap_vcf
diff macros.xml @ 1:af9e03d85771 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447
author | iuc |
---|---|
date | Tue, 26 Sep 2017 04:47:28 -0400 |
parents | 3fc985b6afdd |
children | 37c8b1afc814 |
line wrap: on
line diff
--- a/macros.xml Sat Jul 01 17:45:07 2017 -0400 +++ b/macros.xml Tue Sep 26 04:47:28 2017 -0400 @@ -27,9 +27,9 @@ <when value="cached"> <param name="input_chain" type="select" label="Lift Over To"> <options from_file="liftOver.loc"> - <column name="name" index="1"/> - <column name="value" index="2"/> - <column name="dbkey" index="0"/> + <column name="dbkey" index="0"/><!-- species/build 'from' --> + <column name="name" index="1"/><!-- species/build 'to' --> + <column name="value" index="2"/><!-- path of chain file --> <filter type="data_meta" ref="input" key="dbkey" column="0"/> </options> </param>