I'm looking for integrating the Integrative Genomics Viewer (IGV) from Broad Institute, into the Java/Eclipse based bioinformatics platform Bioclipse.
I thought someone might have integrated IGV to other software before, and so could provide some hints about the best approach, any good guides / reference material to read, etc?
EDIT: Hints about integrating also the GUI components into other Java software is the most interesting, since we want IGV to be able to be started completely inside Bioclipse.
Thanks Jim, that sounds marvelous! I'll try to summarize my initial questions + details on what we try to do in a mail to igv-help then! (I guess we can bring back the hints we figure out here later).
Sure, we can carry on the conversation here if that makes sense so others can benefit, just ping me at igv-help if I don't respond.
Ok, sound fine, though for longer / more detailed questinos it seems mail (+ summarizing any general hints here) might be better. I'll first try to see if I can get IGV running from source code, in Eclipse, and will probably have more questions after that! Cheers / Samuel
I suggest using the 2.0 source code, not yet released but will be soon. We've setup a google code repository for that http://code.google.com/p/igv/ If you would prefer the code in a zip archive let me know. Setup should be straightforward, all the jars are in "lib" and the main routine is in org.broad.igv.ui.Main.
Excellent, thanks! (svn checkout will do fine!)