byu-dnasc / proto-smrtlink-share

0 stars 1 forks source link

Optimize dependency between modules #21

Open adknaupp opened 3 months ago

adknaupp commented 3 months ago
flowchart TD
    filesystem --> handle
    state --> globus
    state --> filesystem
    state --> job
    collection --> handle
    collection --> job
    xml --> collection
    job --> handle
    smrtlink --> job
    smrtlink --> handle
    globus --> handle
    handle --> server