zhengxwen / SeqArray

Data management of large-scale whole-genome sequence variant calls (Development version only)
http://www.bioconductor.org/packages/SeqArray
43 stars 12 forks source link

SeqAddValue Invalid varnm #72

Closed gustavahlberg closed 3 years ago

gustavahlberg commented 3 years ago

Hi, I need to change the names in "annotation/id" since they are not unique. They need to be unique when running GMMAT. when running I get :

Error in seqAddValue(gds, varnm = "annotation/id", tmp, replace = TRUE) :                           |                                                                                                      
   Invalid `varnm`. 
Why can't I change the id field under annotations?

Thanks