-
Notifications
You must be signed in to change notification settings - Fork 1
/
references.jsonld
28 lines (28 loc) · 1.12 KB
/
references.jsonld
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
{
"@context": "http://schema.org",
"@id": "https://github.com/bioexcel/biobb_model",
"@type": "ItemList",
"name": "biobb_model",
"itemListElement": [
{
"@type": "SoftwareApplication",
"description": "MODELLER is used for homology or comparative modeling of protein three-dimensional structures.",
"name": "Modeller",
"url": "https://salilab.org/modeller/",
"applicationCategory": "Computational Biology tool",
"citation": "https://doi.org/10.1002/cpbi.3",
"license": "other",
"softwareVersion": "10.5"
},
{
"@type": "SoftwareApplication",
"description": "Biobb_structure_checking provides a series of functions to check the quality of a 3D structure intended to facilitate the setup of a molecular dynamics simulation of protein or nucleic acids systems.",
"name": "Biobb structure checking ",
"url": "https://github.com/bioexcel/biobb_structure_checking",
"applicationCategory": "Computational Biology tool",
"citation": null,
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"softwareVersion": "3.13.5"
}
]
}