java -jar -Xms2g -Xmx8g Contents/Java/lib/igv.jar
And I got this error:
Error: Unable to initialize main class org.broad.igv.ui.Main
Caused by: java.lang.NoClassDefFoundError: htsjdk/tribble/util/URLHelperFactory
I tried the browser, and ran into the same memory issue.
I also tried igv.js in a jypter instance but could not load a custom fasta. Is it possible to load a custom reference that is stored locally on igv.js?
Any advice on increasing heap size on my local machine?
Thanks!