-
Notifications
You must be signed in to change notification settings - Fork 0
/
modules.json
38 lines (38 loc) · 1.31 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
{
"name": "",
"homePage": "",
"repos": {
"https://github.com/FrancisCrickInstitute/nextflow-modules": {
"modules": {
"francis-crick-institute": {
"dorado/basecaller": {
"branch": "main",
"git_sha": "fd22aad893cec0a938eda12a27628846a6548dee",
"installed_by": ["modules"]
},
"dorado/demux": {
"branch": "main",
"git_sha": "3048c4c22cd932ffee7016beacc178002f7bc027",
"installed_by": ["modules"]
},
"dorado/summary": {
"branch": "main",
"git_sha": "fd22aad893cec0a938eda12a27628846a6548dee",
"installed_by": ["modules"]
}
}
}
},
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"samtools/merge": {
"branch": "master",
"git_sha": "04fbbc7c43cebc0b95d5b126f6d9fe4effa33519",
"installed_by": ["modules"]
}
}
}
}
}
}