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 2b6dd5e commit a696dd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FASTX"
uuid = "c2308a5c-f048-11e8-3e8a-31650f418d12"
authors = ["Sabrina J. Ward <[email protected]>", "Jakob N. Nissen <[email protected]>"]
version = "2.1.5"
version = "2.1.6"

[weakdeps]
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
Expand Down
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 a696dd4

Please sign in to comment.