We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4cdd47 commit 899f244Copy full SHA for 899f244
docs/tskit2zarr/python_api.md
@@ -22,7 +22,7 @@ TreeSequence.map_to_vcf_model
22
to return the required mapping:
23
24
```python
25
-model_mapping = ts.map_vcf_model(individuals=[0, 1])
+model_mapping = ts.map_to_vcf_model(individuals=[0, 1])
26
ts2z.convert(ts, vcz_path, model_mapping=model_mapping)
27
```
28
0 commit comments