Skip to content
Snippets Groups Projects
Commit 7f7fb5c4 authored by Laros's avatar Laros Committed by Vermaat
Browse files

Added type for compound insertions.

parent 5dd4fdfc
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,10 @@ class Seq(object): ...@@ -173,6 +173,10 @@ class Seq(object):
self.start = start self.start = start
self.end = end self.end = end
self.reverse = reverse self.reverse = reverse
self.type = "trans"
if self.sequence:
self.type = "ins"
#__init__ #__init__
def __str__(self): def __str__(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