issues
search
Parsoa
/
SVDSS
Improved structural variant discovery in accurate long reads using sample-specific strings (SFS)
MIT License
42
stars
4
forks
source link
Some improvements
#18
Closed
ldenti
closed
1 year ago
ldenti
commented
1 year ago
fix some bugs
we don't miss one SFS per cluster anymore (improvements on low coverage since we have way less SFS)
fix reallocation while smoothing (
https://github.com/Parsoa/SVDSS/issues/16
)
change some heuristics
rolling to fixed treshold in smoothing (this way we don't filter somewhat good alignments)
clusters are split based on length ratio and not delta
while chaining we also check for SVs distance (too distant SVs shouldn't be chained)
change alignment matrix
update dependencies