Skip to content

Commit

Permalink
Import missing symbol in FASTQ
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jun 24, 2024
1 parent b82477a commit fca5e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fastq/fastq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ using Automa: Automa, @re_str, @mark, @markpos, @relpos, @abspos, onenter!, onex
import BioGenerics: BioGenerics
import StringViews: StringView
import TranscodingStreams: TranscodingStreams, TranscodingStream, NoopStream
import ..FASTX: identifier, description, sequence, seqsize, truncate, memcmp, appendfrom!, CONTEXT
import ..FASTX: identifier, description, sequence, seqsize, truncate, memcmp, appendfrom!, CONTEXT, throw_parser_error

const Re = Automa.RegExp

Expand Down

0 comments on commit fca5e36

Please sign in to comment.