 |  |  |  | Command |  | Argument |
 | Datatype |  | Default |  | Min |  | Max |  |
 |  | Format: |  | MacroTarget | |
Filename = Filename of the structure to be used by macros |
 | STRING |  | - |  | - |
 | - |
 |  |  | Python: |  | This command is mainly for internal use. It is not available in Python. |  |
 |  | Menu: |  | Options > Macro & Movie > Set target |  |  |  | Related: |
 | PlayMacro
|  |  |
 | Required: |  |  |  |
 |
The MacroTarget
command chooses a target to which a macro should be applied. The filename specified by MacroTarget is stored without its file extension in the variable
'MacroTarget', which can be accessed by YANACONDA macros to determine the requested working directory and basename.
Example:
MacroTarget pdb/1crn.pdb
From now on, apply all macros to protein pdb/1crn.pdb (macros must use the MacroTarget variable).
|