-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thanks very much to Steve for reporting and providing test-case.
- Loading branch information
Showing
4 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
const slivarVersion* = "0.2.8" | ||
const slivarVersion* = "0.2.9" | ||
const slivarGitCommit* = staticExec("git rev-parse --verify HEAD") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
##fileformat=VCFv4.2 | ||
##FILTER=<ID=PASS,Description="All filters passed"> | ||
##INFO=<ID=AF,Number=1,Type=Float,Description="field from from gnotate VCF"> | ||
#CHROM POS ID REF ALT QUAL FILTER INFO | ||
chr3 57446013 . ATAAATAAATAAT A 230919 PASS AF=0.574454 | ||
chr4 443460 . CCACATGTGTAGGGTTTCTCTCCAGTATGAATTCTCCTATGTACATAAAGGTTTGCGGACTGTCTAAAGGCTTTGCCACATACTT C 274.8 PASS AF=0 | ||
chr5 80300545 . G GTCCCTCTCCCTC 114541 PASS AF=0.386214 | ||
chr6 31028873 . A ACCTCTACTGAAGGCTCTGAGACCACCACAG 13662.3 PASS AF=0.1145 | ||
chr6 31028943 . C CAGGCTCTGAGACCACCACAGCCTCTACTGA 7768.74 PASS AF=0.048706 | ||
chr9 32986034 . AAAAAAAAACAAAAAAAAAAAC A 118886 PASS AF=0.476683 | ||
chr9 35183034 . CGCTCCTCACTTCCCAGATGGGGCGGCCGGGCAGAGGCGCTCCTCACCTCCCAGACGGGGCGGCCTGGCAGAGGT C 56269 PASS AF=0.229961 | ||
chr10 2501862 . ACCCGGCTCACCTCAACAACAAAGCGCGGTTTCCTCCCTCGCCATCCTTCCTCG A 99790.2 PASS AF=0.186495 | ||
chr10 42429112 . TCACCTTTGCTTGATATGATAATATAGTGCCAAGG T 120274 PASS AF=0.482119 | ||
chr11 10353386 . TTTTTCTTTTTCTTTTCTTTTCTTTTCTTTTCTTTTCTTTTCTTTTCTTTTCTTTTCTTTTC T 11465.2 PASS AF=0.652204 | ||
chr16 3197578 . TGGCCACATGTCAAGGGCTCCAGAGCCACCTGCTGCTGGGGGCCAGTTCCTCAGACAGCGCAGTCCTACATCTGACTACAAGCTTAAATG T 212370 PASS AF=0.67148 | ||
chr17 40819040 . AGCCGCCGCCGGAACTGCCGCCGTGGCCGCCGCCGTG A 651.56 PASS AF=0.00191424 | ||
chr17 40819055 . TGCCGCCGTGGCC T 78807.4 PASS AF=0.329802 | ||
chr19 58404775 . GGGCAGAGGGGCTCCTCATTTCCCAGTAGGGGCGGCCGGGCAGAGGCGCCCCTCACCTCCCGGACAGGGCGGCTCGCCAGGCGGGGGGCTGACCCCCCCCCCCACCTCCCTCCTGGACGGGGCGGCTGGCCA G 1168.4 PASS AF=0.0145961 | ||
chr20 37179387 . G GCTTACAGACAGGGCCCCGCGGCCGGCACT 700721 PASS AF=0.504156 |