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
Hi, I have run fastStructure analysis using GBS data from K1 to K10. So I have 10 meanQ files. However, when I try to import the files using this script: f <- list.files(path="D:/Works/all germplasm_fastStructure/fastStructure_meanQ/",full.names=T) , from the environment the result is character (empty),
When I try to flist <- readQ(files=f), there's an error : Error in readQ(files = f) : readQ: No input files
I'm using pophelper 2.3.1 and R studio Version 1.4.1106 on Windows10
Thanks in advance!
The text was updated successfully, but these errors were encountered:
sitihazirah
changed the title
Unable to import meanQ file from fastStructure resulr
Unable to import meanQ file from fastStructure result
Jun 11, 2021
I am having this exact issue. I have tried using a full path to my files as well as a full list of file names while working in the correct directory. I have the same versions of pophelper and R studio but am on a Mac. Has anyone solved this?
Hi, I have run fastStructure analysis using GBS data from K1 to K10. So I have 10 meanQ files. However, when I try to import the files using this script:
f <- list.files(path="D:/Works/all germplasm_fastStructure/fastStructure_meanQ/",full.names=T) , from the environment the result is character (empty),
When I try to flist <- readQ(files=f), there's an error : Error in readQ(files = f) : readQ: No input files
I'm using pophelper 2.3.1 and R studio Version 1.4.1106 on Windows10
Thanks in advance!
The text was updated successfully, but these errors were encountered: