Hello In Dockerfile, the Docker commands I used to copy your data is COPY Single_Cell_data.RData /Single_Cell_data.RData The code I used to try to access it within the image is load("Single_Cell_data.RData") The specific error I encountered is Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection Calls: load -> readChar In addition: Warning message: In readChar(con, 5L, useBytes = TRUE) : cannot open compressed file 'Single_Cell_data.RData', probable reason 'No such file or directory' Execution halted Kind regards, LuHan

Created by Lu Han frost
Hello I have already sent Dockerfile to you. Kind regards, LuHan
Hi @frost I'm looking at your docker image form the submission 9692597. The file you are looking for doesn't appear to be anywhere I looked. Could you post your whole docker file or send it me at andrew.lamb@sagebase.org

Access to single cell data page is loading…