mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 13:29:56 +00:00
Update documentation to reflect new reconstruct syntax
This commit is contained in:
parent
b870007826
commit
6c86782a2c
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ case when calling variants from alignment files), then the sequence can be
|
||||||
retrieved using the [`reconstruct`](@ref) function.
|
retrieved using the [`reconstruct`](@ref) function.
|
||||||
|
|
||||||
```@repl call_variants
|
```@repl call_variants
|
||||||
human2 = copy(bovine);
|
human2 = reconstruct(bos_human_haplotype)
|
||||||
reconstruct(human2, bos_human_haplotype)
|
|
||||||
human2 == bovine
|
human2 == bovine
|
||||||
human2 == human
|
human2 == human
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue