From f1baf27865125b6d86ff991ce2e8a62740d5eb19 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 3 Jan 2023 20:03:37 -0600 Subject: [PATCH] Add docstring for `lendiff(::Edit)` --- src/Edit.jl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Edit.jl b/src/Edit.jl index 77c7dc6..265f769 100644 --- a/src/Edit.jl +++ b/src/Edit.jl @@ -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