Skip to content

Commit 2187d0c

Browse files
committed
delete gtf file in annotations
1 parent eac4d12 commit 2187d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deeprvat/annotations/annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def filter_annotations_by_exon_distance(
653653
logger.info("adding exons to annotations (1:M merge)")
654654

655655
merged = anno_df.merge(gtf, how="left", on="gene_id")
656-
del anno_df
656+
del anno_df, gtf
657657

658658
logger.info(
659659
"adding positons of start and end of each exon relative to variant position to df"

0 commit comments

Comments
 (0)