Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deeprvat/annotations/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def filter_annotations_by_exon_distance(
logger.info("adding exons to annotations (1:M merge)")

merged = anno_df.merge(gtf, how="left", on="gene_id")
del anno_df
del anno_df, gtf

logger.info(
"adding positons of start and end of each exon relative to variant position to df"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading