Skip to content

Commit

Permalink
set genotyper_config.required_dp=1 for DeepVariant config presets
Browse files Browse the repository at this point in the history
  • Loading branch information
mlin committed Apr 11, 2024
1 parent fae491b commit 45af5a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ static const char* config_presets_yml = R"eof(
monoallelic_sites_for_lost_alleles: true
max_alleles_per_site: 32
genotyper_config:
required_dp: 0
required_dp: 1
revise_genotypes: true
snv_prior_calibration: 0.6
indel_prior_calibration: 0.45
Expand Down Expand Up @@ -879,7 +879,7 @@ static const char* config_presets_yml = R"eof(
monoallelic_sites_for_lost_alleles: true
max_alleles_per_site: 32
genotyper_config:
required_dp: 0
required_dp: 1
revise_genotypes: true
snv_prior_calibration: 0.6
indel_prior_calibration: 0.45
Expand Down Expand Up @@ -928,7 +928,7 @@ static const char* config_presets_yml = R"eof(
monoallelic_sites_for_lost_alleles: true
max_alleles_per_site: 32
genotyper_config:
required_dp: 0
required_dp: 1
revise_genotypes: true
snv_prior_calibration: 0.375
indel_prior_calibration: 0.375
Expand Down

0 comments on commit 45af5a1

Please sign in to comment.