Skip to content

Commit a80a872

Browse files
committed
adjusted DEL regions expansion
1 parent 468f70c commit a80a872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/svirlpool/candidateregions/signalstrength_to_crs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def process_chromosome_to_proto_crs(args_tuple) -> tuple[str, Path, dict]:
440440
margin = bnd_region_radius
441441
elif sv_type in (1, 2):
442442
margin = max(
443-
50, int(abs(s[4].size) * 0.5)
443+
50, int(abs(s[4].size) * 0.1)
444444
) # half deletion size per seed
445445
else:
446446
margin = 50

0 commit comments

Comments
 (0)