Skip to content

Commit a696dd4

Browse files
committed
Import missing symbol in FASTQ
1 parent 2b6dd5e commit a696dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FASTX"
22
uuid = "c2308a5c-f048-11e8-3e8a-31650f418d12"
33
authors = ["Sabrina J. Ward <sabrinajward@protonmail.com>", "Jakob N. Nissen <jakobnybonissen@gmail.com>"]
4-
version = "2.1.5"
4+
version = "2.1.6"
55

66
[weakdeps]
77
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"

src/fastq/fastq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using Automa: Automa, @re_str, @mark, @markpos, @relpos, @abspos, onenter!, onex
99
import BioGenerics: BioGenerics
1010
import StringViews: StringView
1111
import TranscodingStreams: TranscodingStreams, TranscodingStream, NoopStream
12-
import ..FASTX: identifier, description, sequence, seqsize, truncate, memcmp, appendfrom!, CONTEXT
12+
import ..FASTX: identifier, description, sequence, seqsize, truncate, memcmp, appendfrom!, CONTEXT, throw_parser_error
1313

1414
const Re = Automa.RegExp
1515

0 commit comments

Comments
 (0)