add nextflow d30e48d
This commit is contained in:
39
nextflow/docs/_static/dag.mmd
vendored
Normal file
39
nextflow/docs/_static/dag.mmd
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#B6ECE2',
|
||||
'primaryTextColor': '#160F26',
|
||||
'primaryBorderColor': '#065647',
|
||||
'lineColor': '#545555',
|
||||
'clusterBkg': '#BABCBD22',
|
||||
'clusterBorder': '#DDDEDE',
|
||||
'fontFamily': 'arial'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
flowchart TB
|
||||
subgraph " "
|
||||
v0["Channel.fromFilePairs"]
|
||||
v1["transcriptome"]
|
||||
v7["config"]
|
||||
end
|
||||
subgraph RNASEQ
|
||||
v2([INDEX])
|
||||
v3([FASTQC])
|
||||
v4([QUANT])
|
||||
end
|
||||
v8([MULTIQC])
|
||||
subgraph " "
|
||||
v9[" "]
|
||||
end
|
||||
v5(( ))
|
||||
v0 --> v3
|
||||
v0 --> v4
|
||||
v1 --> v2
|
||||
v2 --> v4
|
||||
v3 --> v5
|
||||
v4 --> v5
|
||||
v7 --> v8
|
||||
v5 --> v8
|
||||
v8 --> v9
|
||||
Reference in New Issue
Block a user