Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:3
-
Sprint:Summer 2019 Sprint 9, Summer 2019 Sprint 10
Description
Situation: In order to implement the metadata features - where a user can assign a genome and version to a file, we need a way to get a list of the available genomes and versions from IGB. The best way would be if the user had IGB running, BioViz would contact an IGB service that would return the list of genomes and versions, which the user could then select from. If the user does not have IGB running, then BioViz could pull the list of genomes and versions from IGBQuickload. If IGBQuickload is not available, then it would populate with a list of genomes and versions stored on BioViz, though it may not be up to date.
Task: Investigate how to make an IGB service that would provide genome and version. Put any notes in the comment section.
Attachments
Issue Links
- blocks
-
IGBF-1670 Implement IGB service listing available genomes and versions
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Epic Link |
|
| Assignee | Srishti Tiwari [ stiwari8 ] |
| Sprint | Summer 2019 Sprint 9 [ 68 ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Sprint | Summer 2019 Sprint 9 [ 68 ] | Summer 2019 Sprint 9, Summer 2019 Sprint 10 [ 68, 69 ] |
| Rank | Ranked higher |
| Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
| Resolution | Done [ 10000 ] | |
| Status | Needs 1st Level Review [ 10005 ] | Closed [ 6 ] |
| Workflow | Loraine Lab Workflow [ 18391 ] | Fall 2019 Workflow Update [ 20114 ] |
| Workflow | Fall 2019 Workflow Update [ 20114 ] | Revised Fall 2019 Workflow Update [ 22249 ] |
If IGB is running:
get list of species and versions from IGB as it may also contain species from custom quickload.
If IGB is not running:
fetch contents.txt from default quickload site and display species common names against the versions.
(Note: in the metadata, only the species name with version will be stored.)
We would avoid storing the list of genome and versions in the BioViz as it will create maintenance problems in future.