Entering edit mode
inookaew
•
0
@inookaew-14903
Last seen 6.8 years ago
Just simply command below shows bug in in genbankr.
library("genbankr")
gba = GBAccession("CP003597")
readGenBank(gba, partial=TRUE)
Error in split.default(text, fldnames) :
group length is 0 but data length > 0
The error happen in latest version of R and genbankr
How we can fix this ?