mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Correction on obiformat of bug leading to partial parsing and add godocs
Former-commit-id: b27105355f1a330eedf6eaa72c8ac94f06806c28
This commit is contained in:
@@ -108,6 +108,8 @@ func _ParseFastaFile(source string,
|
||||
if is_end_of_line {
|
||||
definition = defBytes.String()
|
||||
state = 5
|
||||
} else {
|
||||
defBytes.WriteByte(C)
|
||||
}
|
||||
case 5:
|
||||
if !is_end_of_line {
|
||||
|
||||
Reference in New Issue
Block a user