This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
running_x_applications [2021/01/28 12:15] root |
running_x_applications [2021/08/04 17:37] (current) root |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Running X Applications ====== | ====== Running X Applications ====== | ||
- | You can run an X Windows application on the head node e.g. igv. | + | You can run an X Windows application on the head node e.g. igv and fastqc. |
* Run an X Server on your client machine (e.g. XMing or MobaXTerm on Windows). | * Run an X Server on your client machine (e.g. XMing or MobaXTerm on Windows). | ||
* Make sure "X Forwarding" | * Make sure "X Forwarding" | ||
Line 8: | Line 8: | ||
* Can be quite slow depending on the application and the network connection. | * Can be quite slow depending on the application and the network connection. | ||
- | < | + | Get a GUI view of the cluster jobs, nodes, etc. |
- | export PATH=/ | + | |
- | igv | + | |
- | </ | + | |
< | < | ||
Line 17: | Line 14: | ||
</ | </ | ||
- | < | ||
- | salloc -n 10 xterm | ||
- | </ | ||