Skip to content

Commit

Permalink
Revert "adding back gene element"
Browse files Browse the repository at this point in the history
This reverts commit 3e52ff2.
  • Loading branch information
katiestahl committed Jul 17, 2024
1 parent 12ee931 commit 6120473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fusor/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ class Assay(BaseModelForbidExtra):

AssayedFusionElements = list[
TranscriptSegmentElement
| GeneElement
| Gene
| TemplatedSequenceElement
| LinkerElement
| UnknownGeneElement
Expand Down Expand Up @@ -673,7 +673,7 @@ class AssayedFusion(AbstractFusion):

CategoricalFusionElements = list[
TranscriptSegmentElement
| GeneElement
| Gene
| TemplatedSequenceElement
| LinkerElement
| MultiplePossibleGenesElement
Expand Down

0 comments on commit 6120473

Please sign in to comment.