Mercurial > repos > iuc > homer_annotatepeaks
diff tool_data_table_conf.xml.test @ 3:fa7c3a74acf2 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:24:36 +0000 |
parents | adab852c8216 |
children |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.test Mon Dec 13 15:16:02 2021 +0000 +++ b/tool_data_table_conf.xml.test Thu Apr 06 16:24:36 2023 +0000 @@ -2,11 +2,16 @@ <!-- Locations of preparsed genomes --> <table name="homer_preparse" comment_char="#"> <columns>value, dbkey, mask, size, name, path, path_fasta, version</columns> - <file path="${__HERE__}/test-data/homer_preparse.loc" /> + <file path="${__HERE__}/test-data/homer_preparse.loc"/> </table> <!-- Locations of all fasta files under genome directory --> <table name="all_fasta" comment_char="#"> <columns>value, dbkey, name, path</columns> - <file path="${__HERE__}/test-data/all_fasta.loc" /> + <file path="${__HERE__}/test-data/all_fasta.loc"/> + </table> + <!-- Built-in homer promoter and ID DBs (dir of <env>/share/data, 1 per organism) --> + <table name="homer_promoters" comment_char="#"> + <columns>value, dbkey, organism, path, organism_version, promoter_version</columns> + <file path="${__HERE__}/test-data/homer_promoters.loc"/> </table> </tables>