Skip to content

Commit

Permalink
Update default filter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen committed Dec 11, 2024
1 parent 0257ea2 commit 5316ad8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stemcnv_check/control_files/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ settings:
call.merging:
merge.gap.absolute: 500
merge.gap.snps: 10
call.extension.percent: 20
maximum.gap.allowed: 100000
call.extension.percent: 60
maximum.gap.allowed: 500000
# Prefiltering of calls is done (after merging of nearby calls) as follows:
# [snps] >= min.snp & [length] >= min.length & [density, snps/Mb] >= min.snp.density
filter.minprobes: 5
Expand All @@ -176,8 +176,8 @@ settings:
call.merging:
merge.gap.absolute: 500
merge.gap.snps: 10
call.extension.percent: 20
maximum.gap.allowed: 100000
call.extension.percent: 60
maximum.gap.allowed: 500000
# Prefiltering of calls is done (after merging of nearby calls) as follows:
# [snps] >= min.snp & [length] >= min.length & [density, snps/Mb] >= min.snp.density
filter.minprobes: 5
Expand Down

0 comments on commit 5316ad8

Please sign in to comment.