baj has asked for the wisdom of the Perl Monks concerning the following question:
I would like to read a Perl object (Bio::DB::SeqFeature) that is stored in a MySQL database using some Java code.
Initially I was thinking of executing some perl code that would reformat the object and print it in a usable format, but that would require installing perl and even worse the bioperl package on the computer. Since I want to redistribute the program I cannot expect "simple" Windows users to install BioPerl...
How would you read a Perl object otherwise from Java?
Thanks a lot,
Bernd
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reading perl objects with java
by BioLion (Curate) on Feb 09, 2010 at 13:27 UTC | |
by baj (Initiate) on Feb 09, 2010 at 15:41 UTC | |
by Mr. Muskrat (Canon) on Feb 09, 2010 at 16:33 UTC | |
|
Re: reading perl objects with java
by moritz (Cardinal) on Feb 09, 2010 at 11:06 UTC | |
by baj (Initiate) on Feb 09, 2010 at 13:04 UTC | |
by pemungkah (Priest) on Feb 09, 2010 at 21:33 UTC | |
|
Re: reading perl objects with java
by philipbailey (Curate) on Feb 09, 2010 at 11:58 UTC | |
|
Re: reading perl objects with java
by Mr. Muskrat (Canon) on Feb 09, 2010 at 16:39 UTC | |
|
Re: reading perl objects with java
by molecules (Monk) on Feb 09, 2010 at 18:17 UTC |