Mercurial > repos > iuc > data_manager_homer_preparse
view tool_data_table_conf.xml.test @ 1:d9c177013aba draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_homer_preparse commit 16a919905f336e34e237388c1921d0f4f8a368af
author | iuc |
---|---|
date | Thu, 06 Apr 2023 16:20:54 +0000 |
parents | e6a2110ac3b9 |
children |
line wrap: on
line source
<tables> <!-- Locations of preparsed genomes when running tests--> <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" /> </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" /> </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>