-
Notifications
You must be signed in to change notification settings - Fork 19
/
workflows.json
67 lines (67 loc) · 2.97 KB
/
workflows.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"workflows":{
"bactopia": {
"description": "Bactopia is a flexible pipeline for complete analysis of bacterial genomes. The goal of Bactopia is to process your data with a broad set of tools, so that you can get to the fun part of analyses quicker!",
"repo": "bactopia/bactopia",
"default_branch": "master",
"configuration": "nextflow.config",
"schema":"nextflow_schema.json"
},
"cecret": {
"description": "Cecret is a workflow developed by @erinyoung at the Utah Public Health Laborotory for SARS-COV-2 sequencing with the artic/Illumina hybrid library prep workflow for MiSeq data.",
"repo": "UPHL-BioNGS/Cecret",
"default_branch": "master",
"configuration": "configs/cecret_config_template.config",
"schema":"nextflow_schema.json"
},
"donut_falls": {
"description": "Donut Falls is a basic assembly workflow for Nanopore sequencing.",
"repo": "UPHL-BioNGS/Donut_Falls",
"default_branch": "main",
"configuration": "nextflow.config",
"schema":"nextflow_schema.json"
},
"dryad": {
"description": "Dryad is a pipeline to construct reference free core-genome or SNP phylogenetic trees for examining prokaryote relatedness in outbreaks. Dryad will performs both a reference free core-genome and/or a SNP analysis using the CFSAN-SNP pipeline.",
"repo": "wslh-bio/dryad",
"default_branch": "main",
"configuration": "dryad.config",
"schema":"nextflow_schema.json"
},
"grandeur": {
"description": "Grandeur is short-read de novo assembly pipeline with serotyping.",
"repo": "UPHL-BioNGS/Grandeur",
"default_branch": "main",
"configuration": "nextflow.config",
"schema":"nextflow_schema.json"
},
"mycosnp": {
"description": "MycoSNP is a portable workflow for performing whole genome sequencing analysis of fungal organisms, including Candida auris.",
"repo": "CDCgov/mycosnp-nf",
"default_branch": "master",
"configuration": "nextflow.config",
"schema":"nextflow_schema.json"
},
"phoenix": {
"description": "PHoeNIx: A short-read pipeline for healthcare-associated and antimicrobial resistant pathogens.",
"repo": "CDCgov/phoenix",
"default_branch": "main",
"configuration": "nextflow.config",
"schema":"nextflow_schema.json"
},
"spriggan": {
"description": "Spriggan is a pipeline used for assembly of bacterial whole genome sequence data and identification of antibiotic resistance genes.",
"repo": "wslh-bio/spriggan",
"default_branch": "main",
"configuration": "spriggan.config",
"schema":"nextflow_schema.json"
},
"viralrecon": {
"description": "Viralrecon is a pipeline used to perform assembly and intra-host/low-frequency variant calling for viral samples.",
"repo": "nf-core/viralrecon",
"default_branch": "master",
"configuration": "nextflow.config",
"schema":"nextflow_schema.json"
}
}
}