-
Notifications
You must be signed in to change notification settings - Fork 8
/
modules.json
76 lines (76 loc) · 3.37 KB
/
modules.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
75
76
{
"name": "nf-core/oncoanalyser",
"homePage": "https://github.com/nf-core/oncoanalyser",
"repos": {
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"bwa/index": {
"branch": "master",
"git_sha": "6278bf9afd4a4b2d00fa6052250e73da3d91546f",
"installed_by": ["modules"],
"patch": "modules/nf-core/bwa/index/bwa-index.diff"
},
"bwamem2/index": {
"branch": "master",
"git_sha": "7081e04c18de9480948d34513a1c1e2d0fa9126d",
"installed_by": ["modules"],
"patch": "modules/nf-core/bwamem2/index/bwamem2-index.diff"
},
"gatk4/markduplicates": {
"branch": "master",
"git_sha": "e726b1730dff525bde4a6839e544dabfea4cd7fd",
"installed_by": ["modules"]
},
"samtools/dict": {
"branch": "master",
"git_sha": "cf5b9c30a2adacc581793afb79fae5f5b50bed01",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/dict/samtools-dict.diff"
},
"samtools/faidx": {
"branch": "master",
"git_sha": "cf5b9c30a2adacc581793afb79fae5f5b50bed01",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/faidx/samtools-faidx.diff"
},
"samtools/flagstat": {
"branch": "master",
"git_sha": "bbb99cb8d679555cc01c98766de7869f83283545",
"installed_by": ["modules"]
},
"samtools/sort": {
"branch": "master",
"git_sha": "d5d785b3d8b422cda9c6d84a23f629a8e9ff8cd8",
"installed_by": ["modules"]
},
"star/genomegenerate": {
"branch": "master",
"git_sha": "a21faa6a3481af92a343a10926f59c189a2c16c9",
"installed_by": ["modules"],
"patch": "modules/nf-core/star/genomegenerate/star-genomegenerate.diff"
}
}
},
"subworkflows": {
"nf-core": {
"utils_nextflow_pipeline": {
"branch": "master",
"git_sha": "5caf7640a9ef1d18d765d55339be751bb0969dfa",
"installed_by": ["subworkflows"]
},
"utils_nfcore_pipeline": {
"branch": "master",
"git_sha": "92de218a329bfc9a9033116eb5f65fd270e72ba3",
"installed_by": ["subworkflows"]
},
"utils_nfvalidation_plugin": {
"branch": "master",
"git_sha": "5caf7640a9ef1d18d765d55339be751bb0969dfa",
"installed_by": ["subworkflows"]
}
}
}
}
}
}