Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: fixes citation formatting reqs for sphinx docs builds #178

Merged
merged 2 commits into from
Feb 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions rescript/citations.bib
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@article {Robeson2021rescript,
author = {Robeson, Michael S and O{\textquoteright}Rourke, Devon R and Kaehler, Benjamin D and Ziemski, Michal and Dillon, Matthew R and Foster, Jeffrey T and Bokulich, Nicholas A},
title = {RESCRIPt: Reproducible sequence taxonomy reference database management},
year = {2021},
doi = {10.1371/journal.pcbi.1009581},
publisher = {PLoS Computational Biology},
URL = {http://dx.doi.org/10.1371/journal.pcbi.1009581}
author = {Robeson, Michael S and O{\textquoteright}Rourke, Devon R and Kaehler, Benjamin D and Ziemski, Michal and Dillon, Matthew R and Foster, Jeffrey T and Bokulich, Nicholas A},
title = {RESCRIPt: Reproducible sequence taxonomy reference database management},
journal = {PLoS Computational Biology},
year = {2021},
doi = {10.1371/journal.pcbi.1009581},
publisher = {Public Library of Science},
url = {http://dx.doi.org/10.1371/journal.pcbi.1009581}
}

@article{rognes2016vsearch,
Expand Down Expand Up @@ -66,12 +67,15 @@ @article{Quast2013

@article{ncbi2018database,
title={Database resources of the national center for biotechnology information},
author={NCBI Resource Coordinators},
journal={Nucleic acids research},
volume={46},
number={D1},
pages={D8--D13},
year={2018},
publisher={Oxford University Press}
doi = {10.1093/nar/gkx1095},
url = {https://doi.org/10.1093/nar/gkx1095},
}

@article{benson2012genbank,
Expand Down
Loading