Skip to content

Commit 61ee928

Browse files
author
Ben J. Ward
committed
Use alias in predicates
1 parent a8e5b48 commit 61ee928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/biosequence/predicates.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function hasambiguity(seq::BioSequence)
8888
return false
8989
end
9090
# 2 Bit specialization:
91-
@inline hasambiguity(seq::BioSequence{<:NucleicAcidAlphabet{2}}) = false
91+
@inline hasambiguity(seq::NucSeq{2}) = false
9292

9393
"""
9494
iscanonical(seq::NucleotideSeq)

0 commit comments

Comments
 (0)