8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
classDiagram
|
|
%%
|
|
%% nextflow.ast
|
|
%%
|
|
ScriptParser --> NextflowDSLImpl : parse
|
|
ScriptParser --> NextflowXformImpl : parse
|
|
ScriptParser --> OpXformImpl : parse
|