Previous changeset 3:aeebcdb9b8b2 (2017-12-12) Next changeset 5:c4fc8ff6e280 (2017-12-12) |
Commit message:
Uploaded |
added:
tool_data_table_conf.xml.sample |
b |
diff -r aeebcdb9b8b2 -r f7dbe77bbed5 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Tue Dec 12 10:16:11 2017 -0500 |
b |
@@ -0,0 +1,7 @@ +<tables> + <!-- location of loc file for STAR V2 tool --> + <table name="STAR_indexes" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="my_tool-data/STAR_indexes.loc" /> + </table> +</tables> |