Mercurial > repos > dfornika > chewbbaca_prepexternalschema
diff tool_data_table_conf.xml.test @ 0:68e59c40b1ea draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chewbbaca commit 6ce8b601276a1161318b908647cc7a4f0af5b91e-dirty"
author | dfornika |
---|---|
date | Tue, 02 Jun 2020 00:23:09 +0000 |
parents | |
children | eac851537d92 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Tue Jun 02 00:23:09 2020 +0000 @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<tables> + <!-- Locations of prodigal training files in the required format --> + <table name="prodigal_training_files" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/prodigal_training_files.loc" /> + </table> + <!-- Locations of chewbbaca schemas in the required format --> + <table name="chewbbaca_schemas" comment_char="#"> + <columns>value, name, path</columns> + <file path="${__HERE__}/test-data/chewbbaca_schemas.loc" /> + </table> +</tables>