in reply to reading perl objects with java
From BioPerl.org :
"Sometimes wrestling with Bio::DB::SeqFeature::Store is a waste of time"so maybe a simple "write out, read in" approach would be easiest, unless you have a vast number of sequence objects, or they are particularly complex?
Looking at Bio::SeqFeature::Store, it says objects are stored as a hierarchy of "serialized feature"(s). So maybe Storeable? Is it worth the work to make a java interface to this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: reading perl objects with java
by baj (Initiate) on Feb 09, 2010 at 15:41 UTC | |
by Mr. Muskrat (Canon) on Feb 09, 2010 at 16:33 UTC |