Mercurial > repos > iuc > homer_annotatepeaks
diff tool_data_table_conf.xml.sample @ 0:c56d8d5504b8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/homer commit e49d856e0181edc6120220a1b819cba2466a4289"
| author | iuc |
|---|---|
| date | Sun, 08 Aug 2021 10:59:50 +0000 |
| parents | |
| children | eeec5f339a3c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Sun Aug 08 10:59:50 2021 +0000 @@ -0,0 +1,12 @@ +<tables> + <!-- Locations of all fasta files under genome directory --> + <table name="all_fasta" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="tool-data/all_fasta.loc" /> + </table> + <!-- Locations of preparsed genomes --> + <table name="homer_preparse" comment_char="#"> + <columns>value, dbkey, mask, size, name, path, path_fasta, version</columns> + <file path="tool-data/homer_preparse.loc" /> + </table> +</tables>
