-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.json
74 lines (74 loc) · 2.37 KB
/
services.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
68
69
70
71
72
73
74
{
"assembly_annotation": {
"label": "",
"template": "assembly",
"url": "",
"order": 1,
"begin": "",
"end": "",
"description": "Nextflow assembly pipeline to assemble bacterial genomes",
"clean": {
"folders":["03-assembly/trimming/trimmed", "01-preprocessing", "work"],
"files":[""]
},
"no_copy": ["RAW", "TMP"]
},
"mtbseq": {
"label": "",
"template": "mtbseq",
"order": 1,
"begin": "base",
"end": "mag_met",
"url": "https://github.com/ngs-fzb/MTBseq_source",
"description": "Mycobacterium tuberculosis mapping, variant calling and detection of resistance using MTBseq",
"clean": {
"folders":["03-assembly/trimming/trimmed", "01-preprocessing", "work"],
"files":[""]
},
"no_copy": ["RAW", "TMP"]
},
"wgmlst_taranis": {
"label": "",
"template": "taranis",
"order": 1,
"begin": "base",
"end": "mag_met",
"url": "https://github.com/BU-ISCIII/taranis",
"description": "Multilocus sequence typing (MLST) using Taranis",
"depends_on": "assembly_annotation",
"clean": {
"folders":["03-assembly/trimming/trimmed", "01-preprocessing", "work"],
"files":[""]
},
"no_copy": ["RAW", "TMP"]
},
"wgmlst_chewbbaca": {
"label": "",
"template": "chewbbaca",
"order": 1,
"begin": "base",
"end": "mag_met",
"url": "https://github.com/B-UMMI/chewBBACA",
"description": "Multilocus sequence typing (MLST) using chewBBACA",
"depends_on": "assembly_annotation",
"clean": {
"folders":["03-assembly/trimming/trimmed", "01-preprocessing/{sample_name}", "work"],
"files":[""]
},
"no_copy": ["RAW", "TMP"]
},
"sars_viralrecon": {
"label": "",
"template": "sars_viralrecon",
"url": "https://github.com/BU-ISCIII/viralrecon",
"order": 1,
"begin": "",
"end": "mag_met",
"description": "Viral genome reconstruction analysis for SARS-COV-2 data",
"clean": {
"folders":["work"],
"files":["variants/bowtie2/sample_name.sorted.bam","variants/bowtie2/sample_name.sorted.bam.bai"]
},
"no_copy": ["RAW", "TMP"]
}
}