Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Mean calculation problem

by BrowserUk (Patriarch)
on Jan 13, 2010 at 13:43 UTC ( [id://817177]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    printf "%3s : %.3f%%\n", $_,
        sum( @{ $stats{ $_ } } ) / @{ $stats{ $_ } }
        for sort keys %stats;
    
  2. or download this
    theScript.pl /path/to/*.pdb
    
  3. or download this
    ## For windows; something similar is possible on *nix
    for %i in (\path\to\*.pdb) do @theScript.pl \path\to\%i
    

Log In?
Username:
Password:

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

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

    No recent polls found