diff --git a/src/sam/readrecord.jl b/src/sam/readrecord.jl index 8dbea12..b3f5e2d 100644 --- a/src/sam/readrecord.jl +++ b/src/sam/readrecord.jl @@ -1,6 +1,10 @@ # Automa.jl generated readrecord! and readmetainfo! functions # ======================================== +import Automa +import Automa.RegExp: @re_str +import Automa.Stream: @mark, @markpos, @relpos, @abspos + # file = header . body # header = metainfo* # body = record* diff --git a/src/sam/sam.jl b/src/sam/sam.jl index 95e36f6..9710269 100644 --- a/src/sam/sam.jl +++ b/src/sam/sam.jl @@ -5,9 +5,6 @@ module SAM using BioGenerics -import Automa -import Automa.RegExp: @re_str -import Automa.Stream: @mark, @markpos, @relpos, @abspos import BioAlignments import BioGenerics: BioGenerics, isfilled, header import BioGenerics.Exceptions: missingerror