Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:Spring 3 : 17 Feb to 28 Feb, Spring 4 : 2 Mar to 13 Mar, Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun
Description
When we first started migrating to OSGi, developer Lance Frohman (Genentech) created a plug-in that drew a sashimi-plot graphic on top of gene models to highlight splicing support.
Recently, we moved the code to a new repository:
https://bitbucket.org/lorainelab/development-apps/src/master/TranscriptIsoform/
Let's revisit this code and investigate what it would be take to implement it now.
Attachments
Issue Links
- blocks
-
IGBF-2373 Move transcript isoform App into a separate repository
-
- Closed
-
Progress:
https://bitbucket.org/pkulka10/developmentplugins/commits/e2b1c688e48d5e40e1e8e8665791605fcc2a4ed5#chg-TranscriptIsoform/src/main/java/com/gene/transcriptisoform/TranscriptIsoFormMenuProvider.java
https://bitbucket.org/pkulka10/developmentplugins/commits/f74e0b2065ae033950cdbffbf46e1d32749f255d
MenuItem(String menuLabel, Set<MenuItem> subMenuItems)
as this should be used to add submenu items in IGB menu item.
I have assigned available/unavailable tag next to the types which are provide/not provided in "org.lorainelab.igb.menu.api.model" package.