1
0
Fork 0
mirror of https://github.com/MillironX/XAM.jl.git synced 2024-11-14 22:33:14 +00:00

Move imports

This commit is contained in:
Ciarán O'Mara 2020-05-27 20:55:37 +10:00
parent 0ac352f1d2
commit 73de48e232
2 changed files with 4 additions and 3 deletions

View file

@ -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*

View file

@ -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