From 04fa1983d4a2ce68f8144ea1ff66ab8afa90057b Mon Sep 17 00:00:00 2001 From: JeremyWesthead Date: Thu, 20 Jun 2024 13:49:07 +0100 Subject: [PATCH] fix: remove erroneous print --- VERSION | 2 +- gumpy/variantfile.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 1e75430..1527a8d 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.3.0 +1.3.1 diff --git a/gumpy/variantfile.py b/gumpy/variantfile.py index 3bdb316..7a67246 100644 --- a/gumpy/variantfile.py +++ b/gumpy/variantfile.py @@ -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