Mercurial > repos > iuc > bicodon_counts_from_fasta
view tool_data_table_conf.xml.test @ 0:e13169dca7c8 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/naltorfs/ commit cbedf7b5968b45a08df88d4ad799951d6f50a2bd"
author | iuc |
---|---|
date | Mon, 11 Apr 2022 20:36:48 +0000 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <tables> <!-- Locations of reference fasta files --> <table name="all_fasta" comment_char="#"> <columns>value, dbkey, name, path</columns> <file path="${__HERE__}/test-data/all_fasta.loc" /> </table> <!-- Locations of indexes in the 2bit format --> <table name="twobit" comment_char="#" allow_duplicate_entries="False"> <columns>value, path</columns> <file path="${__HERE__}/test-data/twobit.loc" /> </table> </tables>