Mercurial > repos > devteam > data_manager_gatk_picard_index_builder
diff tool_data_table_conf.xml.sample @ 2:e09681f51de4 draft
Uploaded updated data manager tool.
| author | devteam |
|---|---|
| date | Fri, 04 Apr 2014 15:43:20 -0400 |
| parents | f6052387284e |
| children | bb4185c65cc7 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Tue Apr 01 10:40:49 2014 -0400 +++ b/tool_data_table_conf.xml.sample Fri Apr 04 15:43:20 2014 -0400 @@ -10,4 +10,9 @@ <columns>value, dbkey, name, path</columns> <file path="tool-data/gatk_sorted_picard_index.loc" /> </table> + <!-- Location of SAMTools indexes and other files --> + <table name="fasta_indexes" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/fasta_indexes.loc" /> + </table> </tables>
