Mercurial > repos > ieguinoa > data_manager_salmon_index_builder
view tool_data_table_conf.xml.sample @ 2:f7d9182bdcab draft
Uploaded
author | ieguinoa |
---|---|
date | Fri, 19 Oct 2018 09:53:44 -0400 |
parents | c5dea2080109 |
children | 3d12fd3b7cae |
line wrap: on
line source
<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="tool-data/all_fasta.loc" /> </table> <!-- Locations of indexes in the kallisto mapper format --> <table name="salmon_indexes" comment_char="#" allow_duplicate_entries="False"> <columns>value, dbkey, name, path</columns> <file path="tool-data/salmon_indexes.loc" /> </table> </tables>