Skip to content

Commit 12be8a7

Browse files
Update expression to access male PE/SR stats for male-only chrX events (#242)
1 parent 6e99475 commit 12be8a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wdl/PETestChromosome.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ workflow PETestChromosome {
8080
chrom = chrom,
8181
sv_pipeline_docker = sv_pipeline_docker,
8282
runtime_attr_override = runtime_attr_merge_allo,
83-
male_only_expr = "females.log_pval.isnull()"
83+
male_only_expr = "females.log_pval == 0"
8484
}
8585
}
8686
if (!allosome) {

wdl/SRTestChromosome.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ workflow SRTestChromosome {
8181
chrom = chrom,
8282
runtime_attr_override = runtime_attr_merge_allo,
8383
sv_pipeline_docker = sv_pipeline_docker,
84-
male_only_expr = "females.log_pval.isnull()"
84+
male_only_expr = "females.log_pval == 0"
8585
}
8686
}
8787

0 commit comments

Comments
 (0)