When parsing genbank file for ayw HBV genome by running:
gba = GBAccession("NC_003977")
rec2 = readGenBank(text = content(gb_file))
The function failed with error:
genes not available for all CDS ranges, using internal grouping ids
No exons read from genbank file. Assuming sections of CDS are full exons
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'start': error in evaluating the argument 'x' in selecting a method for function 'elementNROWS': subscript contains out-of-bounds indices
When parsing genbank file for ayw HBV genome by running:
The function failed with error:
However, parseGenBank function works normally.