Mercurial > repos > iuc > plasmidfinder
comparison tool_data_table_conf.xml.sample @ 3:7075b7a5441b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/plasmidfinder commit 464661a59ed12a642d365f485a222764b55048a5
author | iuc |
---|---|
date | Thu, 02 Mar 2023 14:58:17 +0000 |
parents | 2b6e795b22a9 |
children |
comparison
equal
deleted
inserted
replaced
2:e23b96d79dc0 | 3:7075b7a5441b |
---|---|
1 <?xml version="1.0"?> | 1 |
2 <tables> | 2 <tables> |
3 <!-- Locations of plasmid database to plasmidfinder --> | 3 <!-- Locations of plasmidfinder database in the required format --> |
4 <table name="plasmidfinder_db" comment_char="#"> | 4 <table name="plasmidfinder_database" comment_char="#"> |
5 <columns>value, name, path</columns> | 5 <columns>value, name, date, path</columns> |
6 <file path="${__HERE__}/test-data/plasmidfinder_db.loc" /> | 6 <file path="tool-data/plasmidfinder_database.loc.sample" /> |
7 </table> | 7 </table> |
8 </tables> | 8 </tables> |