=== Create data pipe for cluster analysis ===
The commands be performed in the GUI.<br>
Ctrl+d for Data pipe editor.
# '''pipe.copy''' -> User functions (n-z) -> pipe -> copy
# '''pipe.switch''' -> User functions (n-z) -> pipe -> switch
# '''pipe.switch''' -> User functions (n-z) -> relax_disp -> select_model
# '''minimise''' -> User functions (a-m) -> minimise
# and so forth...
'''Ctrl+d''' for Data pipe editor.
# '''Copy''' Source: '''NS 2-site expanded''' Dest: '''cluster NS 2-site expanded''', bundle: '''relax_disp'''. OK
# '''Switch''' '''cluster NS 2-site expanded'''
# Right Click '''cluster NS 2-site expanded''', and select '''Associate with a new autoanalysis'''
Now jump to next section, to select residues for clustering.
In script:
<source lang="python">
set_id="cluster NS 2-site expanded" pipe.copy(pipe_from='NS 2-site expanded', pipe_to=set_id'cluster NS 2-site expanded', bundle_to='relax_disp')
pipe.switch(pipe_name='cluster NS 2-site expanded')
relax_disp.select_model(model='NS 2-site expanded')
</source>