-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mermaid diagrams for all workflows
- Loading branch information
Showing
82 changed files
with
4,828 additions
and
0 deletions.
There are no files selected for viewing
168 changes: 168 additions & 0 deletions
168
...ly-v2/Assembly-Hifi-HiC-phasing-VGP4/Assembly-Hifi-HiC-phasing-VGP4_diagrams.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,168 @@ | ||
# Workflow diagrams | ||
|
||
## Assembly-Hifi-HiC-phasing-VGP4 | ||
|
||
```mermaid | ||
graph LR | ||
0["Pacbio Reads Collection"]@{ shape: docs } | ||
1["HiC forward reads"]@{ shape: doc } | ||
2["HiC reverse reads"]@{ shape: doc } | ||
3["Genomescope Summary"]@{ shape: doc } | ||
4["Meryl Database"]@{ shape: doc } | ||
5["Database for Busco Lineage"]@{ shape: lean-l } | ||
6["Lineage"]@{ shape: lean-l } | ||
7["Name for Haplotype 1"]@{ shape: lean-l } | ||
8["Name for Haplotype 2"]@{ shape: lean-l } | ||
9["Bits for bloom filter"]@{ shape: lean-l } | ||
10["SAK input file"]@{ shape: doc } | ||
11["Homozygous Read Coverage"]@{ shape: lean-l } | ||
12["Genomescope Model Parameters"]@{ shape: doc } | ||
13["Cutadapt"]@{ shape: process } | ||
0 --> 13 | ||
14["Search in textfiles"]@{ shape: process } | ||
3 --> 14 | ||
15["Compute"]@{ shape: process } | ||
12 --> 15 | ||
16["MultiQC"]@{ shape: process } | ||
13 --> 16 | ||
17["Replace Text"]@{ shape: process } | ||
14 --> 17 | ||
18["Cut"]@{ shape: process } | ||
15 --> 18 | ||
19["Convert"]@{ shape: process } | ||
17 --> 19 | ||
20["Estimated homozygous read coverage"]@{ shape: process } | ||
18 --> 20 | ||
21["Cut"]@{ shape: process } | ||
19 --> 21 | ||
22["Homozygous read coverage for Hifiasm"]@{ shape: process } | ||
11 --> 22 | ||
20 --> 22 | ||
23["Estimated genome size"]@{ shape: process } | ||
21 --> 23 | ||
24["Hifiasm"]@{ shape: process } | ||
22 --> 24 | ||
9 --> 24 | ||
1 --> 24 | ||
2 --> 24 | ||
13 --> 24 | ||
25["Raw Unitig Image"]@{ shape: process } | ||
24 --> 25 | ||
26["gfastats"]@{ shape: process } | ||
24 --> 26 | ||
23 --> 26 | ||
27["gfastats"]@{ shape: process } | ||
24 --> 27 | ||
23 --> 27 | ||
28["gfastats"]@{ shape: process } | ||
24 --> 28 | ||
29["gfastats"]@{ shape: process } | ||
24 --> 29 | ||
30["gfastats"]@{ shape: process } | ||
24 --> 30 | ||
31["gfastats"]@{ shape: process } | ||
24 --> 31 | ||
32["gfastats"]@{ shape: process } | ||
24 --> 32 | ||
10 --> 32 | ||
33["gfastats"]@{ shape: process } | ||
24 --> 33 | ||
10 --> 33 | ||
34["Text reformatting"]@{ shape: process } | ||
26 --> 34 | ||
35["Text reformatting"]@{ shape: process } | ||
27 --> 35 | ||
36["Data Prep Hap2"]@{ shape: subprocess } | ||
28 --> 36 | ||
37["Data Prep Hap1"]@{ shape: subprocess } | ||
30 --> 37 | ||
38["Text transformation"]@{ shape: process } | ||
32 --> 38 | ||
39["Text transformation"]@{ shape: process } | ||
33 --> 39 | ||
40["Join two Datasets"]@{ shape: process } | ||
35 --> 40 | ||
34 --> 40 | ||
41["Plot Data"]@{ shape: subprocess } | ||
36 --> 41 | ||
8 --> 41 | ||
7 --> 41 | ||
37 --> 41 | ||
42["Busco"]@{ shape: process } | ||
38 --> 42 | ||
5 --> 42 | ||
6 --> 42 | ||
43["Merqury"]@{ shape: process } | ||
39 --> 43 | ||
38 --> 43 | ||
4 --> 43 | ||
44["Busco"]@{ shape: process } | ||
39 --> 44 | ||
5 --> 44 | ||
6 --> 44 | ||
45["Advanced Cut"]@{ shape: process } | ||
40 --> 45 | ||
46["output_merqury.spectra-cn.fl"]@{ shape: process } | ||
43 --> 46 | ||
47["output_merqury.spectra-asm.fl"]@{ shape: process } | ||
43 --> 47 | ||
48["merqury_qv"]@{ shape: process } | ||
43 --> 48 | ||
49["output_merqury.assembly_01.spectra-cn.fl"]@{ shape: process } | ||
43 --> 49 | ||
50["merqury_stats"]@{ shape: process } | ||
43 --> 50 | ||
51["output_merqury.assembly_02.spectra-cn.fl"]@{ shape: process } | ||
43 --> 51 | ||
52["Replace"]@{ shape: process } | ||
45 --> 52 | ||
``` | ||
|
||
## gfastats_plot | ||
|
||
```mermaid | ||
graph LR | ||
0["Primary data"]@{ shape: doc } | ||
1["Alternate data"]@{ shape: doc } | ||
2["Name of primary assembly"]@{ shape: lean-l } | ||
3["Name of alternate assembly"]@{ shape: lean-l } | ||
4["Add column"]@{ shape: process } | ||
2 --> 4 | ||
0 --> 4 | ||
5["Add column"]@{ shape: process } | ||
3 --> 5 | ||
1 --> 5 | ||
6["Concatenate datasets"]@{ shape: process } | ||
4 --> 6 | ||
5 --> 6 | ||
7["Cut"]@{ shape: process } | ||
6 --> 7 | ||
8["Cut"]@{ shape: process } | ||
6 --> 8 | ||
9["Nx Plot"]@{ shape: process } | ||
7 --> 9 | ||
10["Size Plot"]@{ shape: process } | ||
8 --> 10 | ||
``` | ||
|
||
## gfastats_data_prep | ||
|
||
```mermaid | ||
graph LR | ||
0["gfa_stats"]@{ shape: doc } | ||
1["Sort"]@{ shape: process } | ||
0 --> 1 | ||
2["Text reformatting"]@{ shape: process } | ||
1 --> 2 | ||
3["Datamash"]@{ shape: process } | ||
2 --> 3 | ||
4["Add column"]@{ shape: process } | ||
2 --> 4 | ||
5["Parse parameter value"]@{ shape: process } | ||
3 --> 5 | ||
6["Compose text parameter value"]@{ shape: process } | ||
5 --> 6 | ||
7["Compute"]@{ shape: process } | ||
4 --> 7 | ||
6 --> 7 | ||
``` |
172 changes: 172 additions & 0 deletions
172
...-v2/Assembly-Hifi-Trio-phasing-VGP5/Assembly-Hifi-Trio-phasing-VGP5_diagrams.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
# Workflow diagrams | ||
|
||
## Assembly-Hifi-Trio-phasing-VGP5 | ||
|
||
```mermaid | ||
graph LR | ||
0["Pacbio Reads Collection : child"]@{ shape: docs } | ||
1["Paternal Illumina reads (hap1)"]@{ shape: docs } | ||
2["Maternal Illumina reads (hap2)"]@{ shape: docs } | ||
3["Meryl Database : Child"]@{ shape: doc } | ||
4["Hapmer Database : Paternal"]@{ shape: doc } | ||
5["Hapmer Database : Maternal"]@{ shape: doc } | ||
6["Bits for bloom filter"]@{ shape: lean-l } | ||
7["Database for Busco Lineage"]@{ shape: lean-l } | ||
8["Lineage"]@{ shape: lean-l } | ||
9["Homozygous Read Coverage"]@{ shape: lean-l } | ||
10["Genomescope Model Parameters"]@{ shape: doc } | ||
11["Genomescope Summary"]@{ shape: doc } | ||
12["Utilize homology information to correct trio-phasing errors"]@{ shape: lean-l } | ||
13["SAK input file (Optional)"]@{ shape: doc } | ||
14["Name for Haplotype 1"]@{ shape: lean-l } | ||
15["Name for Haplotype 2"]@{ shape: lean-l } | ||
16["Cutadapt"]@{ shape: process } | ||
0 --> 16 | ||
17["Compute"]@{ shape: process } | ||
10 --> 17 | ||
18["Search in textfiles"]@{ shape: process } | ||
11 --> 18 | ||
19["MultiQC"]@{ shape: process } | ||
16 --> 19 | ||
20["Cut"]@{ shape: process } | ||
17 --> 20 | ||
21["Replace Text"]@{ shape: process } | ||
18 --> 21 | ||
22["Parse parameter value"]@{ shape: process } | ||
20 --> 22 | ||
23["Convert"]@{ shape: process } | ||
21 --> 23 | ||
24["Homozygous read coverage for Hifiasm"]@{ shape: process } | ||
9 --> 24 | ||
22 --> 24 | ||
25["Cut"]@{ shape: process } | ||
23 --> 25 | ||
26["Hifiasm"]@{ shape: process } | ||
24 --> 26 | ||
6 --> 26 | ||
16 --> 26 | ||
12 --> 26 | ||
1 --> 26 | ||
2 --> 26 | ||
27["Estimated genome size"]@{ shape: process } | ||
25 --> 27 | ||
28["gfastats"]@{ shape: process } | ||
26 --> 28 | ||
13 --> 28 | ||
29["gfastats"]@{ shape: process } | ||
26 --> 29 | ||
13 --> 29 | ||
30["Raw Unitig Image"]@{ shape: process } | ||
26 --> 30 | ||
31["gfastats"]@{ shape: process } | ||
26 --> 31 | ||
13 --> 31 | ||
32["gfastats"]@{ shape: process } | ||
26 --> 32 | ||
13 --> 32 | ||
33["gfastats"]@{ shape: process } | ||
26 --> 33 | ||
34["gfastats"]@{ shape: process } | ||
26 --> 34 | ||
35["gfastats"]@{ shape: process } | ||
26 --> 35 | ||
27 --> 35 | ||
36["gfastats"]@{ shape: process } | ||
26 --> 36 | ||
27 --> 36 | ||
37["Busco"]@{ shape: process } | ||
31 --> 37 | ||
7 --> 37 | ||
8 --> 37 | ||
38["Busco"]@{ shape: process } | ||
32 --> 38 | ||
7 --> 38 | ||
8 --> 38 | ||
39["Merqury"]@{ shape: process } | ||
31 --> 39 | ||
32 --> 39 | ||
3 --> 39 | ||
5 --> 39 | ||
4 --> 39 | ||
40["Data prep Hap1"]@{ shape: subprocess } | ||
33 --> 40 | ||
41["Data Prep Hap2"]@{ shape: subprocess } | ||
34 --> 41 | ||
42["Text reformatting"]@{ shape: process } | ||
35 --> 42 | ||
43["Text reformatting"]@{ shape: process } | ||
36 --> 43 | ||
44["merqury_qv"]@{ shape: process } | ||
39 --> 44 | ||
45["output_merqury.spectra-cn.fl"]@{ shape: process } | ||
39 --> 45 | ||
46["output_merqury.spectra-asm.fl"]@{ shape: process } | ||
39 --> 46 | ||
47["output_merqury.assembly_01.spectra-cn.fl"]@{ shape: process } | ||
39 --> 47 | ||
48["output_merqury.assembly_02.spectra-cn.fl"]@{ shape: process } | ||
39 --> 48 | ||
49["merqury_stats"]@{ shape: process } | ||
39 --> 49 | ||
50["Plots"]@{ shape: subprocess } | ||
41 --> 50 | ||
15 --> 50 | ||
14 --> 50 | ||
40 --> 50 | ||
51["Join two Datasets"]@{ shape: process } | ||
43 --> 51 | ||
42 --> 51 | ||
52["Advanced Cut"]@{ shape: process } | ||
51 --> 52 | ||
53["Replace"]@{ shape: process } | ||
52 --> 53 | ||
``` | ||
|
||
## gfastats_plot | ||
|
||
```mermaid | ||
graph LR | ||
0["Primary data"]@{ shape: doc } | ||
1["Alternate data"]@{ shape: doc } | ||
2["Name of primary assembly"]@{ shape: lean-l } | ||
3["Name of alternate assembly"]@{ shape: lean-l } | ||
4["Add column"]@{ shape: process } | ||
2 --> 4 | ||
0 --> 4 | ||
5["Add column"]@{ shape: process } | ||
3 --> 5 | ||
1 --> 5 | ||
6["Concatenate datasets"]@{ shape: process } | ||
4 --> 6 | ||
5 --> 6 | ||
7["Cut"]@{ shape: process } | ||
6 --> 7 | ||
8["Cut"]@{ shape: process } | ||
6 --> 8 | ||
9["Nx Plot"]@{ shape: process } | ||
7 --> 9 | ||
10["Size Plot"]@{ shape: process } | ||
8 --> 10 | ||
``` | ||
|
||
## gfastats_data_prep | ||
|
||
```mermaid | ||
graph LR | ||
0["gfa_stats"]@{ shape: doc } | ||
1["Sort"]@{ shape: process } | ||
0 --> 1 | ||
2["Text reformatting"]@{ shape: process } | ||
1 --> 2 | ||
3["Datamash"]@{ shape: process } | ||
2 --> 3 | ||
4["Add column"]@{ shape: process } | ||
2 --> 4 | ||
5["Parse parameter value"]@{ shape: process } | ||
3 --> 5 | ||
6["Compose text parameter value"]@{ shape: process } | ||
5 --> 6 | ||
7["Compute"]@{ shape: process } | ||
4 --> 7 | ||
6 --> 7 | ||
``` |
Oops, something went wrong.