How to use igv on ubuntu
2
1
Entering edit mode
5.9 years ago
mikysyc2016 ▴ 120

After peakcalling, i want to use igv to see my data(bedgraph). But i can not install IGV. Do you have good suggestion? Thanks!

ChIP-Seq • 22k views
ADD COMMENT
0
Entering edit mode

But i can not install IGV.

Please elaborate on what you tried and what didn't work.

ADD REPLY
7
Entering edit mode
5.9 years ago
JC 13k

If you are using Ubuntu 18.04 you can do sudo apt install igv

For previous versions you need something like:

sudo apt install default-jre
curl -LO http://data.broadinstitute.org/igv/projects/downloads/2.4/IGV_2.4.10.zip
unzip IGV_2.4.10.zip
cd IGV_2.4.10
sudo ln -s $PWD/igv.sh /usr/local/bin/
igv.sh&
ADD COMMENT
0
Entering edit mode

"If you are using Ubuntu 18.04 you can do sudo apt install igv". I install it, but do not how to open it and use.

ADD REPLY
1
Entering edit mode

open a terminal and type igv

ADD REPLY
1
Entering edit mode
5.9 years ago

Download and unzip IGV binary distribution file. Then navigate to IGV_2.4.10 and modify igv.sh and modify the amount of RAM -Xmx20g (change 20) and open a terminal on the same folder to run ./igv.sh.

ADD COMMENT

Login before adding your answer.

Traffic: 3741 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