MetaCell / MetaCell/salk-interactive-atlas
Provide instant feedback on population creation
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Current flow:
- Client requests upload of files
- Main application validates and schedules argo workflow (A) to handle it (Returns to the client 200 if validation passes)
(populations are not created yet)
- Argo workflow (A) creates population and launches new workflow (B) , one per population, to process the uploaded files
(population is created but state is set to running)
- Argo workflow (B) processes file and updates population state
Client pulls data from server every 30 seconds.
From the response to the upload of files until there's any UI feedback regarding the population processing it can take 30 seconds
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.