Mercurial > repos > greg > data_manager_malt_index_builder
diff tool_data_table_conf.xml.test @ 0:d69ebf52c233 draft
Uploaded
author | greg |
---|---|
date | Tue, 12 Oct 2021 14:15:35 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Tue Oct 12 14:15:35 2021 +0000 @@ -0,0 +1,12 @@ +<tables> + <!-- Location of index files for malt_build version 0.5.3 and higher --> + <table name="malt_indices" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="${__HERE__}/test-data/malt_indices.loc" /> + </table> + <!-- Locations of all fasta files under genome directory --> + <table name="all_fasta" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="${__HERE__}/test-data/all_fasta.loc" /> + </table> +</tables>