Version changes (2.8.4 to 2.12.0)
Current pin: 2.8.4(merge + query modules). Key changes:
v2.10.0: added --ins_svlen_ratio (SVLEN ratio filter), --ins_seq_similarity (Levenshtein distance), and --data_profile with three presets: sample (dist=25, ratio=0.90, sim=0.85), cohort (dist=50, ratio=0.80, sim=0.75), position_only (dist=50, ratio=0.90, no seq filter). This is an entirely new INS matching model absent in 2.8.x.
v2.12.0: --ins_distance raw default changed 50 bp to 25 bp.
The query module uses the same INS parameter space as merge: --ins_distance, --ins_svlen_ratio, --ins_seq_similarity, --data_profile. The new ext.args block in conf/modules/annotate_svs.config for SVDB_QUERY must be written as part of this upgrade with values calibrated against loqusDB, not left to default.
The deterministic sort fix (nallo PR #1196) updated the module wrapper; this upgrade targets the binary pin in environment.yml.
Version changes (2.8.4 to 2.12.0)
Current pin:
2.8.4(merge + query modules). Key changes:v2.10.0: added--ins_svlen_ratio(SVLEN ratio filter),--ins_seq_similarity(Levenshtein distance), and--data_profilewith three presets: sample (dist=25, ratio=0.90, sim=0.85), cohort (dist=50, ratio=0.80, sim=0.75), position_only (dist=50, ratio=0.90, no seq filter). This is an entirely new INS matching model absent in 2.8.x.v2.12.0:--ins_distanceraw default changed 50 bp to 25 bp.The query module uses the same INS parameter space as merge:
--ins_distance,--ins_svlen_ratio,--ins_seq_similarity,--data_profile. The newext.argsblock inconf/modules/annotate_svs.configfor SVDB_QUERY must be written as part of this upgrade with values calibrated against loqusDB, not left to default.The deterministic sort fix (nallo PR #1196) updated the module wrapper; this upgrade targets the binary pin in
environment.yml.