Skip to content

Commit

Permalink
update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
Robaina committed May 19, 2023
1 parent b80985a commit 9824a22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/examples/example_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -530,7 +531,7 @@
"output_type": "stream",
"text": [
"If you use this software, please cite it as below: \n",
"Semidán Robaina Estévez (2022). MetaTag: Metagenome functional and taxonomical annotation through phylogenetic tree placement.(Version 0.1.0). Zenodo.\n"
"Robaina Estévez, S., Fernández González, N., & González Hernández, J. M. (2023). metaTag: functional and taxonomical annotation of metagenomes through phylogenetic tree placement (Version v0.1.1) [Computer software]. https://doi.org/10.5281/zenodo.7949949\n"
]
}
],
Expand Down
5 changes: 3 additions & 2 deletions src/metatag/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ def relabel(self):
def cite():
"""Print MetaTag's citation string"""
citation = (
"Semidán Robaina Estévez (2022). MetaTag: Metagenome functional and taxonomical annotation through phylogenetic tree placement."
f"(Version {__version__}). Zenodo."
"Robaina Estévez, S., Fernández González, N., & González Hernández, J. M. (2023). "
"metaTag: functional and taxonomical annotation of metagenomes through phylogenetic tree placement "
f"(Version {__version__}) [Computer software]. https://doi.org/10.5281/zenodo.7949949"
)
print("If you use this software, please cite it as below: ")
print(citation)
Expand Down

0 comments on commit 9824a22

Please sign in to comment.