You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the review of this package (ropensci/software-review#47) we've uncovered two genbank records that throw errors on readGenBank. In both cases is seems like the record is missing soemthing that genbankr is expecting it to contain
readGenBank(GBAccession("AF020726.1"))
CDS annotations do not have 'locus_tag' label, using 'gene' as gene_id
CDS annotations do not have 'locus_tag' label, using 'gene' as gene_id
No exons read from genbank file. Assuming sections of CDS are full exons
Error in `[[<-`(`*tmp*`, name, value = logical(0)) :
0 elements in value to replace 7 elements
In addition: Warning messages:
1: In is.na(rawtxs$gene) :
is.na() applied to non-(list or vector) of type 'NULL'
2: In is.na(rawtxs$gene) :
@dwinter, Thanks for the bug report, and sorry for the delay in responding to it. These are fixed in the github master branch, and in Bioc Devel, though it will take a couple of days to get them through the build process. I have also backported the changes into Bioc release (3.3), so they should land there around the same time.
I will be posting my response to the review itself later today.
As part of the review of this package (ropensci/software-review#47) we've uncovered two genbank records that throw errors on
readGenBank
. In both cases is seems like the record is missing soemthing thatgenbankr
is expecting it to containreadGenBank(GBAccession("AF020726.1"))
The other records looks.. a liitle strange.
readGenBank(GBAccession("DQ191758.1"))
The text was updated successfully, but these errors were encountered: