forked from nf-core/demultiplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.json
66 lines (66 loc) · 2.66 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
{
"name": "nf-core/demultiplex",
"homePage": "https://github.com/nf-core/demultiplex",
"repos": {
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"bases2fastq": {
"branch": "master",
"git_sha": "c62b41a07a00fee11ec73e2a0d4a1aec771a742b",
"installed_by": ["modules"]
},
"bcl2fastq": {
"branch": "master",
"git_sha": "100f641b272ff7e309bfbb86d0c3f63d7b6c6a9b",
"installed_by": ["bcl_demultiplex"]
},
"bclconvert": {
"branch": "master",
"git_sha": "100f641b272ff7e309bfbb86d0c3f63d7b6c6a9b",
"installed_by": ["bcl_demultiplex"]
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"installed_by": ["modules"]
},
"falco": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"installed_by": ["modules"]
},
"fastp": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"installed_by": ["modules"]
},
"md5sum": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "ee80d14721e76e2e079103b8dcd5d57129e584ba",
"installed_by": ["modules"]
},
"untar": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"installed_by": ["bcl_demultiplex"]
}
}
},
"subworkflows": {
"nf-core": {
"bcl_demultiplex": {
"branch": "master",
"git_sha": "f908bcbcd652d5d487996e08e0f14ded12ea95a3",
"installed_by": ["subworkflows"]
}
}
}
}
}
}