Skip to content

Commit 784c190

Browse files
committed
nf-metro update
1 parent 7e167a2 commit 784c190

3 files changed

Lines changed: 65 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ This pipeline cleanly separates these reads, providing contamination-free human
2424
- **NSG-optimized**: Compatible with NSG-adapted mouse reference genome
2525

2626
## Workflow
27+
28+
![Pipeline Workflow](pipeline.svg)
29+
2730
```mermaid
2831
flowchart TB
2932
subgraph " "

pipeline.mmd

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
%%metro title: Xenograft Sorting Pipeline
2+
%%metro style: dark
3+
%%metro line: main | Main Processing | #4CAF50
4+
%%metro line: index | Genome Indexing | #FF9800
5+
%%metro line: qc | Quality Control | #2196F3
6+
7+
graph LR
8+
input[Samplesheet]
9+
hg38[hg38 FASTA]
10+
nsg[NSG FASTA]
11+
fastp[FASTP]
12+
xengsort_index[XENGSORT_INDEX]
13+
xengsort_classify[XENGSORT_CLASSIFY]
14+
xengsort_summary[XENGSORT_SUMMARY]
15+
multiqc[MULTIQC]
16+
17+
input -->|main| fastp
18+
hg38 -->|index| xengsort_index
19+
nsg -->|index| xengsort_index
20+
fastp -->|main| xengsort_classify
21+
xengsort_index -->|index| xengsort_classify
22+
xengsort_classify -->|main| xengsort_summary
23+
fastp -->|qc| multiqc

pipeline.svg

Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)