Skip to content

Commit

Permalink
Merge pull request #33 from oxfordmmm/feat/gvcf-support
Browse files Browse the repository at this point in the history
fix: remove erroneous print
  • Loading branch information
JeremyWesthead authored Jun 20, 2024
2 parents adf4e25 + 04fa198 commit e11c6e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.3.0
1.3.1

1 change: 0 additions & 1 deletion gumpy/variantfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def __init__(
allelic_depth_tag = "COV" if "COV" in self.values.keys() else "AD"
# Ensure we have a COV tag for downstream analysis
self.values["COV"] = self.values[allelic_depth_tag]
print(self.values[allelic_depth_tag])
if self.values[allelic_depth_tag] != (None,):
# If the depth given is below the threshold,
# this row is a null call's row from the GVCF
Expand Down

0 comments on commit e11c6e3

Please sign in to comment.