Mercurial > repos > devteam > fasta_compute_length
view tool_data_table_conf.xml.test @ 5:a51da10f8caf draft
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_compute_length commit 34a6c9f94a5722bb7d2f887618aafa410a770e91"
| author | devteam |
|---|---|
| date | Mon, 02 Mar 2020 11:45:47 +0000 |
| parents | 19caae8fd9d4 |
| children |
line wrap: on
line source
<!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc--> <tables> <!-- Locations of all fasta files under genome directory --> <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> <columns>value, dbkey, name, path</columns> <file path="${__HERE__}/test-data/all_fasta.loc" /> </table> <!-- Locations of dbkeys and len files under genome directory --> <table name="__dbkeys__" comment_char="#"> <columns>value, name, len_path</columns> <file path="${__HERE__}/test-data/dbkeys.loc" /> </table> </tables>
