Mercurial > repos > elixir-it > covacs_variant_recalibrator
comparison tool_data_table_conf.xml.sample @ 4:91abc25944cf draft
Uploaded
| author | elixir-it |
|---|---|
| date | Fri, 09 Nov 2018 06:53:04 -0500 |
| parents | 3d969c748317 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:733c164f2759 | 4:91abc25944cf |
|---|---|
| 1 <tables> | |
| 2 <!-- Location of bed-file for covacs --> | |
| 3 <table name="covacs_bed" comment_char="#"> | |
| 4 <columns> value, dbkey, name, path</columns> | |
| 5 <file path="tool-data/covacs_bed.loc" /> | |
| 6 </table> | |
| 7 <!-- Location of index file for covacs gatk wrapper --> | |
| 8 <table name="covacs_gatk_indexes" comment_char="#"> | |
| 9 <columns> value, dbkey, name, path</columns> | |
| 10 <file path="tool-data/covacs_gatk_indexes.loc" /> | |
| 11 </table> | |
| 12 <!-- Location of vcf-file for covacs VariantRecalibrator --> | |
| 13 <table name="covacs_vcf" comment_char="#"> | |
| 14 <columns> value, name, path</columns> | |
| 15 <file path="tool-data/covacs_vcf.loc" /> | |
| 16 </table> | |
| 17 </tables> |
