There was an error while loading. Please reload this page.
1 parent 56fade2 commit ca01ff7Copy full SHA for ca01ff7
1 file changed
src/geneml/types.py
@@ -37,7 +37,7 @@ class Transcript:
37
events: tuple[GeneEvent, ...]
38
score: float
39
exons: tuple[Exon, ...]
40
- group_id: int = -1
+ group_id: int
41
transcript_id: str = ""
42
43
def __post_init__(self):
0 commit comments