add nextflow d30e48d
This commit is contained in:
14
nextflow/docs/developer/diagrams/nextflow.plugin.mmd
Normal file
14
nextflow/docs/developer/diagrams/nextflow.plugin.mmd
Normal file
@@ -0,0 +1,14 @@
|
||||
classDiagram
|
||||
%%
|
||||
%% nextflow.plugin
|
||||
%%
|
||||
CmdRun --> Plugins : run
|
||||
|
||||
Plugins --> PluginsFacade : init
|
||||
|
||||
PluginsFacade "1" --> "*" PluginRef : load
|
||||
|
||||
class PluginRef {
|
||||
id : String
|
||||
version : String
|
||||
}
|
||||
Reference in New Issue
Block a user