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
XcmsViewer retrieves its data from /home/shiny/data inside the docker container, so it is possible to specify the local data directory by changing the docker volume setting.
28
+
For example, to use /data as data dir on the host :
29
+
30
+
```docker run -p 3838:3838 -v /data:/home/shiny/data xcmsv```
0 commit comments