-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathcodemeta.json
30 lines (30 loc) · 1.23 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/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0001-5448-1653",
"@type": "Person",
"email": "[email protected]",
"name": "Eric T. Dawson",
"affiliation": "Department of Genetics, University of Cambridge; Division of Cancer Epidemiology and Genetics, National Cancer Institute, National Institutes of Health; Wellcome Sanger Institute"
},
{
"@id": "0000-0002-9130-1006",
"@type" : "Person",
"email": "[email protected]",
"name" : "Richard Durbin",
"affiliation" : "Department of Genetics, University of Cambridge; Wellcome Sanger Institute"
}
],
"identifier": "doi.org/10.5281/zenodo.1434136",
"codeRepository": "https://github.com/edawson/gfakluge",
"datePublished": "2018-09-24",
"dateModified": "2018-09-24",
"dateCreated": "2018-09-24",
"description": "A C++ library and utilities for manipulating the Graphical Fragment Assembly format.",
"keywords": "genome assembly, GFA, C++, bioinformatics, FASTA",
"license": "MIT",
"title": "GFAKluge: A C++ library and command line utilities for the Graphical Fragment Assembly formats",
"version": "1.0.0"
}