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
Running qtl2shiny::doqtl2_app() gets the following error:
Warning in gzfile(file, "rb") :
cannot open compressed file '/home/jialin/Documents/Research/attie_alan/DO/data/DerivedData/pmap.rds', probable reason 'No such file or directory'
Error in gzfile(file, "rb") : cannot open the connection
It seems that the setup.R tries to load data from a fixed path.
Is it possible to move the default data to, say, a github gist, or any other place that can be accessed with a url?
Thanks!
The text was updated successfully, but these errors were encountered:
Running
qtl2shiny::doqtl2_app()
gets the following error:It seems that the setup.R tries to load data from a fixed path.
Is it possible to move the default data to, say, a github gist, or any other place that can be accessed with a url?
Thanks!
The text was updated successfully, but these errors were encountered: