|
1 | 1 | /* The MIT License |
2 | 2 |
|
3 | | - Copyright (c) 2015-2021 Genome Research Ltd. |
| 3 | + Copyright (c) 2015-2022 Genome Research Ltd. |
4 | 4 |
|
5 | 5 | Author: Petr Danecek <pd3@sanger.ac.uk> |
6 | 6 | |
@@ -509,8 +509,8 @@ int init(int argc, char **argv, bcf_hdr_t *in, bcf_hdr_t *out) |
509 | 509 | if ( args->tags & SET_END ) bcf_hdr_printf(args->out_hdr, "##INFO=<ID=END,Number=1,Type=Integer,Description=\"End position of the variant\">"); |
510 | 510 | if ( args->tags & SET_TYPE ) bcf_hdr_printf(args->out_hdr, "##INFO=<ID=TYPE,Number=.,Type=String,Description=\"Variant type\">"); |
511 | 511 | if ( args->tags & SET_ExcHet ) hdr_append(args, "##INFO=<ID=ExcHet%s,Number=A,Type=Float,Description=\"Test excess heterozygosity%s%s; 1=good, 0=bad\">"); |
512 | | - if ( args->tags & SET_VAF ) bcf_hdr_append(args->out_hdr, "##FORMAT=<ID=VAF,Number=A,Type=Float,Description=\"The fraction of reads with alternate allele (nALT/nSumAll)\""); |
513 | | - if ( args->tags & SET_VAF1 ) bcf_hdr_append(args->out_hdr, "##FORMAT=<ID=VAF1,Number=1,Type=Float,Description=\"The fraction of reads with alternate alleles (nSumALT/nSumAll)\""); |
| 512 | + if ( args->tags & SET_VAF ) bcf_hdr_append(args->out_hdr, "##FORMAT=<ID=VAF,Number=A,Type=Float,Description=\"The fraction of reads with alternate allele (nALT/nSumAll)\">"); |
| 513 | + if ( args->tags & SET_VAF1 ) bcf_hdr_append(args->out_hdr, "##FORMAT=<ID=VAF1,Number=1,Type=Float,Description=\"The fraction of reads with alternate alleles (nSumALT/nSumAll)\">"); |
514 | 514 |
|
515 | 515 | return 0; |
516 | 516 | } |
|
0 commit comments