-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmodules.json
73 lines (73 loc) · 3.24 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
{
"name": "nf-core/fastquorum",
"homePage": "https://github.com/nf-core/fastquorum",
"repos": {
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"bwa/index": {
"branch": "master",
"git_sha": "2d20463181b1c38981a02e90d3084b5f9fa8d540",
"installed_by": ["modules"],
"patch": "modules/nf-core/bwa/index/bwa-index.diff"
},
"fastqc": {
"branch": "master",
"git_sha": "dc94b6ee04a05ddb9f7ae050712ff30a13149164",
"installed_by": ["modules"],
"patch": "modules/nf-core/fastqc/fastqc.diff"
},
"fgbio/sortbam": {
"branch": "master",
"git_sha": "bc6d86f063cd2e15015a339769c9ed18e5185a74",
"installed_by": ["modules"],
"patch": "modules/nf-core/fgbio/sortbam/fgbio-sortbam.diff"
},
"multiqc": {
"branch": "master",
"git_sha": "cf17ca47590cc578dfb47db1c2a44ef86f89976d",
"installed_by": ["modules"],
"patch": "modules/nf-core/multiqc/multiqc.diff"
},
"samtools/dict": {
"branch": "master",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/dict/samtools-dict.diff"
},
"samtools/faidx": {
"branch": "master",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/faidx/samtools-faidx.diff"
},
"samtools/merge": {
"branch": "master",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"],
"patch": "modules/nf-core/samtools/merge/samtools-merge.diff"
}
}
},
"subworkflows": {
"nf-core": {
"utils_nextflow_pipeline": {
"branch": "master",
"git_sha": "c2b22d85f30a706a3073387f30380704fcae013b",
"installed_by": ["subworkflows"]
},
"utils_nfcore_pipeline": {
"branch": "master",
"git_sha": "9a1e8bb6a5d205cf7807dcefca872a3314b2f3e6",
"installed_by": ["subworkflows"]
},
"utils_nfschema_plugin": {
"branch": "master",
"git_sha": "2fd2cd6d0e7b273747f32e465fdc6bcc3ae0814e",
"installed_by": ["subworkflows"]
}
}
}
}
}
}