Calmodulin: Difference between revisions
From Proteopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
load files "=1prw" "=1cll"; | load files "=1prw" "=1cll"; | ||
delete water; | delete water; | ||
delete protein and not | delete protein and not backbone; | ||
select all;cartoon only;cartoon off; | select all;cartoon only;cartoon off; | ||
select 4-147;cartoon on; | select 4-147;cartoon on; | ||
| Line 40: | Line 40: | ||
my_recipe = [ | my_recipe = [ | ||
[0, 1, 0, {79-147},{79-147}, {(79-138) and alpha}, 0], | [0, 1, 0, {79-147},{79-147}, {(79-138) and alpha}, 0], | ||
[0, 1, 0, {4-78}, {79}, {( | [0, 1, 0, {4-78}, {79}, {(8-78) and alpha}, 0], | ||
]; | ]; | ||
morph(20, structures, my_recipe, 0); | morph(20, structures, my_recipe, 0); | ||
| Line 56: | Line 56: | ||
my_recipe = [ | my_recipe = [ | ||
[0, 1, 0, {79-147},{79-147}, {(79-138) and alpha}, 0], | [0, 1, 0, {79-147},{79-147}, {(79-138) and alpha}, 0], | ||
[0, 1, 0, { | [0, 1, 0, {4-78}, {79}, {(8-78) and alpha}, 0], | ||
]; | ]; | ||
morph(20, structures, my_recipe, 0); | morph(20, structures, my_recipe, 0); | ||