forked from nf-core/proteinfold
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodules.json
More file actions
75 lines (75 loc) · 3.22 KB
/
modules.json
File metadata and controls
75 lines (75 loc) · 3.22 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
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
{
"name": "nf-core/proteinfold",
"homePage": "https://github.com/nf-core/proteinfold",
"repos": {
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"aria2": {
"branch": "master",
"git_sha": "7d0ccc097c60d23a195099b326a5882e135c7949",
"installed_by": ["modules"],
"patch": "modules/nf-core/aria2/aria2.diff"
},
"foldseek/easysearch": {
"branch": "master",
"git_sha": "a02efd7783000a416d5d2f1b2bc86b8d41b9f439",
"installed_by": ["modules"],
"patch": "modules/nf-core/foldseek/easysearch/foldseek-easysearch.diff"
},
"gunzip": {
"branch": "master",
"git_sha": "5c460c5a4736974abde2843294f35307ee2b0e5e",
"installed_by": ["modules"]
},
"mmseqs/createindex": {
"branch": "master",
"git_sha": "38697a933bef7041bb935c9b8374d9948ce6c794",
"installed_by": ["modules"]
},
"mmseqs/tsv2exprofiledb": {
"branch": "master",
"git_sha": "151460db852d636979d9ff3ee631e2268060d4c3",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "f0719ae309075ae4a291533883847c3f7c441dad",
"installed_by": ["modules"],
"patch": "modules/nf-core/multiqc/multiqc.diff"
},
"untar": {
"branch": "master",
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
"installed_by": ["modules"],
"patch": "modules/nf-core/untar/untar.diff"
},
"unzip": {
"branch": "master",
"git_sha": "4dd9d8439a429c7ee566e0e2347f76ddeef27e66",
"installed_by": ["modules"]
}
}
},
"subworkflows": {
"nf-core": {
"utils_nextflow_pipeline": {
"branch": "master",
"git_sha": "05954dab2ff481bcb999f24455da29a5828af08d",
"installed_by": ["subworkflows"]
},
"utils_nfcore_pipeline": {
"branch": "master",
"git_sha": "65f5e638d901a51534c68fd5c1c19e8112fb4df1",
"installed_by": ["subworkflows"]
},
"utils_nfschema_plugin": {
"branch": "master",
"git_sha": "fdc08b8b1ae74f56686ce21f7ea11ad11990ce57",
"installed_by": ["subworkflows"]
}
}
}
}
}
}