Skip to content

Commit

Permalink
Update output.c
Browse files Browse the repository at this point in the history
Fixed format for mutation line output. Format fields didn't match the header FORMAT entries.
  • Loading branch information
David Jones committed Jun 30, 2014
1 parent 6bc92e5 commit f47abb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static const char *VCF_FORMAT_KEY = "FORMAT";
static const char *VCF_INFO_KEY = "INFO";
static const char *VCF_PEDIGREE_KEY= "PEDIGREE";
static const char *VCF_FILE_KEY = "File";
static const char *VCF_VAR_FORMAT_LINE = "GT:AF:CF:GF:TF:AR:CR:GR:TR:PM";
static const char *VCF_VAR_FORMAT_LINE = "GT:FAZ:FCZ:FGZ:FTZ:RAZ:RCZ:RGZ:RTZ:PM";
static const char *VCF_FORMAT_A_FWD_COUNT = "ID=FAZ,Number=1,Type=Integer,Description=\"Reads presenting a A for this position, forward strand\"";
static const char *VCF_FORMAT_C_FWD_COUNT = "ID=FCZ,Number=1,Type=Integer,Description=\"Reads presenting a C for this position, forward strand\"";
static const char *VCF_FORMAT_G_FWD_COUNT = "ID=FGZ,Number=1,Type=Integer,Description=\"Reads presenting a G for this position, forward strand\"";
Expand Down

0 comments on commit f47abb4

Please sign in to comment.