derele / MultiAmplicon

Metabarcoding Analysis for Multi-Amplicon Projects
https://derele.github.io/MultiAmplicon/index.html
1 stars 2 forks source link

Error when using blastTaxAnnot #5

Closed ferreira-scm closed 3 years ago

ferreira-scm commented 3 years ago

Error in registerNames(names, package, ".global", add) : The namespace for package "MultiAmplicon" is locked; no changes in the global variables list may be made.

This is caused by a recent commit on Dec 10, 2020 " importFrom for data.table" lines 52-60 in R/annotateTaxa.R Function works fine when removing these lines (after loading "Biostrings").

ferreira-scm commented 3 years ago

This is resolved.

derele commented 3 years ago

Thanks, yes, this was intended to resolved it (and did so apparently): https://github.com/derele/MultiAmplicon/commit/f1b7620ba9c1513f01d499131d2743b3016032c1

Closed!