Previous changeset 12:bee9673b8f46 (2016-03-30) Next changeset 14:744987262771 (2016-03-30) |
Commit message:
Uploaded |
added:
tool_data_table_conf.xml.sample |
b |
diff -r bee9673b8f46 -r 391ea77bd930 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Wed Mar 30 12:14:49 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 |