You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @fenderglass and @aysegokce , this is Khi Pin. As you know I've implemented Severus 0.1.1 in the somatic variants WDL pipeline. I've been looking into Severus 1.0 and while the majority of the truth variants remain, there are two BND events that's filtered out in v1.0. This is truthset_1 and truthset_19. Looking into breakpoints_double.csv, truthset_1 is filtered out due to missing mapping quality threshold (MAPQ of 26 in v0.1.1 output, but I can tell from the source code there's a minimum of 30 now). For truthset_19, the reasons given was FAIL_CONNS_CONNS.
Have you observed similar regression comparing v01.1. and 1.0? Additionally, v1.0 calls 145 SVs compared to 122 in v0.1.1, which seems counterintuitive if the filtering threshold is not stricter.
The BAMs are identical and were aligned with pbmm2 version 1.10 to GCA_000001405.15_GRCh38_no_alt_analysis_set_maskedGRC_exclusions_v2.fasta using the full COLO829 BAM (No down-sampling).
The text was updated successfully, but these errors were encountered:
Hello Khi-Pin,
Thank you for the feedback. We didn't observe any change in the number of TPs between v0.1 and v1.0, but we have a slightly different pipeline. In our tests, both SVs were FNs in both versions. We will work on it.
@aysegokce I've just gotten a chance to look at version 1.1, and it looks like truthset_1 is now recovered. truthset_19 is still failing with FAIL_CONNS_CONNS but given that this had just three reads supporting it, I think it's reasonable to miss. Nonetheless, do you have any explanation to "FAIL_CONNS_CONNS"?
If all goes well I'll update our somatic WDL workflow with 1.1 soon. Thanks!
Hi @fenderglass and @aysegokce , this is Khi Pin. As you know I've implemented Severus 0.1.1 in the somatic variants WDL pipeline. I've been looking into Severus 1.0 and while the majority of the truth variants remain, there are two BND events that's filtered out in v1.0. This is
truthset_1
andtruthset_19
. Looking intobreakpoints_double.csv
,truthset_1
is filtered out due to missing mapping quality threshold (MAPQ of 26 in v0.1.1 output, but I can tell from the source code there's a minimum of 30 now). Fortruthset_19
, the reasons given wasFAIL_CONNS_CONNS
.Have you observed similar regression comparing v01.1. and 1.0? Additionally, v1.0 calls 145 SVs compared to 122 in v0.1.1, which seems counterintuitive if the filtering threshold is not stricter.
Command used with v1.0:
With 0.1.1:
The BAMs are identical and were aligned with
pbmm2
version 1.10 toGCA_000001405.15_GRCh38_no_alt_analysis_set_maskedGRC_exclusions_v2.fasta
using the full COLO829 BAM (No down-sampling).The text was updated successfully, but these errors were encountered: