Update documentation to reflect new reconstruct syntax

This commit is contained in:
Thomas A. Christensen II 2023-01-05 12:41:35 -06:00
parent b870007826
commit 6c86782a2c

View file

@ -34,8 +34,7 @@ case when calling variants from alignment files), then the sequence can be
retrieved using the [`reconstruct`](@ref) function.
```@repl call_variants
human2 = copy(bovine);
reconstruct(human2, bos_human_haplotype)
human2 = reconstruct(bos_human_haplotype)
human2 == bovine
human2 == human
```