in reply to Re^4: Iso electric point calculation using perl
in thread Iso electric point calculation using perl
correct this:
assign a new variable for $aa.my @aa= qw(A R N D C Q E G H I L K M F P S T W Y V); my $aa= join("\t", @aa);
and this:
$ph++= 0.01;
into:
$ph+= 0.01;
|
|---|