-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
37 lines (37 loc) · 1.3 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/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "https://orcid.org/0000-0002-8669-0000",
"@type": "Person",
"email": "[email protected]",
"name": "Niklas Terhoeven",
"affiliation": "Center for Computational and Theoretical Biology, Universität Würzburg"
},
{
"@id": "",
"@type": "Person",
"email": "[email protected]",
"name": "Jörg Schultz",
"affiliation": "Center for Computational and Theoretical Biology, Universität Würzburg"
},
{
"@id": "https://orcid.org/0000-0002-0022-320X",
"@type": "Person",
"email": "[email protected]",
"name": "Thomas Hackl",
"affiliation": "Department of Civil and Environmental Engineering, Massachusetts Institute of Technology"
}
],
"identifier": "https://doi.org/10.5281/zenodo.1123479",
"codeRepository": "https://github.com/nterhoeven/reper",
"datePublished": "2017-12-21",
"dateModified": "2017-12-21",
"dateCreated": "2017-12-21",
"description": "reper - find, classify and quantify repeats without a genome assembly",
"keywords": "NGS, repeats, transposons, genome",
"license": "MIT",
"title": "reper",
"version": "v1.0.0"
}