Skip to content

Commit 0fd22e4

Browse files
authored
Make pytest annotations smaller (#175)
* made gtf files smaller * made protein coding genes test files smaller * delete gtf file in annotations
1 parent 2144202 commit 0fd22e4

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

deeprvat/annotations/annotations.py

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

659659
merged = anno_df.merge(gtf, how="left", on="gene_id")
660-
del anno_df
660+
del anno_df, gtf
661661

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

0 commit comments

Comments
 (0)