-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcodemeta.json
More file actions
51 lines (51 loc) · 1.84 KB
/
codemeta.json
File metadata and controls
51 lines (51 loc) · 1.84 KB
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": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Biology", "author": [
{
"id": "https://orcid.org/0000-0002-1789-2346",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "University of Exeter"
},
"email": "t.wacker2@exeter.ac.uk",
"familyName": "Wacker",
"givenName": "Theresa"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0002-1789-2346",
"roleName": "Developer"
}
],
"codeRepository": "https://github.com/ThWacker/DiPPER2",
"dateModified": "2025-01-19",
"description": "DiPPER2: Diagnostic Primer Picking and Evaluation pipeline for Reliability and Reproducibility.\n\nThis pipeline and modules are meant to facilitate reliable and reproducible finding of diagnostic targets and to make picking primers for those targets as user-friendly as possible. The approach taken is a phylogeny-driven and clade-specific approach.",
"identifier": "10.5281/zenodo.14699018",
"keywords": [
"pipeline",
"primer-design",
"marker-detection",
"diagnostic-primers",
"unique-genomic-regions"
],
"license": "https://spdx.org/licenses/GPL-3.0",
"name": "DiPPER2",
"operatingSystem": [
"macOS",
"Ubuntu"
],
"programmingLanguage": [
"Python",
"Shell"
],
"softwareRequirements": "python>=3.9",
"version": "1.0.0",
"codemeta:contIntegration": {
"id": "https://github.com/ThWacker/DiPPER2/actions"
},
"continuousIntegration": "https://github.com/ThWacker/DiPPER2/actions",
"developmentStatus": "active",
"issueTracker": "https://github.com/ThWacker/DiPPER2/issues"
}