Skip to content

Commit 9ee6c41

Browse files
authored
Merge pull request #206 from thackl/update-citation-info
Create CITATION
2 parents 976bb83 + 19d49ab commit 9ee6c41

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

inst/CITATION

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
citEntry(entry="article",
2+
title = "gggenomes: effective and versatile visualizations for comparative genomics",
3+
author = personList( as.person("Thomas Hackl"),
4+
as.person("Markus Ankenbrand"),
5+
as.person("Bart van Adrichem"),
6+
as.person("David Wilkins"),
7+
as.person("Kristina Haslinger")),
8+
year = 2024,
9+
journal = "arXiv",
10+
doi = "10.48550/arXiv.2411.13556",
11+
textVersion =
12+
paste("Hackl, T., Ankenbrand, M., van Adrichem, B., Wilkins, D., & Haslinger, K. (2024).",
13+
"gggenomes: effective and versatile visualizations for comparative genomics.",
14+
"arXiv preprint arXiv:2411.13556." ) )

0 commit comments

Comments
 (0)