cortes-ciriano-lab / savana

Somatic structural variant caller for long-read data
Apache License 2.0
43 stars 2 forks source link

Bugfix for classification when an SV type is not present #37

Closed helrick closed 7 months ago

helrick commented 7 months ago

The model expects all the BP_NOTATION types to be present after one-hot-encoding. If any BP_NOTATION was missing, this would return an error. Now all BP_NOTATIONS are checked to be present, if one is missing a new column is created and filled with "False"