Split states: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
<source lang="python"> | <source lang="python"> | ||
load fileName.pdb1, name | load fileName.pdb1, name | ||
split_states name | |||
delete name | delete name | ||
</source> | </source> | ||
Line 15: | Line 15: | ||
<source lang="python"> | <source lang="python"> | ||
load 1vls.pdb1, 1vls | load 1vls.pdb1, 1vls | ||
split_states 1vls | |||
dele 1vls | dele 1vls | ||
</source> | </source> | ||
[[Image:1vls1.png|thumb|left|1VLS as a monomer. This is the state of 1VLS when I load the molecule (and select cartoon representation).]] | [[Image:1vls1.png|thumb|left|1VLS as a monomer. This is the state of 1VLS when I load the molecule (and select cartoon representation).]] | ||
[[Image:1vls1_dimer.png|left|thumb|1VLS as a dimer using the split_states command.]] | [[Image:1vls1_dimer.png|left|thumb|1VLS as a dimer using the split_states command.]] |