changeset 6:9ca13f08f2f7 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:09:26 -0400
parents 567ddd432541
children 1b57bf1bb4ec
files macros.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Tue Sep 26 06:04:35 2017 -0400
+++ b/macros.xml	Tue Sep 26 06:09:26 2017 -0400
@@ -26,11 +26,11 @@
             </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 -->
-                        <filter type="data_meta" ref="input" key="dbkey"/>
+                    <options from_data_table="liftOver">
+                        <!--
+                        planemo can't update this ?
+                            <filter type="data_meta" ref="input" key="dbkey"/>
+                        -->
                     </options>
                 </param>
             </when>