comparison README @ 0:aad38011de33 draft default tip

Uploaded
author saskia-hiltemann
date Tue, 28 Jul 2015 11:16:53 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:aad38011de33
1 IGV screenshot tool
2
3 Installation
4 -----------------------
5 IMPORTANT: this tool assumes java runtime and Xvfb to be installed on the system!
6
7 installing Xvfb on Ubuntu:
8 apt-get install Xvfb
9
10
11 Dependencies
12 ----------------------
13 Dependencies installed with this tool: IGV version 2.3.57
14
15
16 Troubleshooting
17 -----------------------
18 tested on Ubuntu, IGV seems quite fussy depending on version..
19
20 --
21 If you get this error:
22 (process:52487): GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed
23
24 Fix by installing:
25 sudo apt-get install gsettings-desktop-schemas
26 --
27
28
29