# HG changeset patch
# User iuc
# Date 1506419216 14400
# Node ID 52a9daf61566d491568d7b4360662a36a1be078b
# Parent  5773a57e91e66e50731818aed05e9e8e49e7dfc0
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit d578fad97ce545d68dde40155d36426a121e4447

diff -r 5773a57e91e6 -r 52a9daf61566 dump2/.gitignore
--- a/dump2/.gitignore	Tue Sep 26 05:44:21 2017 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-*
diff -r 5773a57e91e6 -r 52a9daf61566 dump2/out.bam.bam
diff -r 5773a57e91e6 -r 52a9daf61566 dump2/out.bam.unmap.bam
diff -r 5773a57e91e6 -r 52a9daf61566 dump2/out2.bam
Binary file dump2/out2.bam has changed
diff -r 5773a57e91e6 -r 52a9daf61566 dump2/out2.sorted.bam
Binary file dump2/out2.sorted.bam has changed
diff -r 5773a57e91e6 -r 52a9daf61566 dump2/out2.sorted.bam.bai
Binary file dump2/out2.sorted.bam.bai has changed
diff -r 5773a57e91e6 -r 52a9daf61566 dump2/out2.sorted.bam.bam
Binary file dump2/out2.sorted.bam.bam has changed
diff -r 5773a57e91e6 -r 52a9daf61566 dump2/output2.bam
diff -r 5773a57e91e6 -r 52a9daf61566 dump2/output2.unmap.bam
diff -r 5773a57e91e6 -r 52a9daf61566 tool-data/tool_data_table_conf.xml.sample
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/tool_data_table_conf.xml.sample	Tue Sep 26 05:46:56 2017 -0400
@@ -0,0 +1,12 @@
+<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" />
+    </table>
+</tables>