comparison tool_data_table_conf.xml.sample @ 3:4fe92af4542b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/homer commit 16a919905f336e34e237388c1921d0f4f8a368af
author iuc
date Thu, 06 Apr 2023 16:22:23 +0000
parents ec974e69e0b5
children
comparison
equal deleted inserted replaced
2:a8f207b43f64 3:4fe92af4542b
1 <tables> 1 <tables>
2 <!-- Locations of all fasta files under genome directory --> 2 <!-- Locations of all fasta files under genome directory -->
3 <table name="all_fasta" comment_char="#"> 3 <table name="all_fasta" comment_char="#">
4 <columns>value, dbkey, name, path</columns> 4 <columns>value, dbkey, name, path</columns>
5 <file path="tool-data/all_fasta.loc" /> 5 <file path="tool-data/all_fasta.loc"/>
6 </table> 6 </table>
7 <!-- Locations of preparsed genomes --> 7 <!-- Locations of preparsed genomes -->
8 <table name="homer_preparse" comment_char="#"> 8 <table name="homer_preparse" comment_char="#">
9 <columns>value, dbkey, mask, size, name, path, path_fasta, version</columns> 9 <columns>value, dbkey, mask, size, name, path, path_fasta, version</columns>
10 <file path="tool-data/homer_preparse.loc" /> 10 <file path="tool-data/homer_preparse.loc"/>
11 </table>
12 <!-- Built-in homer promoter and ID DBs (dir of <env>/share/data, 1 per organism) -->
13 <table name="homer_promoters" comment_char="#">
14 <columns>value, dbkey, organism, path, organism_version, promoter_version</columns>
15 <file path="tool-data/homer_promoters.loc"/>
11 </table> 16 </table>
12 </tables> 17 </tables>