-
Hi, I'm trying to find a way to use the GUI remotely, but I can't figure out how to get the GUI to find data on the remote computer. My data is on my remote computer, "my-remote". I find that I'm able to ssh into my-remote and then start OptiNiSt there with docker. I can then port forward the OptiNiSt port 8000 to my local computer with However, when I try to "load" data, the data nodes only allow me to upload data from my local computer, despite the fact that OptiNiSt is running remotely. Is there a way to allow OptiNiSt to look for my data on my-remote? I have tried copying .tif files to the default /tmp/optinist/input (docs here) hoping that this would enable the image data node to find the files with "select image", but it doesn't work. Perhaps files need to be loaded before OptiNiSt is able to search this default directory? How can I enable OptiNiSt to search for files remotely? I realise that I should be able to create the computation graph in the GUI, then download the snakemake .yml file and run it from the command line, but in doing this I don't think I can inspect intermediate results as I build the graph. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi!
Best, |
Beta Was this translation helpful? Give feedback.
Hi Dean,
You need to reload the browser after copying your files to /tmp/optinist/input.
Please try if you haven't.
Another think you may want to try is to mount your data directory to the Docker container.