Open main menu

Changes

# Count resi_models
print dict((i,resi_models.count(i)) for i in resi_models)
</source>
# We see that "NS 2-site expanded" is most represented. <br># We now cluster these residues<source lang="python">
sel_residues = []
for spin, spin_id in spin_loop(return_id=True, skip_desel=True):
for p in sel_residues: print p
 
</source>
Now we want to cluster the residues.<br>
Trusted, Bureaucrats
1,382

edits