Mercurial > repos > iuc > pangolin
comparison tool_data_table_conf.xml.test @ 24:92dd6da871f4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pangolin commit ae9641015df9ee51adfd932e0c15747cfb9423db
author | iuc |
---|---|
date | Wed, 03 Aug 2022 07:54:25 +0000 |
parents | f557122d379e |
children |
comparison
equal
deleted
inserted
replaced
23:77402759b866 | 24:92dd6da871f4 |
---|---|
1 <tables> | 1 <tables> |
2 <table name="pangolearn" comment_char="#" allow_duplicate_entries="False"> | 2 <table name="pangolin_data" comment_char="#" allow_duplicate_entries="False"> |
3 <columns>value, description, format_version, path</columns> | 3 <!-- min_pangolin_version is the minimum pangolin tool major version that is needed to read the pangolin_data --> |
4 <file path="${__HERE__}/test-data/pangolearn.loc" /> | 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" /> | |
5 </table> | 16 </table> |
6 </tables> | 17 </tables> |