diff macros.xml @ 5:567ddd432541 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:04:35 -0400
parents b18ce8713041
children 9ca13f08f2f7
line wrap: on
line diff
--- a/macros.xml	Tue Sep 26 06:03:11 2017 -0400
+++ b/macros.xml	Tue Sep 26 06:04:35 2017 -0400
@@ -26,7 +26,12 @@
             </param>
             <when value="cached">
                 <param name="input_chain" type="select" label="Lift Over To">
-                    <options from_data_table="liftOver" />
+                    <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 -->
+                        <filter type="data_meta" ref="input" key="dbkey"/>
+                    </options>
                 </param>
             </when>
             <when value="history">