Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Nov 16, 2022
1 parent 673ec04 commit 23df117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ v0.2.8
+ [internal] use same zip library for make-gnotate as gnotate. this should
improve speed for reading many small chromosomes.
+ don't quit on CSQ/ANN/BCSQ fields that don't have enough information to parse (#122)
+ fix segregating_dominant_x

v0.2.7
======
Expand Down
1 change: 0 additions & 1 deletion src/slivarpkg/evaluator.nim
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ proc newEvaluator*(ivcf:VCF, samples: seq[Sample], groups: seq[Group], float_exp
result.allow_fmt_strings = getEnv("SLIVAR_FORMAT_STRINGS") != ""
result.VCF = result.ctx.newObject("VCF")


for f in ["ANN", "CSQ", "BCSQ"]:
try:
var gf:GeneIndexes
Expand Down

0 comments on commit 23df117

Please sign in to comment.