Mercurial > repos > iuc > pizzly
diff tool_data_table_conf.xml.test @ 0:6095717c185d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pizzly/ commit a9f602d697c570bc40c6b6ab8e873a11e0eb703d
| author | iuc |
|---|---|
| date | Wed, 13 Sep 2017 22:40:39 -0400 |
| parents | |
| children | 3658798275bd |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Wed Sep 13 22:40:39 2017 -0400 @@ -0,0 +1,10 @@ +<tables> + <table name="all_fasta" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="${__HERE__}/test-data/cached_locally/all_fasta.loc" /> + </table> + <table name="all_gtf" comment_char="#"> + <columns>value, dbkey, name, path</columns> + <file path="${__HERE__}/test-data/cached_locally/all_gtf.loc" /> + </table> +</tables> \ No newline at end of file
