Skip to content

Commit e5a2628

Browse files
authored
MAINT: update rescript citation (#120)
1 parent b1549a1 commit e5a2628

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ These tutorials demonstrate some of the basic functionality of RESCRIPt, via the
5959
- [Building a COI database with BOLD sequences](https://forum.qiime2.org/t/building-a-coi-database-from-bold-references/16129)
6060
- [Building a COI database with NCBI sequences](https://forum.qiime2.org/t/building-a-coi-database-from-ncbi-references/16500)
6161

62-
Examples of visualizations produced by RESCRIPt actions can be found in this [Visualization Gallery](https://forum.qiime2.org/t/processing-filtering-and-evaluating-the-silva-database-and-other-reference-sequence-data-with-rescript/15494#heading--seventeenth-header).
62+
Examples of visualizations produced by RESCRIPt actions can be found in this [Visualization Gallery](https://forum.qiime2.org/t/processing-filtering-and-evaluating-the-silva-database-and-other-reference-sequence-data-with-rescript/15494#heading--seventeenth-header).
6363

6464
## Getting Help
6565
Problem? Suggestion? Technical errors and user support requests can be filed on the [QIIME 2 Forum](https://forum.qiime2.org/).
@@ -69,7 +69,7 @@ Problem? Suggestion? Technical errors and user support requests can be filed on
6969

7070
If you use RESCRIPt in your research, please cite the following pre-print:
7171

72-
Michael S Robeson II, Devon R O'Rourke, Benjamin D Kaehler, Michal Ziemski, Matthew R Dillon, Jeffrey T Foster, Nicholas A Bokulich. RESCRIPt: Reproducible sequence taxonomy reference database management for the masses. bioRxiv 2020.10.05.326504; doi: https://doi.org/10.1101/2020.10.05.326504
72+
Michael S Robeson II, Devon R O'Rourke, Benjamin D Kaehler, Michal Ziemski, Matthew R Dillon, Jeffrey T Foster, Nicholas A Bokulich. (2021) *RESCRIPt: Reproducible sequence taxonomy reference database management*. PLoS Computational Biology 17 (11): e1009581. doi: [10.1371/journal.pcbi.1009581](http://dx.doi.org/10.1371/journal.pcbi.1009581).
7373

7474

7575
## License

rescript/citations.bib

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
@article {Robeson2020rescript,
1+
@article {Robeson2021rescript,
22
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},
3-
title = {RESCRIPt: Reproducible sequence taxonomy reference database management for the masses},
4-
elocation-id = {2020.10.05.326504},
5-
year = {2020},
6-
doi = {10.1101/2020.10.05.326504},
7-
publisher = {Cold Spring Harbor Laboratory},
8-
URL = {https://www.biorxiv.org/content/early/2020/10/05/2020.10.05.326504},
9-
eprint = {https://www.biorxiv.org/content/early/2020/10/05/2020.10.05.326504.full.pdf},
10-
journal = {bioRxiv}
3+
title = {RESCRIPt: Reproducible sequence taxonomy reference database management},
4+
year = {2021},
5+
doi = {10.1371/journal.pcbi.1009581},
6+
publisher = {PLoS Computational Biology},
7+
URL = {http://dx.doi.org/10.1371/journal.pcbi.1009581}
118
}
129

1310
@article{rognes2016vsearch,

rescript/plugin_setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
description=('Reference sequence annotation and curation pipeline.'),
6060
short_description=(
6161
'Pipeline for reference sequence annotation and curation.'),
62-
citations=[citations['Robeson2020rescript']]
62+
citations=[citations['Robeson2021rescript']]
6363
)
6464

6565

0 commit comments

Comments
 (0)