Skip to content

Commit

Permalink
add citation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Mar 25, 2021
1 parent 0a2dfac commit 55bcc9b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,20 @@ pydamage --help

## Documentation

[pydamage.readthedocs.io](https://pydamage.readthedocs.io)
[pydamage.readthedocs.io](https://pydamage.readthedocs.io)

## Cite

```
@article{Borry2021_pydamage,
author = {Borry, Maxime and Huebner, Alexander and Rohrlach, Adam B and Warinner, Christina G},
doi = {10.1101/2021.03.24.436838},
elocation-id = {2021.03.24.436838},
eprint = {https://www.biorxiv.org/content/early/2021/03/24/2021.03.24.436838.full.pdf},
journal = {bioRxiv},
publisher = {Cold Spring Harbor Laboratory},
title = {PyDamage: automated ancient damage identification and estimation for contigs in ancient DNA de novo assembly},
url = {https://www.biorxiv.org/content/early/2021/03/24/2021.03.24.436838},
year = {2021}
}
```
18 changes: 9 additions & 9 deletions pydamage/citation.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
def get_citation():
BIB = """
@article{Borry2021_pydamage,
author = {Borry, Maxime and Huebner, Alexander and Rohrlach, Adam B and Warinner, Christina G},
doi = {10.1101/2021.03.24.436838},
elocation-id = {2021.03.24.436838},
eprint = {https://www.biorxiv.org/content/early/2021/03/24/2021.03.24.436838.full.pdf},
journal = {bioRxiv},
publisher = {Cold Spring Harbor Laboratory},
title = {PyDamage: automated ancient damage identification and estimation for contigs in ancient DNA de novo assembly},
url = {https://www.biorxiv.org/content/early/2021/03/24/2021.03.24.436838},
year = {2021}
author = {Borry, Maxime and Huebner, Alexander and Rohrlach, Adam B and Warinner, Christina G},
doi = {10.1101/2021.03.24.436838},
elocation-id = {2021.03.24.436838},
eprint = {https://www.biorxiv.org/content/early/2021/03/24/2021.03.24.436838.full.pdf},
journal = {bioRxiv},
publisher = {Cold Spring Harbor Laboratory},
title = {PyDamage: automated ancient damage identification and estimation for contigs in ancient DNA de novo assembly},
url = {https://www.biorxiv.org/content/early/2021/03/24/2021.03.24.436838},
year = {2021}
}
"""
print(BIB)

0 comments on commit 55bcc9b

Please sign in to comment.