-
Notifications
You must be signed in to change notification settings - Fork 1
Make "Gene structure history" display more consistent #2513
Open
Assignees
Labels
Description
Example from https://www.pombase.org/gene/SPAC6F6.19 :
2026年06月10日 complement(join(2759155..2759292,2759479..2759864,2759864..2759967,2760118..2760356)) PMID:18488015
Now complement(join(2760118..2760356,2759872..2759967,2759479..2759872,2759155..2759292))
The exons for the "Now" line are in a different order.
We should be able to fix this here:
website/src/app/shared/util.ts
Line 220 in 782a40f
static transcriptStructureAsString(transcript: TranscriptDetails): string {
From: