Subject: | Missing dependencies |
When running the following code:
use POSIX;
use Readonly;
use InSilicoSpectro;
use InSilicoSpectro::InSilico::AASequence;
use InSilicoSpectro::InSilico::IsoelPoint;
use InSilicoSpectro::InSilico::ExpCalibrator;
my $pi=InSilicoSpectro::InSilico::IsoelPoint->new;
I've got the error message that I don't have the modules
Statistics::Regression
Math::Spline
But when I installed the module InSilicoSpectro i was not referred from
cpan install to these modules.
I use perl version 5.8.7 on a linux machine.
Thanks in advance,
Michael
BTW: The other bug reported is still open. I would suggest that in
InSilicoSpectro.pm instead of the lines
require Phenyx::Config::GlobalParam;
Phenyx::Config::GlobalParam::readParam(undef, 1);
my $tmp;
eval "
use Phenyx::Manage::User;
\$tmp=Phenyx::Manage::User->new(name=>'default')->getFile('insilicodef.xml');
" or confess "error during eval statmeent: $!";
push @tmp, $tmp;
you should refer to the files at InSilicoSpectro/config/*xml