Skip to content

Commit

Permalink
Update VCF header with ODDSR
Browse files Browse the repository at this point in the history
  • Loading branch information
lmose committed Aug 13, 2021
1 parent a133d59 commit 39e6297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/abra/cadabra/Cadabra.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ private void outputHeader(CadabraOptions options) throws IOException {
System.out.println("##FORMAT=<ID=VAF,Number=1,Type=Float,Description=\"Variant allele frequency\">");
System.out.println("##FORMAT=<ID=MER,Number=1,Type=Integer,Description=\"Number of ref reads with num mismatches greater than read length * .05\">");
System.out.println("##FORMAT=<ID=FROR,Number=1,Type=Float,Description=\"Phred scaled Fisher's Exact Test for read orientation\">");
System.out.println("##FORMAT=<ID=ODDSR,Number=1,Type=Float,Description=\"Odds ratio of tumor / normal ref / alt observations\">");
System.out.println(vcfColumns);
}

Expand Down

0 comments on commit 39e6297

Please sign in to comment.