Skip to content

Error in AnnotationBustR Tutorial #20

@haruosuz

Description

@haruosuz

I followed the steps in the vignette.

Enclosed are my R code and log files.
my_AnnotationBustR-vignette.txt

The following R code printed Error messages:

> #run AnnotationBust function for two duplicate tRNA genes occuring twice and translate CDS
> my.seqs<-AnnotationBust(Accessions=my.longest.seqs$Accession, Terms=mtDNAterms,Duplicates=c("tRNA_Leu","tRNA_Ser"), DuplicateInstances=c(2,2), TranslateSeqs=TRUE, TranslateCode=2, DuplicateSpecies=TRUE, Prefix="Demo", TidyAccessions=TRUE)
[1] "Working On Accession AP011317 Barbonymus_schwanefeldii"

log.2021-12-02-1854.txt
Running the R code generated the 12S.txt file, and printed the following Error:

Error in 1:start.loci : argument of length 0
Calls: AnnotationBust
Execution halted

log.2021-12-02-1829.txt
Running the R code generated the 12S.txt file, 22 Demo_tRNA_*.fasta files, and printed the following Error and Warning messages:

Error in seqinr::query(paste("SUB", paste0("AC=", new.access), "AND T=rRNA",  : 
  invalid request:NA
Calls: AnnotationBust -> <Anonymous>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions