Repository 'cufflinks'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/cufflinks

Changeset 3:7498f5a8fe06 (2013-12-04)
Previous changeset 1:b01956f26c36 (2013-10-01) Next changeset 4:398329a94c99 (2014-01-08)
Commit message:
Uploaded correct tool data table configuration.
added:
tool_data_table_conf.xml.sample
b
diff -r b01956f26c36 -r 7498f5a8fe06 tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Wed Dec 04 16:21:27 2013 -0500
b
@@ -0,0 +1,6 @@
+<tables>
+    <table name="fasta_indexes" comment_char="#">
+        <columns>value, dbkey, name, path</columns>
+        <file path="tool-data/fasta_indexes.loc" />
+    </table>
+</tables>