Many thanks Jim ! :-)
Question: Java parser for BigWig ? |
||
2
|
Hi all, In the following paper:
it is said:
I can't find Dr Deacutis's mail. Does anyone knows if this library has been implemented somewhere ? |
|
|
| ||
5
|
And at long last the IGV BigWig/BigBed code is finished. I've carved it out as a stand-alone project, which you can access at http://code.google.com/p/bigwig. To see it in action in a Java client download IGV from http://www.broadinstitute.org/igv and load a bigwig or bigbed file (extensions bw, bigwig, bb, or bigbed). You can load by URL or from a file. Jim |
|
1
|
I would recommend contacting the IGV folks (igv-help (at) broadinstitute.org). Jim Robinson, the primary developer of IGV, will likely know. |
|
|
Jim Robinson said that Dr Deacutis left the Broad Inst. before finishing this work. He said he would put the current sources in a (public?) repository.
1
Yes, the repository is at http://code.google.com/p/bigwig/. I actually think the code is complete, Marty tested it on some some files before he left. All that is needed (hopefully) is some testing. | ||
2
|
I've just written a java JNI interface using Jim Kent's C API for BigWig. See my blog :
|
|