mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 13:29:56 +00:00
Add export for translate and reconstruct!
This commit is contained in:
parent
25c63906dc
commit
3b2730b5c1
1 changed files with 2 additions and 0 deletions
|
@ -32,8 +32,10 @@ export Variant
|
||||||
export Variation
|
export Variation
|
||||||
export altbases
|
export altbases
|
||||||
export mutation
|
export mutation
|
||||||
|
export reconstruct!
|
||||||
export refbases
|
export refbases
|
||||||
export reference
|
export reference
|
||||||
|
export translate
|
||||||
export variations
|
export variations
|
||||||
|
|
||||||
const BA = BioAlignments
|
const BA = BioAlignments
|
||||||
|
|
Loading…
Reference in a new issue