mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Patch a bug on the reading of each last sequence of a chunck in the fasta reader
Former-commit-id: eacf64112582befa4751f66352999a28abf349f7
This commit is contained in:
@ -80,7 +80,6 @@ func ReadSeqFileChunk(reader io.Reader,
|
||||
end = len(buff)
|
||||
}
|
||||
|
||||
|
||||
pnext := end
|
||||
lremain := len(buff) - pnext
|
||||
buff = buff[:end]
|
||||
|
Reference in New Issue
Block a user