Skip to content

dont construct allele string for SV types

Marek Szuba requested to merge github/fork/willmclaren/master into master

Created by: willmclaren

SV types were having an allele string constructed for them, which mean they weren't getting parsed into StructuralVariationFeatures as intended.

This also meant time was wasted looking up sequence.

Merge request reports