Mercurial > repos > saskia-hiltemann > igv_screenshot
diff README @ 0:aad38011de33 draft default tip
Uploaded
author | saskia-hiltemann |
---|---|
date | Tue, 28 Jul 2015 11:16:53 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Jul 28 11:16:53 2015 -0400 @@ -0,0 +1,29 @@ +IGV screenshot tool + +Installation +----------------------- +IMPORTANT: this tool assumes java runtime and Xvfb to be installed on the system! + +installing Xvfb on Ubuntu: + apt-get install Xvfb + + +Dependencies +---------------------- +Dependencies installed with this tool: IGV version 2.3.57 + + +Troubleshooting +----------------------- +tested on Ubuntu, IGV seems quite fussy depending on version.. + +-- +If you get this error: +(process:52487): GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed + +Fix by installing: +sudo apt-get install gsettings-desktop-schemas +-- + + +