Mercurial > repos > jpetteng > ectyper
diff ecoli_serotyping/ectyper.puml @ 0:7c687720c9e9 draft
Uploaded
author | jpetteng |
---|---|
date | Fri, 05 Jan 2018 09:17:33 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ecoli_serotyping/ectyper.puml Fri Jan 05 09:17:33 2018 -0500 @@ -0,0 +1,45 @@ +@startuml + + +(ectyper \ncommandline) as ectyper +:Third Party App: as 3rd +:User: -> [Galaxy] +[Galaxy] --> :User: +:User: --> ectyper : "\nvia REST API\n or local machine" +3rd --> ectyper : "via REST API" +Galaxy -> ectyper +(ectyper) --> Galaxy + +package JSON { + (ectyper) --> JSON +} + +package TSV{ + (ectyper) --> TSV +} + +JSON --> [Galaxy] +JSON --> 3rd +TSV --> :User: + + + +'(Use the application) as (Use) +' +'User -> (Start) +'User --> (Use) +' +'Galaxy ---> (Use) + +'note right of Galaxy : This is an example. +' +'note right of (Use) +'A note can also +'be on several lines +'end note +' +'note "This note is connected\nto several objects." as N2 +'(Start) .. N2 +'N2 .. (Use) + +@enduml \ No newline at end of file