in reply to Iso electric point calculation using perl

I agree with hippo. I think the reason your %protein hash is empty is that you don't seem to have the uc() subroutine from this line:

$protein{$tag} = uc($seq);

Replies are listed 'Best First'.
Re^2: Iso electric point calculation using perl
by hdb (Monsignor) on Jul 19, 2013 at 12:20 UTC
      My mistake! Thanks for pointing that out!