-
Notifications
You must be signed in to change notification settings - Fork 19
/
codemeta.json
51 lines (51 loc) · 2.05 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"@context": ["http://schema.org", {"author": {"@id": "schema:author", "@container": "@list"} } ] ,
"@type": "Code",
"title": "bamnostic",
"name": "BAMnostic: a Pure Python OS, version, and runtime agnostic BAM file parser",
"author": [
{
"@id": "https://orcid.org/0000-0002-0243-4609",
"@type": "Person",
"email": "[email protected]",
"name": "Marcus D Sherman",
"affiliation": "Department of Computational Medicine and Bioinformatics, University of Michigan"
},
{
"@id": "https://orcid.org/0000-0003-3425-6998",
"@type": "Person",
"email": "[email protected]",
"name": "Ryan E Mills",
"affiliation": [
"Department of Computational Medicine and Bioinformatics, University of Michigan",
"Department of Human Genetics, University of Michigan"
]
}
],
"copyrightHolder": {
"@type": "Organization",
"email": "[email protected]",
"name": "University of Michigan"
},
"copyrightYear": 2018,
"creator": {
"@id": "https://orcid.org/0000-0002-0243-4609"
},
"maintainer": "https://orcid.org/0000-0002-0243-4609",
"codeRepository": "https://github.com/betteridiot/bamnostic",
"dateModified": "2018-06-13",
"description": "BAMnostic is a Pure Python OS, version, and runtime agnostic BAM file parser",
"keywords": "BAM, pysam, genomics, genetics, htslib, samtools",
"license": "https://github.com/betteridiot/bamnostic/blob/master/LICENSE",
"softwareVersion": "v1.1.0,
"version": "v1.1.0",
"readme": "https://github.com/betteridiot/bamnostic/blob/master/README.md",
"buildInstructions": "https://github.com/betteridiot/bamnostic/blob/master/README.md",
"issueTracker": "https://github.com/betteridiot/bamnostic/issues",
"funder": "National Institutes of Health [R01HG007068]",
"programmingLanguage": {
"name": "Python",
"URL": "https://www.python.org/"
},
"downloadUrl": ["https://github.com/codemeta/codemetar/releases/", "https://pypi.org/project/bamnostic/", "https://anaconda.org/conda-forge/bamnostic"]
}