Skip to content

Commit

Permalink
fix(config/config.yaml) add threads for replace_rg and also add comme…
Browse files Browse the repository at this point in the history
…nts for min_dp setting
  • Loading branch information
weizhu365 committed Nov 5, 2024
1 parent 874c965 commit abb9b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ call_dnm:
interval: "ref/hg38.wgs_interval.bed"
dv:
min_gq: 3
min_dp: 20
min_dp: 20 # this is for 80X
hc:
min_gq: 20
min_dp: 30
min_dp: 30 # this is for 80X

phasing:
window_size: 10000
Expand Down Expand Up @@ -100,6 +100,7 @@ threads:
svimmer: 4
graphtyper: 40
smoove: 20
replace_rg: 4



Expand Down

0 comments on commit abb9b4f

Please sign in to comment.