annotate tool_data_table_conf.xml.sample @ 1:ebb02ba5987c draft default tip

Rewrite of param handling. interPairEnd param moved to "paired" section. Add param for '-a' option. Remove basic parallelism tag, which does not work with multiple inputs (thanks Bjoern Gruening for the notice). Simplify Python code.
author crs4
date Fri, 21 Mar 2014 12:56:15 -0400
parents 6820983ba5d5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6820983ba5d5 Uploaded
crs4
parents:
diff changeset
1 <tables>
6820983ba5d5 Uploaded
crs4
parents:
diff changeset
2 <!-- Locations of indexes in the BWA mapper format -->
6820983ba5d5 Uploaded
crs4
parents:
diff changeset
3 <table name="bwa_indexes" comment_char="#">
6820983ba5d5 Uploaded
crs4
parents:
diff changeset
4 <columns>value, dbkey, name, path</columns>
6820983ba5d5 Uploaded
crs4
parents:
diff changeset
5 <file path="tool-data/bwa_index.loc" />
6820983ba5d5 Uploaded
crs4
parents:
diff changeset
6 </table>
6820983ba5d5 Uploaded
crs4
parents:
diff changeset
7 </tables>