-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcodemeta.json
30 lines (30 loc) · 1.02 KB
/
codemeta.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
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0002-3051-1763",
"@type": "Person",
"email": "[email protected]",
"name": "Manuel Holtgrewe",
"affiliation": "Berlin Institute of Health, Kapelle-Ufer 2, 10117 Berlin"
},
{
"@id": "https://orcid.org/0000-0002-3284-0632",
"@type": "Person",
"email": "[email protected]",
"name": "Dieter Beule",
"affiliation": "Berlin Institute of Health, Kapelle-Ufer 2, 10117 Berlin"
}
],
"identifier": "https://figshare.com/articles/vcfpy-0_7_0/3863583",
"codeRepository": "https://github.com/bihealth/vcfpy",
"datePublished": "2016-09-28",
"dateModified": "2016-09-28",
"dateCreated": "2016-09-28",
"description": "Python 3 library with good support for both reading and writing VCF",
"keywords": "VCF, Python, software library",
"license": "MIT",
"title": "VCFPy",
"version": "v0.7.0"
}