annotate tool_data_table_conf.xml.sample @ 7:b5562b9a55c7

Use same bias_correction cached param as devteam cuffdiff
author Jim Johnson <jj@umn.edu>
date Mon, 13 Oct 2014 09:12:47 -0500
parents 2bb88bf1c1dd
children fbbbc9fd8fb9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
1 <tables>
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
2 <!-- Locations of all fasta files under genome directory -->
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
3 <table name="all_fasta" comment_char="#">
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
4 <columns>value, dbkey, name, path</columns>
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
5 <file path="tool-data/all_fasta.loc" />
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
6 </table>
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
7 <!-- Location of SAMTools indexes and other files -->
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
8 <table name="sam_fa_indexes" comment_char="#">
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
9 <columns>line_type, value, path</columns>
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
10 <file path="tool-data/sam_fa_indices.loc" />
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
11 </table>
2bb88bf1c1dd Add tool_data_table_conf.xml.sample
Jim Johnson <jj@umn.edu>
parents:
diff changeset
12 </tables>