Skip to content

Commit 118d25e

Browse files
Merge branch 'malariagen:master' into fix-numpy-random-tests-756-clean
2 parents a1cdee3 + f04c9dc commit 118d25e

File tree

4 files changed

+1749
-1995
lines changed

4 files changed

+1749
-1995
lines changed

docs/source/_static/switcher.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,81 +2,81 @@
22
{
33
"name": "15.0.1",
44
"version": "v15.0.1",
5-
"url": "https:///malariagen.github.io/malariagen-data-python/v15.0.1/",
5+
"url": "https://malariagen.github.io/malariagen-data-python/v15.0.1/",
66
"preferred": true
77
},
88
{
99
"name": "14.0.0",
1010
"version": "v14.0.0",
11-
"url": "https:///malariagen.github.io/malariagen-data-python/v14.0.0/"
11+
"url": "https://malariagen.github.io/malariagen-data-python/v14.0.0/"
1212
},
1313
{
1414
"name": "13.5.0",
1515
"version": "v13.5.0",
16-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.5.0/"
16+
"url": "https://malariagen.github.io/malariagen-data-python/v13.5.0/"
1717
},
1818
{
1919
"name": "13.4.0",
2020
"version": "v13.4.0",
21-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.4.0/"
21+
"url": "https://malariagen.github.io/malariagen-data-python/v13.4.0/"
2222
},
2323
{
2424
"name": "13.3.0",
2525
"version": "v13.3.0",
26-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.3.0/"
26+
"url": "https://malariagen.github.io/malariagen-data-python/v13.3.0/"
2727
},
2828
{
2929
"name": "13.2.1",
3030
"version": "v13.2.1",
31-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.2.0/"
31+
"url": "https://malariagen.github.io/malariagen-data-python/v13.2.0/"
3232
},
3333
{
3434
"name": "13.1.0",
3535
"version": "v13.1.0",
36-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.1.0/"
36+
"url": "https://malariagen.github.io/malariagen-data-python/v13.1.0/"
3737
},
3838
{
3939
"name": "13.0.4",
4040
"version": "v13.0.4",
41-
"url": "https:///malariagen.github.io/malariagen-data-python/v13.0.4/"
41+
"url": "https://malariagen.github.io/malariagen-data-python/v13.0.4/"
4242
},
4343
{
4444
"name": "12.0.0",
4545
"version": "v12.0.0",
46-
"url": "https:///malariagen.github.io/malariagen-data-python/v12.0.0/"
46+
"url": "https://malariagen.github.io/malariagen-data-python/v12.0.0/"
4747
},
4848
{
4949
"name": "11.0.0",
5050
"version": "v11.0.0",
51-
"url": "https:///malariagen.github.io/malariagen-data-python/v11.0.0/"
51+
"url": "https://malariagen.github.io/malariagen-data-python/v11.0.0/"
5252
},
5353
{
5454
"name": "10.0.0",
5555
"version": "v10.0.0",
56-
"url": "https:///malariagen.github.io/malariagen-data-python/v10.0.0/"
56+
"url": "https://malariagen.github.io/malariagen-data-python/v10.0.0/"
5757
},
5858
{
5959
"name": "9.0.0",
6060
"version": "v9.0.0",
61-
"url": "https:///malariagen.github.io/malariagen-data-python/v9.0.0/"
61+
"url": "https://malariagen.github.io/malariagen-data-python/v9.0.0/"
6262
},
6363
{
6464
"name": "8.0.0",
6565
"version": "v8.0.0",
66-
"url": "https:///malariagen.github.io/malariagen-data-python/v8.0.0/"
66+
"url": "https://malariagen.github.io/malariagen-data-python/v8.0.0/"
6767
},
6868
{
6969
"name": "7.15.0",
7070
"version": "v7.15.0",
71-
"url": "https:///malariagen.github.io/malariagen-data-python/v7.15.0/"
71+
"url": "https://malariagen.github.io/malariagen-data-python/v7.15.0/"
7272
},
7373
{
7474
"name": "7.14.0",
7575
"version": "v7.14.0",
76-
"url": "https:///malariagen.github.io/malariagen-data-python/v7.14.0/"
76+
"url": "https://malariagen.github.io/malariagen-data-python/v7.14.0/"
7777
},
7878
{
7979
"version": "dev",
80-
"url": "https:///malariagen.github.io/malariagen-data-python/latest/"
80+
"url": "https://malariagen.github.io/malariagen-data-python/latest/"
8181
}
8282
]

malariagen_data/anoph/dipclust.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ def __init__(
4444

4545
@check_types
4646
@doc(
47-
summary="Hierarchically cluster diplotypes in region and produce an interactive plot.",
47+
summary=""""
48+
Hierarchically cluster diplotypes in region and produce an interactive plot.
49+
50+
If you use this function in a publication, please cite the original manuscript: doi.org/10.1093/molbev/msae140
51+
""",
4852
)
4953
def plot_diplotype_clustering(
5054
self,
@@ -591,7 +595,11 @@ def _insert_dipclust_snp_trace(
591595
return figures, subplot_heights
592596

593597
@doc(
594-
summary="Perform diplotype clustering, annotated with heterozygosity, gene copy number and amino acid variants.",
598+
summary=""""
599+
Perform diplotype clustering, annotated with heterozygosity, gene copy number and amino acid variants.
600+
601+
If you use this function in a publication, please cite the original manuscript: doi.org/10.1093/molbev/msae140
602+
""",
595603
parameters=dict(
596604
heterozygosity="Plot heterozygosity track.",
597605
snp_transcript="Plot amino acid variants for these transcripts.",

0 commit comments

Comments
 (0)