Skip to content

Commit

Permalink
fir IR assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Sep 18, 2023
1 parent 2bb46cd commit dc0829f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/isoform_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ def is_major_inconsistency(match_event_subtype):
# intron retentions
MatchEventSubtype.intron_retention:0.6,
MatchEventSubtype.unspliced_intron_retention:0.6,
MatchEventSubtype.incomplete_intron_retention_left:0.6,
MatchEventSubtype.incomplete_intron_retention_right:0.6,
MatchEventSubtype.incomplete_intron_retention_left:0.7,
MatchEventSubtype.incomplete_intron_retention_right:0.7,
MatchEventSubtype.fake_micro_intron_retention:0.1,
# major alternation
# alternative donor/acceptor sites
Expand Down

0 comments on commit dc0829f

Please sign in to comment.