UI UX Concept - Integrative-Transcriptomics/tss-prediction-comparison GitHub Wiki

UML Diagramm:

The following UML Diagram represents our current draft for our Project.

image

Control Flow:

  • user enters a input in form of a Wiggle file
  • post request of wiggle file
  • creation of JobObject which is responsible of processing wiggle file and creating ReturnObject with the help of TSS-prediction and TSS-predator
  • Job gets added to Job-Queue
  • dequeued jobs compute TSS and create ReturnObjects
  • ReturnObjects should contain all relevant information for frontend to visualize
  • get request of ReturnObject
  • visualization takes place in frontend