Skip to content

Commit ceefe3a

Browse files
Fixed CITATION.cff. 0.1.6.1 -> 0.1.6.2
Signed-off-by: JasonMendoza2008 <lhotteromain@gmail.com>
1 parent 24245f5 commit ceefe3a

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CITATION.cff

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
2+
message: "If you use this software, please cite it as below. Lhotte, R. (2022). Physicochemical Amino acid Replacement
3+
Distances (PARD) package (Version 0.1.6) [Computer software]. https://doi.org/10.5281/zenodo.7013169"
34
authors:
45
- family-names: Lhotte
56
given-names: Romain
67
orcid: https://orcid.org/0000-0002-6131-5415
78
title: Physicochemical Amino acid Replacement Distances (PARD) package
8-
version: 0.1.6
9+
version: 0.1.6.2
910
doi: 10.5281/zenodo.7013169
1011
link: https://github.com/MICS-Lab/pard
1112
date-released: 2022-08-20

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## PARD (Physicochemical Amino acid Replacement Distances)
22
[![DOI](https://zenodo.org/badge/526882024.svg)](https://zenodo.org/badge/latestdoi/526882024)
3-
![Coverage](readme_resources/coverage.svg)
3+
![Coverage](
4+
https://raw.githubusercontent.com/MICS-Lab/pard/24245f5174070defbe2d5e136a0e4c9b4c9d6eaf/readme_resources/coverage.svg
5+
)
46

57
### Overview
68
Amino acid replacements (also referred to as substitutions) are changes from one amino acid to a different one in a
@@ -104,7 +106,7 @@ If you use this software, please cite it as below.
104106

105107
- APA:
106108

107-
`Lhotte, R. (2022). Physicochemical Amino acid Replacement Distances (PARD) package (Version 0.1.6) [Computer software].
109+
`Lhotte, R. (2022). Physicochemical Amino acid Replacement Distances (PARD) package (Version 0.1.6.2) [Computer software].
108110
https://doi.org/10.5281/zenodo.7013169`
109111

110112
- BibTeX:
@@ -115,7 +117,7 @@ author = {Lhotte, Romain},
115117
doi = {10.5281/zenodo.7013169},
116118
month = {8},
117119
title = {{Physicochemical Amino acid Replacement Distances (PARD) package}},
118-
version = {0.1.6},
120+
version = {0.1.6.2},
119121
year = {2022}
120122
}
121123
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pard"
3-
version = "0.1.6"
3+
version = "0.1.6.2"
44
description = ""
55
authors = ["JasonMendoza2008 <lhotteromain@gmail.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)