forked from open2c/cooler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zenodo.json
59 lines (59 loc) · 1.99 KB
/
.zenodo.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
{
"creators": [
{
"name": "Abdennur, Nezar",
"affiliation": "MIT, Cambridge, MA, USA",
"orcid": "0000-0001-5814-0864"
},
{
"name": "Goloborodko, Anton",
"affiliation": "MIT, Cambridge, MA, USA"
},
{
"name": "Imakaev, Maxim",
"affiliation": "MIT, Cambridge, MA, USA"
},
{
"name": "Kerpedjiev, Peter",
"affiliation": "Harvard Medical School"
},
{
"name": "Fudenberg, Geoffrey",
"affiliation": "UCSF"
},
{
"name": "Oullette, Scott",
"affiliation": "Harvard Medical School"
},
{
"name": "Lee, Soo",
"affiliation": "Harvard Medical School"
},
{
"name": "Strobelt, Hendrik",
"affiliation": "Harvard"
},
{
"name": "Gehlenborg, Nils",
"affiliation": "Harvard Medical School"
},
{
"name": "Mirny, Leonid",
"affiliation": "MIT, Cambridge, MA, USA"
}
],
"keywords": [
"bioinformatics",
"genomics",
"Hi-C",
"sparse",
"matrix",
"format",
"Python",
"out-of-core"
],
"description": "<p>Cooler is a Python support library for .cool files: an efficient storage format for high resolution genomic interaction matrices.</p>\n\n<p>The cooler package aims to provide the following functionality:</p>\n\n<ul>\n\t<li>Build contact matrices at any genomic resolution.</li>\n\t<li>Query contact matrices.</li>\n\t<li>Export and visualize the data.</li>\n\t<li>Perform scalable out-of-core operations on the data.</li>\n\t<li>Provide a clean and well-documented Python API to interact with the data.</li>\n</ul>\n\n<p>Follow cooler development on GitHub.</p>",
"access_right": "open",
"license": "BSD-3-Clause",
"upload_type": "software"
}