Skip to content

Commit 3f959ec

Browse files
committed
update citation and version number
1 parent c58a2d3 commit 3f959ec

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.zenodo.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@
1111
"orcid": "0000-0002-1409-8358"
1212
}
1313
],
14-
"description": "Fast and versatile PDB parser using SQL queries.",
14+
"description": "Fast and versatile biomolecular structure PDB file parser using SQL queries.",
1515
"keywords": [
16-
"pdb",
17-
"sql",
16+
"pdb parser",
1817
"protein structure",
19-
"biomolecule"
18+
"biomolecule",
19+
"bioinformatics",
20+
"CAPRI"
2021
],
2122
"license": {
2223
"id": "Apache-2.0"

CITATION.cff

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# YAML 1.2
22
---
3-
abstract: "Fast and versatile PDB parser using SQL queries."
4-
authors:
3+
abstract: "Fast and versatile biomolecular structure PDB file parser using SQL queries."
4+
authors:
55
-
66
affiliation: "Netherlands eScience Center"
77
family-names: Renaud
@@ -14,11 +14,12 @@ authors:
1414
orcid: "https://orcid.org/0000-0002-1409-8358"
1515
cff-version: "1.1.0"
1616
doi: "10.5281/zenodo.3232887"
17-
keywords:
18-
- pdb
19-
- sql
17+
keywords:
18+
- "pdb parser"
2019
- "protein structure"
2120
- biomolecule
21+
- bioinformatics
22+
- CAPRI
2223
license: "Apache-2.0"
2324
message: "If you use this software, please cite it using these metadata."
2425
repository-code: "https://github.com/DeepRank/pdb2sql"

pdb2sql/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.2'
1+
__version__ = '0.2.5'

0 commit comments

Comments
 (0)