Skip to content

Commit

Permalink
dna typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EvoArt committed Dec 3, 2024
1 parent 30af494 commit 70e3deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function get_targets(seq_fasta)
seqs = []
open(FASTA.Reader, seq_fasta) do reader
for record in reader
push!(seqs,LongDNA{4}sequence(record))
push!(seqs,LongDNA{4}(sequence(record)))
push!(ids,identifier(record))
end
end
Expand Down

0 comments on commit 70e3deb

Please sign in to comment.