Skip to content

Commit

Permalink
references
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Mar 13, 2024
1 parent afbe958 commit 4e8f9ce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting_and_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'LICENSE'
- 'setup.py'
- 'README.md'
- 'references.html'
- 'references.jsonld'
- '**/docs/**'
- '**/json_schemas/**'

Expand Down
26 changes: 0 additions & 26 deletions references.html

This file was deleted.

28 changes: 28 additions & 0 deletions references.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.4"
}
]
}

0 comments on commit 4e8f9ce

Please sign in to comment.