-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
36 lines (36 loc) · 1.45 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "A Shiny app that plots an up-to-date version of the total number of annotated proteins in genomes submitted to GenBank as a function of genome size (based on data provided by NCBI genome reports). The app stays up-to-date by retrieving data from the NCBI FTP server upon loading. Image on Wikipedia is a frozen version of one created by this app (using the Download SVG button).",
"name": "genome_size_vs_protein_count",
"codeRepository": "https://github.com/smsaladi/genome_size_vs_protein_count",
"issueTracker": "https://github.com/smsaladi/genome_size_vs_protein_count/issues",
"license": "https://spdx.org/licenses/MIT.html",
"version": "1.0",
"author": [
{
"@type": "Person",
"givenName": "Shyam M.",
"familyName": "Saladi",
"affiliation": "Caltech",
"email": "saladi@caltech.edu",
"@id": "https://orcid.org/0000-0001-9701-3059"
}],
"developmentStatus": "active",
"downloadUrl":
"https://github.com/smsaladi/genome_size_vs_protein_count/archive/1.0.zip",
"keywords": [
"GitHub",
"ncbi",
"genomes",
"genome-size"
],
"maintainer": "https://orcid.org/0000-0001-9701-3059",
"programmingLanguage": "R",
"funder": {
"@id": "https://doi.org/10.13039/100000001",
"@type": "Organization",
"name": "National Science Foundation"
},
"funding": "1144469"
}