# set_run_flag

Set run flag for model or stage.

## Parameters

<dl>
<dt>v : str</dt>
<dd>Runflag option. v = 'none' or 'run'</dd>
</dl>

## Examples

```python
stage1.set_run_flag('run')
stage1.set_run_flag('none')
```
