Previous changeset 5:240c34061675 (2016-09-19) Next changeset 7:aa9875d90894 (2016-09-19) |
Commit message:
Uploaded |
added:
tool_data_table_conf.xml.sample |
b |
diff -r 240c34061675 -r bfae83dedd4c tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Mon Sep 19 22:07:53 2016 -0400 |
b |
@@ -0,0 +1,10 @@ +<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changedin revision 4550:535d276c92bc--> +<tables> + <!-- Locations of genome/transcriptome indices, genome file, fastq file, GTF file, etc for Epi-Seq --> + <table name="IsoEM" comment_char="#"> + <columns>value, GTF, CCDS_INDEX, Cluster </columns> + <file path="tool-data/IsoEM.loc" /> + </table> + +</tables> + |