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 a2df5c9 commit 8ac2aac
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.yml
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_vs",
"@type": "ItemList",
"name": "biobb_vs",
"itemListElement":[
{
"@type": "SoftwareApplication",
"description": "AutoDock Vina is an open-source program for doing molecular docking.",
"name": "AutoDock Vina",
"url": "https://vina.scripps.edu/",
"applicationCategory": "Computational Biology tool",
"citation": "https://pubs.acs.org/doi/10.1021/acs.jcim.1c00203",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"softwareVersion": "1.2.3"
},
{
"@type": "SoftwareApplication",
"description": "fpocket is a very fast open source protein pocket (cavity) detection algorithm based on Voronoi tessellation.",
"name": "fpocket",
"url": "https://fpocket.sourceforge.net/",
"applicationCategory": "Computational Biology tool",
"citation": "https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-10-168",
"license": "https://opensource.org/license/mit",
"softwareVersion": "3.1.4.2"
}
]
}

0 comments on commit 8ac2aac

Please sign in to comment.