Update documentation to reflect new reconstruct syntax

master
parent b870007826
commit 6c86782a2c

@ -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
```

Loading…
Cancel
Save