Mercurial > repos > iuc > data_manager_pangolin_data
diff tool_data_table_conf.xml.test @ 0:33158d21324d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_pangolin_data commit 902cce06e30ffe8ccba5dc0c3b704eb39fb4c611
author | iuc |
---|---|
date | Wed, 20 Jul 2022 21:02:43 +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 Jul 20 21:02:43 2022 +0000 @@ -0,0 +1,17 @@ +<tables> + <table name="pangolin_data" comment_char="#" allow_duplicate_entries="False"> + <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_data --> + <columns>value, description, min_pangolin_version, date, path</columns> + <file path="${__HERE__}/test-data/pangolin_data.loc" /> + </table> + <table name="pangolin_constellations" comment_char="#" allow_duplicate_entries="False"> + <!-- min_scorpio_version is the minimum scorpio tool major version that is needed to read the constellations data --> + <columns>value, description, min_scorpio_version, date, path</columns> + <file path="${__HERE__}/test-data/pangolin_constellations.loc" /> + </table> + <table name="pangolin_assignment" comment_char="#" allow_duplicate_entries="False"> + <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_assignment data --> + <columns>value, description, min_pangolin_version, date, path</columns> + <file path="${__HERE__}/test-data/pangolin_assignment.loc" /> + </table> +</tables>