Repository 'ezbamqc'
hg clone https://toolshed.g2.bx.psu.edu/repos/youngkim/ezbamqc

Changeset 3:ddfb71ec32ed (2016-03-29)
Previous changeset 2:f98435398c1d (2016-03-29) Next changeset 4:50a9d8992e65 (2016-03-29)
Commit message:
Uploaded
added:
tool_data_table_conf.xml.sample
b
diff -r f98435398c1d -r ddfb71ec32ed tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Tue Mar 29 15:31:11 2016 -0400
b
@@ -0,0 +1,12 @@
+<tables>cat 
+    <!-- Locations of gene model GTFs -->
+    <table name="gene_GTF_database" comment_char="#">
+        <columns>value, name, dbkey, id</columns>
+ <file path="tool-data/cshl_geneGTF.loc" />
+    </table>
+    <!-- Locations of rRNA BED files for BAMqc -->
+    <table name="rRNA_BED_database" comment_char="#">
+         <columns>value, name, dbkey, id</columns>
+  <file path="tool-data/cshl_rRNA_BED.loc" />
+    </table>
+</tables>
\ No newline at end of file