Skip to content

Commit

Permalink
cast - as na in vep files
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Oct 17, 2023
1 parent c9bb44b commit c4b452c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deeprvat/annotations/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ def merge_annotations(vep_header_line:int,
vep_file,
header=vep_header_line,
sep="\t",
na_values = "-"
)
vep_df = process_vep(vep_file=vep_df)
logger.info(f"vep_df shape is {vep_df.shape}")
Expand Down

0 comments on commit c4b452c

Please sign in to comment.