Skip to content

Commit

Permalink
Better typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrenas committed Dec 12, 2024
1 parent 34c24c8 commit 75b4cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malariagen_data/anoph/dipclust.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def plot_diplotype_clustering_advanced(
region: base_params.regions,
heterozygosity: bool = True,
heterozygosity_colorscale: plotly_params.color_continuous_scale = "Greys",
snp_transcripts: Optional[Sequence[base_params.transcript]] = None,
snp_transcripts: Sequence[base_params.transcript] = [],
snp_colorscale: plotly_params.color_continuous_scale = "Greys",
snp_filter_min_maf: float = 0.05,
snp_query: Optional[base_params.snp_query] = AA_CHANGE_QUERY,
Expand Down

0 comments on commit 75b4cc3

Please sign in to comment.