Mercurial > repos > iuc > crossmap_gff
diff macros.xml @ 1:928c56d152cd 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:10 -0400 |
| parents | de420379eb28 |
| children | aeecd2650942 |
line wrap: on
line diff
--- a/macros.xml Sat Jul 01 17:45:21 2017 -0400 +++ b/macros.xml Tue Sep 26 04:47:10 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>
