Skip to content

Commit

Permalink
add citation info
Browse files Browse the repository at this point in the history
  • Loading branch information
LKremer committed Jun 5, 2024
1 parent 7430584 commit 1e68fe4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions methscan/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,35 @@ def _set_n_threads(ctx, param, value):
""",
)
@click.version_option(version=__version__)
@click.version_option(
"cite",
"--cite",
help="Show publication reference and exit.",
message=(
"""If you used MethSCAn in your research, please cite:
Analyzing single-cell bisulfite sequencing data with MethSCAn
Lukas PM Kremer, Martina M Braun, Svetlana Ovchinnikova, Leonie Küchenhoff, """
"""Santiago Cerrizuela, Ana Martin-Villalba, Simon Anders
bioRxiv, 2022
doi / link: https://doi.org/10.1101/2022.06.15.496318
BibTeX entry:
@article{kremer2024,
title={Analyzing single-cell bisulfite sequencing data with {MethSCAn}},
author={Kremer, Lukas PM and Braun, Martina M and Ovchinnikova, Svetlana and """
"""K{\"u}chenhoff, Leonie and Cerrizuela, Santiago and """
"""Martin-Villalba, Ana and Anders, Simon},
journal={bioRxiv},
year={2022},
doi = {10.1101/2022.06.15.496318},
publisher={Cold Spring Harbor Laboratory}
}
"""
),
)
def cli():
pass

Expand Down

0 comments on commit 1e68fe4

Please sign in to comment.