Skip to content

Commit

Permalink
Update expression to access male PE/SR stats for male-only chrX events (
Browse files Browse the repository at this point in the history
  • Loading branch information
epiercehoffman authored Oct 14, 2021
1 parent 6e99475 commit 12be8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wdl/PETestChromosome.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ workflow PETestChromosome {
chrom = chrom,
sv_pipeline_docker = sv_pipeline_docker,
runtime_attr_override = runtime_attr_merge_allo,
male_only_expr = "females.log_pval.isnull()"
male_only_expr = "females.log_pval == 0"
}
}
if (!allosome) {
Expand Down
2 changes: 1 addition & 1 deletion wdl/SRTestChromosome.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ workflow SRTestChromosome {
chrom = chrom,
runtime_attr_override = runtime_attr_merge_allo,
sv_pipeline_docker = sv_pipeline_docker,
male_only_expr = "females.log_pval.isnull()"
male_only_expr = "females.log_pval == 0"
}
}
Expand Down

0 comments on commit 12be8a7

Please sign in to comment.