List Secondary Structures: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
</source> | </source> | ||
[[Category: | [[Category:Script_Library|List Secondary Structures]] | ||
[[Category:ObjSel_Scripts]] |
Latest revision as of 07:35, 30 April 2009
import pymol
pymol.stored_ss = []
cmd.iterate('all', 'pymol.stored_ss.append(string.ljust(ss,1))')
print string.join(pymol.stored_ss)