Skip to content

Commit a7bb710

Browse files
authored
Merge pull request #762 from malariagen/update-citation
Include package-wide citation notes
2 parents c7e773e + 1ea898c commit a7bb710

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@ the documentation via GitHub Actions.
128128
The version switcher for the documentation can then be updated by
129129
modifying the `docs/source/_static/switcher.json` file accordingly.
130130

131+
## Citation
132+
133+
If you use the `malariagen_data` package in a publication
134+
or include any of its functions or code in other materials (_e.g._ training resources),
135+
please cite: [doi.org/10.5281/zenodo.11173411](doi.org/10.5281/zenodo.11173411)
136+
137+
Some functions may require additional citations to acknowledge specific contributions. These are indicated in the description for each relevant function.
138+
139+
For any questions, please feel free to contact us at: [[email protected]](mailto:[email protected])
140+
141+
131142
## Sponsorship
132143

133144
This project is currently supported by the following grants:

malariagen_data/anoph/dipclust.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747
summary=""""
4848
Hierarchically cluster diplotypes in region and produce an interactive plot.
4949
50-
If you use this function in a publication, please cite the original manuscript: doi.org/10.1093/molbev/msae140
50+
If you use this function in a publication, please cite both this package and the original manuscript: doi.org/10.1093/molbev/msae140
5151
""",
5252
)
5353
def plot_diplotype_clustering(
@@ -598,7 +598,7 @@ def _insert_dipclust_snp_trace(
598598
summary=""""
599599
Perform diplotype clustering, annotated with heterozygosity, gene copy number and amino acid variants.
600600
601-
If you use this function in a publication, please cite the original manuscript: doi.org/10.1093/molbev/msae140
601+
If you use this function in a publication, please cite both this package and the original manuscript: doi.org/10.1093/molbev/msae140
602602
""",
603603
parameters=dict(
604604
heterozygosity="Plot heterozygosity track.",

0 commit comments

Comments
 (0)