Repository 'ctat_mutations'
hg clone https://toolshed.g2.bx.psu.edu/repos/trinity_ctat/ctat_mutations

Changeset 1:be2f3ce8562b (2018-11-14)
Previous changeset 0:de4e183593ac (2018-11-14) Next changeset 2:c15d9049ab81 (2018-11-14)
Commit message:
Uploaded
added:
tool_data_table_conf.xml.sample
b
diff -r de4e183593ac -r be2f3ce8562b tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Wed Nov 14 12:15:58 2018 -0500
b
@@ -0,0 +1,18 @@
+<tables>
+    <table name="ctat_genome_resource_libs" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, name, path</columns>
+        <file path="tool-data/ctat_genome_resource_libs.loc" />
+    </table>
+    <table name="cravat_tissues" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, name, path</columns>
+        <file path="tool-data/cravat_tissues.loc" />
+    </table>
+    <table name="ctat_centrifuge_indexes" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, name, path</columns>
+        <file path="tool-data/ctat_centrifuge_indexes.loc" />
+    </table>
+    <table name="ctat_lncrna_annotations" comment_char="#" allow_duplicate_entries="False">
+        <columns>value, name, path</columns>
+        <file path="tool-data/ctat_lncrna_annotations.loc" />
+    </table>
+</tables>