Mercurial > repos > iuc > homer_gtf_to_annotations
diff tool_data_table_conf.xml.test @ 0:8ebb6520eef4 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/homer commit e49d856e0181edc6120220a1b819cba2466a4289"
author | iuc |
---|---|
date | Sun, 08 Aug 2021 11:04:17 +0000 |
parents | |
children | 7c5da353e460 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Sun Aug 08 11:04:17 2021 +0000 @@ -0,0 +1,12 @@ +<tables> + <!-- 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" /> + </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> +</tables>