-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkflow_mapping.json
More file actions
44 lines (44 loc) · 1.84 KB
/
workflow_mapping.json
File metadata and controls
44 lines (44 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"Pipeline 1": {
"datatype": "16S",
"analysis_type": "taxonomic-profiling",
"sequencing_technology": "NanoPore or Pacbio",
"workflow": "NanoPore or Pacbio -> NanoPlot -> chopper -> hostile -> NanoPlot -> Emu"
},
"Pipeline 2": {
"datatype": "Isolate",
"analysis_type": "assembly",
"sequencing_technology": "NanoPore or Pacbio",
"workflow": "NanoPore or Pacbio -> NanoPlot -> chopper -> hostile -> NanoPlot -> MetaFlye -> Minimap2 + Semibin2 -> CheckM2 -> Bakta"
},
"Pipeline 3": {
"datatype": "Isolate",
"analysis_type": "taxonomic-profiling",
"sequencing_technology": "NanoPore or Pacbio",
"workflow": "NanoPore or Pacbio -> NanoPlot -> chopper -> hostile -> NanoPlot -> Lemur + Magnet"
},
"Pipeline 4": {
"datatype": "Metagenomics",
"analysis_type": "genome-dynamics",
"sequencing_technology": "NanoPore or Pacbio",
"workflow": "NanoPore or Pacbio -> NanoPlot -> chopper -> hostile -> NanoPlot -> Rhea"
},
"Pipeline 5": {
"datatype": "Metagenomics",
"analysis_type": "assembly",
"sequencing_technology": "NanoPore or Pacbio",
"workflow": "NanoPore or Pacbio -> NanoPlot -> chopper -> hostile -> NanoPlot -> MetaFlye -> Minimap2 + Semibin2 -> CheckM2 -> Bakta"
},
"Pipeline 6": {
"datatype": "Metagenomics",
"analysis_type": "taxonomic-profiling",
"sequencing_technology": "NanoPore or Pacbio",
"workflow": "NanoPore or Pacbio -> NanoPlot -> chopper -> hostile -> NanoPlot -> Lemur + Magnet"
},
"Pipeline 7": {
"datatype": "Metagenomics",
"analysis_type": "pathogen",
"sequencing_technology": "NanoPore or Pacbio",
"workflow": "NanoPore or Pacbio -> NanoPlot -> chopper -> hostile -> NanoPlot -> Rhea"
}
}