mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-21 21:16:05 +00:00
Add docstring for lendiff(::Edit)
This commit is contained in:
parent
82ba838614
commit
f1baf27865
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ function BioGenerics.rightposition(e::Edit)
|
|||
end
|
||||
end
|
||||
|
||||
"""
|
||||
_lendiff(edit::Edit)
|
||||
|
||||
Gets the number of bases that `edit` adds to the reference sequence
|
||||
"""
|
||||
function _lendiff(edit::Edit)
|
||||
x = _mutation(edit)
|
||||
# Each edit type has logic for its length, we just need to know what direction to go
|
||||
|
|
Loading…
Reference in a new issue