Repository 'crossmap_gff'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/crossmap_gff

Changeset 5:567ddd432541 (2017-09-26)
Previous changeset 4:b18ce8713041 (2017-09-26) Next changeset 6:9ca13f08f2f7 (2017-09-26)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447-dirty
modified:
macros.xml
tool_data_table_conf.xml.sample
b
diff -r b18ce8713041 -r 567ddd432541 macros.xml
--- a/macros.xml Tue Sep 26 06:03:11 2017 -0400
+++ b/macros.xml Tue Sep 26 06:04:35 2017 -0400
b
@@ -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">
b
diff -r b18ce8713041 -r 567ddd432541 tool_data_table_conf.xml.sample
--- a/tool_data_table_conf.xml.sample Tue Sep 26 06:03:11 2017 -0400
+++ b/tool_data_table_conf.xml.sample Tue Sep 26 06:04:35 2017 -0400
b
@@ -1,10 +1,10 @@
 <tables>
-    
+    <!-- Locations of all fasta files under genome directory -->
     <table name="all_fasta" comment_char="#">
         <columns>value, dbkey, name, path</columns>
         <file path="tool-data/all_fasta.loc" />
     </table>
-    
+    <!-- Locations of all liftOver files -->
     <table name="liftOver" comment_char="#">
          <columns>dbkey, name, value</columns>
         <file path="tool-data/liftOver.loc" />