Scripture Visualisation Tool Help Please
1
0
Entering edit mode
12.9 years ago
User 7998 ▴ 150

Hi,

When I try to view my .bed file with IGV it appears to be showing the entire chromosome rather than the region specified using -start and -end. If anyone knows what might be causing this and how to resolve a solution would be greatly appreciated.

Regards,

Kevin

visualization • 2.2k views
ADD COMMENT
0
Entering edit mode

What do you mean by -start -end ? Can't you zoom in and out with the -and + buttons?

ADD REPLY
1
Entering edit mode
12.8 years ago

Something like that ? The following script should tell IGV to go to the two genomic positions and to take some pictures that will be saved in /tmp/igv.

$cat script.sh

mkdir -p /tmp/igv
sleep 2
echo "snapshotDirectory /tmp/igv"
sleep 2
echo "goto chr3:100"
sleep 2
echo "snapshot"
sleep 2
echo "goto chr3:200-300"
sleep 2
echo "snapshot"
sleep 2

$ sh  script.sh |  telnet 127.0.0.1 60151
ADD COMMENT
0
Entering edit mode

@Pierre : Is there a way to invoke "sleep" within IGV batch script...any comments?

ADD REPLY

Login before adding your answer.

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