Mercurial > repos > iuc > data_manager_malt_index_builder
diff tool_data_table_conf.xml.test @ 0:5f9d6aee2256 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_malt_index_builder commit 710e56e0e522b0ed060dab2fecf05ed1c79c928f"
author | iuc |
---|---|
date | Wed, 17 Nov 2021 08:22:56 +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 Wed Nov 17 08:22:56 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>