Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Iso electric point calculation using perl

by Cristoforo (Curate)
on Jul 22, 2013 at 16:09 UTC ( [id://1045687]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Iso electric point calculation using perl
in thread Iso electric point calculation using perl

The command at the console was perl your_prog_name.pl fasta_input_file.fasta. I don't know what lines 104 and 107 are. Please put them here.

Replies are listed 'Best First'.
Re^4: Iso electric point calculation using perl
by yuvraj_ghaly (Sexton) on Jul 23, 2013 at 04:19 UTC

    line 104

          $result += $acid{$aa}/(1+10**($pka{$aa}-$pI));

    line 107

          $result -= $base{$aa}/(1+10**($pI-$pka{$aa}));

      You must have forgotten to declare those variables. If you run it without using strict it won't raise an error.

        thank you

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1045687]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-24 17:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found