thierrygosselin / radiator

RADseq Data Exploration, Manipulation and Visualization using R
https://thierrygosselin.github.io/radiator/
GNU General Public License v3.0
58 stars 23 forks source link

Error: genomic_converter function: Error in SeqArray::seqGetData(gdsfile = data, var.name = "$ref") : The GDS node "$ref" does not exist. #158

Closed jinguameng closed 2 years ago

jinguameng commented 2 years ago

Hi there,

I am trying to convert a Plink binary format file to Structure format by using the function genomic_converter . But it gives me the following error:

Error in SeqArray::seqGetData(gdsfile = data, var.name = "$ref") : The GDS node "$ref" does not exist.

My code is:

library(radiator) genomic_converter(data="qc.scdqt.bed",output = "structure")

The version I used is the latest. radiator * 1.2.2 2022-04-19 [1] Github (thierrygosselin/radiator@6efdf14)