Skip to content
Snippets Groups Projects
Commit 2d8f851c authored by Floreal Cabanettes's avatar Floreal Cabanettes
Browse files

Fix svtype

parent a8fe8e61
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,8 @@ class VCFRecord(SVRecord):
self.__record = record
if "SVTYPE" in record.info.keys():
self._sv_type = record.info["SVTYPE"]
else:
self._sv_type = record.alts[0][1:-1]
@property
def record(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment