-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feedback ontology loading #482
base: main
Are you sure you want to change the base?
Conversation
In `packages/apollo-mst/src/AnnotationFeatureModel.ts` we set the session onject to type `any` and ignore the warnings and ignore warning Add test file so_types.gff3 with unconventional types.
* The UI shows the job as still in progress even after the importing is done. This is because (?) we don't have a `jobsManager.done(job)` in packages/jbrowse-plugin-apollo/src/session/ClientDataStore.ts * We should show how far we are from completing the file import.
@dariober I think I've fixed the issue where the ontology was always loaded in the test. The |
@shashankbrgowda This PR should notify the user that an ontology (sequence or gene ontology) is being loaded. It should show a progress bar in the "Running job" window (see screenshot below). If the ontology is already loaded then nothing should appear. |
No description provided.