Skip to content

Commit

Permalink
Add codemeta
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Apr 8, 2019
1 parent e86923c commit c8bdcf6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"description": "Convert CHARMM psf and a pdb file to a pdb file with CONNECT information. Useful for ensuring correct bonding in visualization programs such as pymol.",
"name": "psf2pdb",
"codeRepository": "https://github.com/tmorrell/psf2pdb",
"issueTracker": "https://github.com/tmorrell/psf2pdb/issues",
"license": "mit",
"version": "0.3",
"author": [
{
"@type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": "Caltech Library",
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9266-5146"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/tmorrell/psf2pdb/releases",
"keywords": [
"psf",
"pdv",
"CHARMM",
"Visualization",
"Molecular Modelling"
],
"maintainer": "https://orcid.org/0000-0001-9266-5146",
"programmingLanguage": "Python"
}

0 comments on commit c8bdcf6

Please sign in to comment.