Mercurial > repos > iuc > crossmap_gff
diff tool_data_table_conf.xml.test @ 7:1b57bf1bb4ec draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/crossmap commit e365f2835488e73b870c73502c24ff23d28b76a5
author | iuc |
---|---|
date | Fri, 20 Oct 2017 02:48:09 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Fri Oct 20 02:48:09 2017 -0400 @@ -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="${__HERE__}/test-data/cached_locally/all_fasta.loc" /> + </table> + <!-- Locations of all liftOver files --> + <table name="liftOver" comment_char="#"> + <columns>dbkey, name, value</columns> + <file path="${__HERE__}/test-data/cached_locally/liftOver.loc" /> + </table> +</tables>