Hi Alex,
I did indeed use ppm, and it looks like I got the module from
ActiveState's repository, so they must have the wrong version there:
Show quoted textppm> properties InSilicoSpectro
====================
Name: InSilicoSpectro
Version: 1.2.5
Author: Alexandre Masselot (alexandre.masselot@genebio.com)
Title: InSilicoSpectro
Abstract: InSilico Mass Spectrometry toolkit
InstDate: Wed Jul 12 11:51:16 2006
Location:
http://ppm.ActiveState.com/PPM/ppmserver-5.8-windows.plex?
urn:/PPM/Server/SQL
Prerequisites:
1. Archive-Zip 0.0
2. File-Find-Rule 0.0
3. XML-Twig 0.0
Available Platforms:
1. MSWin32-x86-multi-thread-5.8
====================
However, when I removed the copy from ppm, and manually reinstalled
the correct module from CPAN, I still get the same error message, but
from a different line:
C:\Perl\InSilicoSpectro-0.9.24\scripts\peptSpectra>perl mascot2pept.pl
d:\msms_test\F001368.dat >test.xml
Can't locate Phenyx/Config/GlobalParam.pm in @INC (@INC contains:
C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/InSilic
oSpectro.pm line 261.
I double-checked and I am definitely using 0.9.24 this time:
C:\Perl\site\lib>type InSilicoSpectro.pm | grep $VERSION
our (@ISA, @EXPORT, @EXPORT_OK, $VERSION);
@EXPORT = qw($VERSION &saveInSilicoDef &init &getInSilicoDefFiles
$DEF_FILENAME_ENV);
$VERSION = "0.9.24";
Thanks,
Anne Marie
On Thu Jul 13 11:07:26 2006, guest wrote:
Show quoted text> Hello Anne-Marie
>
> your are a victim of a (rather stupid) manipulation we made in the
firt
Show quoted text> day of releasing the InSilicoSpectro.
>
> We first released it with number 1.2.xxx (which was internal version
we
Show quoted text> had in Phenyx modules).
> But after some discussion we decided to downgrade release number to
> 0.9.xxx and start calmly (at that point nobody had installed the
libraries).
Show quoted text>
> With CPAN, there was no problem, we could remove all mention to
1.2.xxx.
Show quoted text>
> How did you install the module with ActivePerl?
> With the perl package manager?
> what url did you give it to look for InSilicoSpectro?
>
> thanks for your effort
> regards
> Alex