Closed gianolga closed 5 years ago
Hello,
Many thanks for creating this tool. I have installed it in R - version 3.6 but I have not managed to make it work.
I was wondering what "extdata" is referring to in your example, as I am running it in the following way:
bgen_fn <- system.file("extdata","myworking.bgen", package="gds2bgen")
but then I'm getting an error:
seqBGEN_Info(bgen_fn) Error in seqBGEN_Info(bgen_fn) : Can't open the file ''.
Many thanks again Olga
your bgen_fn is a blank string. use bgen_fn <- "myworking.bgen" directly.
bgen_fn
bgen_fn <- "myworking.bgen"
Hello,
Many thanks for creating this tool. I have installed it in R - version 3.6 but I have not managed to make it work.
I was wondering what "extdata" is referring to in your example, as I am running it in the following way:
but then I'm getting an error:
Many thanks again Olga