Mercurial > repos > iuc > crossmap_gff
changeset 3:bb6334253319 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447-dirty
author | iuc |
---|---|
date | Tue, 26 Sep 2017 06:02:07 -0400 |
parents | 2f9a0d340ce5 |
children | b18ce8713041 |
files | macros.xml |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Sep 26 05:57:25 2017 -0400 +++ b/macros.xml Tue Sep 26 06:02:07 2017 -0400 @@ -26,10 +26,7 @@ </param> <when value="cached"> <param name="input_chain" type="select" label="Lift Over To"> - <options from_file="liftOver.loc"> - <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 --> + <options from_data_table="liftOver"> <filter type="data_meta" ref="input" key="dbkey" column="0"/> </options> </param>