-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathcodemeta.json
37 lines (37 loc) · 1.24 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
31
32
33
34
35
36
37
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0001-8295-2301",
"@type": "Person",
"email": "[email protected]",
"name": "R Daniel Kortschak",
"affiliation": "School of Biological Sciences, The University of Adelaide"
},
{
"@id": "https://orcid.org/0000-0003-1786-2216",
"@type": "Person",
"email": "[email protected]",
"name": "Brent S Pedersen",
"affiliation": "Department of Human Genetics, University of Utah"
},
{
"@id": "http://orcid.org/0000-0003-2404-5636",
"@type": "Person",
"email": "[email protected]",
"name": "David L Adelson",
"affiliation": "School of Biological Sciences, The University of Adelaide"
}
],
"identifier": "",
"codeRepository": "https://github.com/biogo/hts",
"datePublished": "2017-01-06",
"dateModified": "2017-02-01",
"dateCreated": "2017-01-06",
"description": "high throughput sequence handling for the Go language",
"keywords": "bioinformatics, high throughput sequencing, golang",
"license": "BSD-3 like",
"title": "bíogo/hts",
"version": "v1.0.1"
}