[Bioperl-l] swiss.pm again :)

Lorenz Pollak lorenz@ist.org
Wed, 2 Aug 2000 18:09:33 +0200 (CEST)


> > get_mol_wt subroutine, and gives the correct result:
> >  
> >    # Added by kdj: removal of H2O during peptide bond formation!
> >    $weight_lower_bound -= $water * ($seqobj->length - 1);
> >    $weight_upper_bound -= $water * ($seqobj->length - 1);
> > 
> > Would using the older version of SeqStats be the source of the problem?
> 
> Could well be. Lorenz - are you working on the main trunk or the branch -
> in which case, SeqStats needs to be updated on whichever side this is not
> been updated on

my version is up to date (=main trunk), so that can't be the problem...
anyways.

thx, lorenz