Skip to content

Commit

Permalink
Try to reduce ridiculously large repeat masker values
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Jan 29, 2025
1 parent 42e07ff commit 27d2b6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions annotation/vep_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def _get_custom_params_list(cvf_list: list[ColumnVEPField], prefix, data_path) -
params["short_name"] = cvf.source_field

if extension == 'bed':
params["num_records"] = "10000" # repeat masker can get ridiculous - truncates with "..."
fmt = "bed"
elif extension == 'bw':
fmt = "bigwig"
Expand Down

0 comments on commit 27d2b6f

Please sign in to comment.