Mercurial > repos > ieguinoa > data_manager_salmon_index_builder
diff tool_data_table_conf.xml.sample @ 1:c5dea2080109 draft
Uploaded
author | ieguinoa |
---|---|
date | Tue, 14 Aug 2018 11:19:49 -0400 |
parents | 6cd60ba8a842 |
children | 3d12fd3b7cae |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Tue Aug 14 11:14:52 2018 -0400 +++ b/tool_data_table_conf.xml.sample Tue Aug 14 11:19:49 2018 -0400 @@ -1,5 +1,12 @@ -<?xml version="1.0"?> <tables> - <table name="all_gff" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="tool-data/all_gff.loc" /> </table> - <table name="representative_gff" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="tool-data/representative_gff.loc" /> </table> + <!-- Locations of all fasta files under genome directory --> + <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/all_fasta.loc" /> + </table> + <!-- Locations of indexes in the kallisto mapper format --> + <table name="salmon_indexes" comment_char="#" allow_duplicate_entries="False"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/salmon_indexes.loc" /> + </table> </tables>