Skip to content

Commit e21eec5

Browse files
authored
Merge pull request #49 from nanxstats/citation-key
Add `key` to `inst/CITATION`
2 parents 01bae96 + 099318f commit e21eec5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

inst/CITATION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
bibentry(
22
"Article",
3+
key = "xiao2015protr",
34
title = "protr/{ProtrWeb}: {R} package and web server for generating various numerical representation schemes of protein sequences",
45
author = "Nan Xiao and Dong-Sheng Cao and Min-Feng Zhu and Qing-Song Xu",
5-
year = 2015,
66
journal = "Bioinformatics",
77
volume = 31,
88
number = 11,
99
pages = "1857--1859",
10-
doi = "10.1093/bioinformatics/btv042",
10+
year = 2015,
11+
doi = "10.1093/bioinformatics/btv042"
1112
)

0 commit comments

Comments
 (0)