Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Iteration speed

by seaver (Pilgrim)
on Jun 16, 2004 at 14:32 UTC ( [id://367251]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ATOM      1  N   GLY A   1      43.202  54.570  86.432  1.00 44.15    
    +       N
    ATOM      2  CA  GLY A   1      44.109  54.807  85.249  1.00 45.94    
    +       C
    ...
    ATOM     18  CD2 HIS A   3      48.099  59.855  80.797  1.00 21.10    
    +       C
    ATOM     19  CE1 HIS A   3      48.904  61.516  81.989  1.00 19.86    
    +       C
    ATOM     20  NE2 HIS A   3      49.233  60.417  81.333  1.00 18.86    
    +       N
    
  2. or download this
     open (FILE, "< ".$file ) or die "\ncouldn't open FILE: ".$file.": $! 
    +";
        my $i=0;
    ...
        $self->{'contacts'}{$atom->chain}{$atom->resNumber}=residualAverag
    +e($atom, $self->{'contacts'}{$atom->chain}{$atom->resNumber});
        $self->{'residues'}{$ch.$atom->resNumber}{$numb}=1;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-03-28 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found