Skip to content

Commit a878727

Browse files
committed
fix doc
1 parent 14b5846 commit a878727

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

malariagen_data/anoph/hapclust.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ def _haplotype_pairwise_distances(
340340
of haplotype calls for each sample at each SNP in the specified transcript.
341341
If `show` is True, displays the figure and returns None.
342342
""",
343+
parameters=dict(
344+
snp_transcript="Plot amino acid variants for these transcripts.",
345+
snp_filter_min_maf="Filter amino acid variants with alternate allele frequency below this threshold.",
346+
),
343347
)
344348
def plot_haplotype_clustering_advanced(
345349
self,

0 commit comments

Comments
 (0)