comparison tool_data_table_conf.xml.test @ 3:2051602a5f97 draft

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_compute_length commit 6ba0996437dfa7c51f3c2d2ded79dd85ad099b65"
author devteam
date Wed, 11 Sep 2019 09:41:59 -0400
parents
children
comparison
equal deleted inserted replaced
2:de2db1bdfbf8 3:2051602a5f97
1 <!-- 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-->
2 <tables>
3 <!-- Locations of all fasta files under genome directory -->
4 <table name="all_fasta" comment_char="#" allow_duplicate_entries="False">
5 <columns>value, dbkey, name, path</columns>
6 <file path="${__HERE__}/test-data/all_fasta.loc" />
7 </table>
8
9 <!-- Locations of dbkeys and len files under genome directory -->
10 <table name="__dbkeys__" comment_char="#">
11 <columns>value, name, len_path</columns>
12 <file path="${__HERE__}/test-data/dbkeys.loc" />
13 </table>
14 </tables>