Mercurial > repos > dave > data_manager_make_blastn_dbs
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:3da261f8ac90 |
---|---|
1 <tables> | |
2 <!-- Locations of all fasta files under genome directory --> | |
3 <table name="all_fasta" comment_char="#"> | |
4 <columns>value, dbkey, name, path</columns> | |
5 <file path="tool-data/all_fasta.loc" /> | |
6 </table> | |
7 <!-- Locations of dbkeys and len files under genome directory --> | |
8 <table name="blastn_databases" comment_char="#"> | |
9 <columns>value, name, path</columns> | |
10 <file path="tool-data/blastn_dbs.loc" /> | |
11 </table> | |
12 </tables> |