upload_sequence.md
559 Bytes
flowchart TD
A[Receive yaml file]-->B[Load yaml file]
B-->id1
subgraph id1 [Transcript file into Sequence]
subgraph id2 [Process sequence]
C[Get scientific program of Sequence]-->D[Process form fields]
end
id2-->id3
subgraph id3 [Process albums]
F[Get album name]-->G[Create album]
end
id3-->id4
subgraph id4 [Process plan]
H[Process plan fields]-->I[Create plan]
end
end
id1-->J[Create Sequence]
J-->L[Guitastro process]
L-->M[Create pickle]
M-->K[Return sequence id]