mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
15 lines
457 B
XML
15 lines
457 B
XML
<tables>
|
|
<table name="testalpha" comment_char="#">
|
|
<columns>value, name, path</columns>
|
|
<file path="${__HERE__}/testalpha.loc" />
|
|
</table>
|
|
<table name="testbeta" comment_char="#">
|
|
<columns>value, path</columns>
|
|
<file path="${__HERE__}/testbeta.loc" />
|
|
</table>
|
|
<table name="test_fasta_indexes" comment_char="#">
|
|
<columns>value, dbkey, name, path</columns>
|
|
<file path="${__HERE__}/fasta_indexes.loc" />
|
|
</table>
|
|
</tables>
|