Skip to content

Commit 89e8b3b

Browse files
authored
Refactor .zenodo.json for license and metadata
Updated license format and added additional fields.
1 parent 01db798 commit 89e8b3b

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.zenodo.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@
1414
"untargeted-analysis",
1515
"bioinformatics"
1616
],
17-
"license": {
18-
"id": "MIT"
19-
},
17+
"license": "mit",
2018
"upload_type": "software",
21-
"related_identifiers": [
22-
{
23-
"relation": "isSupplementTo",
24-
"identifier": "https://github.com/RECETOX/galaxytools"
25-
}
19+
"version": "0.6.3",
20+
"access_right": "open",
21+
"language": "eng",
22+
"grants": [
23+
{"id": "10.3030/857560"}
24+
],
25+
"communities": [
26+
{"identifier": "eu"},
27+
{"identifier": "rcx-balri"},
28+
{"identifier": "rcx-specdatri"},
2629
]
2730
}

0 commit comments

Comments
 (0)