Mercurial > repos > dave > data_manager_make_blastn_dbs
diff tool_data_table_conf.xml.sample @ 0:3da261f8ac90 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_genome_dbkeys_all_fasta commit db8f5e7fadc3bf752951b837a977919f8409e4b6-dirty
author | dave |
---|---|
date | Sat, 30 Jun 2018 16:19:53 -0400 |
parents | |
children | 125b8ae43807 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Sat Jun 30 16:19:53 2018 -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="tool-data/all_fasta.loc" /> + </table> + <!-- Locations of dbkeys and len files under genome directory --> + <table name="blastn_databases" comment_char="#"> + <columns>value, name, path</columns> + <file path="tool-data/blastn_dbs.loc" /> + </table> +</tables>