add nextflow d30e48d

This commit is contained in:
2026-04-29 23:01:54 +02:00
parent d0b12d668d
commit 97cc9058d3
2840 changed files with 730250 additions and 0 deletions

39
nextflow/docs/_static/dag.mmd vendored Normal file
View 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