Mercurial > repos > iuc > metabuli
diff tool_data_table_conf.xml.test @ 0:b01d6b38f779 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metabuli commit d093bc33200eb4b4332e0b5845ef189e48fdb37a
| author | iuc |
|---|---|
| date | Tue, 04 Jun 2024 11:49:21 +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 Jun 04 11:49:21 2024 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<tables> + <!-- Locations of model folders --> + <table name="metabuli_databases" comment_char="#"> + <columns>value, name, version, path</columns> + <file path="${__HERE__}/test-data/metabuli_databases.loc" /> + </table> + <!-- Locations of reference genome files in fasta format --> + <table name="taxonomy" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/taxonomy.loc" /> + </table> +</tables>
