Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ authors:
version: 3.1.1
date-released: 2026-09-08
license: GPL-3.0-or-later
doi: 10.5281/zenodo.22665975
identifiers:
- type: doi
value: 10.5281/zenodo.22665975
description: Concept DOI, resolves to the latest version
- type: doi
value: 10.5281/zenodo.22665976
description: Version DOI for 3.1.1
repository-code: https://github.com/michael-denyer/pyLocusZoom
url: https://github.com/michael-denyer/pyLocusZoom
keywords:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![CI](https://github.com/michael-denyer/pyLocusZoom/actions/workflows/ci.yml/badge.svg)](https://github.com/michael-denyer/pyLocusZoom/actions/workflows/ci.yml)
[![PyPI](https://img.shields.io/pypi/v/pylocuszoom)](https://pypi.org/project/pylocuszoom/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22665975.svg)](https://doi.org/10.5281/zenodo.22665975)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-red.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
[![Matplotlib](https://img.shields.io/badge/Matplotlib-3.5+-11557c.svg)](https://matplotlib.org/)
Expand Down Expand Up @@ -827,13 +828,14 @@ Optional:

## Citation

If you use pyLocusZoom in your research, please cite it. GitHub's "Cite this repository" button reads [CITATION.cff](CITATION.cff), and each GitHub release is archived on Zenodo with its own DOI.
If you use pyLocusZoom in your research, please cite it. GitHub's "Cite this repository" button reads [CITATION.cff](CITATION.cff), and each GitHub release is archived on Zenodo with its own DOI. The concept DOI [10.5281/zenodo.22665975](https://doi.org/10.5281/zenodo.22665975) always resolves to the latest version.

```bibtex
@software{denyer_pylocuszoom,
author = {Denyer, Michael},
title = {pyLocusZoom: Python library for multi-species GWAS visualization},
url = {https://github.com/michael-denyer/pyLocusZoom},
doi = {10.5281/zenodo.22665975},
license = {GPL-3.0-or-later}
}
```
Expand Down
Loading