Skip to content

Commit ca01ff7

Browse files
committed
types: Set group_id as mandatory attr for Transcript
1 parent 56fade2 commit ca01ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geneml/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Transcript:
3737
events: tuple[GeneEvent, ...]
3838
score: float
3939
exons: tuple[Exon, ...]
40-
group_id: int = -1
40+
group_id: int
4141
transcript_id: str = ""
4242

4343
def __post_init__(self):

0 commit comments

Comments
 (0)