comparison tool_data_table_conf.xml.test @ 1:45542cd244ad draft default tip

"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/screen_abricate_report commit 1d569fc27b052d1982d82ca19455caaff6386f46"
author public-health-bioinformatics
date Thu, 31 Oct 2019 15:14:36 -0400
parents 2c6153023368
children
comparison
equal deleted inserted replaced
0:2c6153023368 1:45542cd244ad
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tables> 2 <tables>
3 <!-- Locations of Kraken2 database in the required format --> 3 <!-- Locations of abricate report screening files in the required format -->
4 <table name="kraken2_databases" comment_char="#"> 4 <table name="abricate_report_screening_files" comment_char="#">
5 <columns>value, name, path</columns> 5 <columns>value, name, path</columns>
6 <file path="${__HERE__}/test-data/test_database.loc" /> 6 <file path="${__HERE__}/test-data/abricate_report_screening_files.loc" />
7 </table> 7 </table>
8 </tables> 8 </tables>