forked from WangLab-ComputationalBiology/btc-scrna-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 5
/
modules.json
37 lines (37 loc) · 1.45 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
{
"name": "oandrefonseca/btc-scrna-pipeline",
"homePage": "https://github.com/oandrefonseca/btc-scrna-pipeline",
"repos": {
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"cellranger/count": {
"branch": "master",
"git_sha": "abe9c71bdc56686abd337995580fbf35a6e5e013",
"installed_by": ["modules"]
},
"cellranger/mkgtf": {
"branch": "master",
"git_sha": "abe9c71bdc56686abd337995580fbf35a6e5e013",
"installed_by": ["modules"]
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"installed_by": ["modules"]
},
"fastqc": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "c8e35eb2055c099720a75538d1b8adb3fb5a464c",
"installed_by": ["modules"]
}
}
}
}
}
}