How do I run IGV on the sever
2
0
Entering edit mode
3.9 years ago
mujiangxielu ▴ 10

I use putty to connected to the sever, I already use wget and unzip to have IGV and Java11 download on my sever, and add them in the environment variables by edit bashrc file.

But when I try to run IGV, I got an error:The program 'igv' is currently not installed. To run 'igv' please ask your administrator to install the package 'igv' enter image description here please tell me what to do to have it run, thanks!

IGV install • 2.2k views
ADD COMMENT
1
Entering edit mode
3.9 years ago
mujiangxielu ▴ 10

I know why the igv not found issue occured. I should add the path to igv.sh included igv.sh tothe environment variables but not only the directory.

add this in the bashrc file the I can open IGV by input igv in shell

alias igv='bash /aboulute/path/to/igv.sh'
ADD COMMENT
0
Entering edit mode
3.9 years ago
GenoMax 154k

If you are logging into a remote server then you will need to have a X11 windows program on your local machine. Simple PuTTy is not enough. You will need to amend your $PATH to take care of the igv not found issue.

See this prior thread for more: How to Run IGV on Linux Remote Machine

ADD COMMENT
0
Entering edit mode

Thank you very much!

ADD REPLY

Login before adding your answer.

Traffic: 3414 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6