Mercurial > repos > iuc > data_manager_pangolin_data
comparison tool_data_table_conf.xml.test @ 0:40c380ea283f 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:02 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:40c380ea283f |
|---|---|
| 1 <tables> | |
| 2 <table name="pangolin_data" comment_char="#" allow_duplicate_entries="False"> | |
| 3 <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_data --> | |
| 4 <columns>value, description, min_pangolin_version, date, path</columns> | |
| 5 <file path="${__HERE__}/test-data/pangolin_data.loc" /> | |
| 6 </table> | |
| 7 <table name="pangolin_constellations" comment_char="#" allow_duplicate_entries="False"> | |
| 8 <!-- min_scorpio_version is the minimum scorpio tool major version that is needed to read the constellations data --> | |
| 9 <columns>value, description, min_scorpio_version, date, path</columns> | |
| 10 <file path="${__HERE__}/test-data/pangolin_constellations.loc" /> | |
| 11 </table> | |
| 12 <table name="pangolin_assignment" comment_char="#" allow_duplicate_entries="False"> | |
| 13 <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_assignment data --> | |
| 14 <columns>value, description, min_pangolin_version, date, path</columns> | |
| 15 <file path="${__HERE__}/test-data/pangolin_assignment.loc" /> | |
| 16 </table> | |
| 17 </tables> |
