Commit cbf8131a6f0e7c4ad89f90f5b35969313737e824

Authored by Alexis Koralewski
1 parent 53b75e7b
Exists in dev

update upload_sequence.md

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
upload_sequence.md
@@ -16,5 +16,7 @@ flowchart TD @@ -16,5 +16,7 @@ flowchart TD
16 end 16 end
17 end 17 end
18 id1-->J[Create Sequence] 18 id1-->J[Create Sequence]
19 - J-->K[Return sequence id] 19 + J-->L[Guitastro process]
  20 + L-->M[Create pickle]
  21 + M-->K[Return sequence id]
20 ``` 22 ```
21 \ No newline at end of file 23 \ No newline at end of file