# Slot: setup 


_Shell lines run verbatim before the task command, after ``set -euo pipefail`` and any module/venv activation. The general hook for environment setup the typed fields do not cover, e.g. activating a conda env (``conda activate <name>``), sourcing a profile, or exporting a computed path. Ordered; each line is emitted as-is._



<div data-search-exclude markdown="1">



URI: [tvbo:slot/setup](https://w3id.org/tvbo/slot/setup)
<!-- no inheritance hierarchy -->





## Applicable Classes

| Name | Description | Modifies Slot |
| --- | --- | --- |
| [WorkflowEngineConfig](../classes/WorkflowEngineConfig.qmd) | Execution directives for a workflow engine |  no  |






## Properties

### Type and Range

| Property | Value |
| --- | --- |
| Range | [xsd:string](http://www.w3.org/2001/XMLSchema#string) |
| Domain Of | [WorkflowEngineConfig](../classes/WorkflowEngineConfig.qmd) |

### Cardinality and Requirements

| Property | Value |
| --- | --- |
| Multivalued | Yes |
### Slot Characteristics

| Property | Value |
| --- | --- |
| Owner | [WorkflowEngineConfig](../classes/WorkflowEngineConfig.qmd) |












## Identifier and Mapping Information





### Schema Source


* from schema: https://w3id.org/tvbo




## Mappings

| Mapping Type | Mapped Value |
| ---  | ---  |
| self | tvbo:setup |
| native | tvbo:setup |




## LinkML Source

<details>
```yaml
name: setup
description: Shell lines run verbatim before the task command, after ``set -euo pipefail``
  and any module/venv activation. The general hook for environment setup the typed
  fields do not cover, e.g. activating a conda env (``conda activate <name>``), sourcing
  a profile, or exporting a computed path. Ordered; each line is emitted as-is.
from_schema: https://w3id.org/tvbo
rank: 1000
owner: WorkflowEngineConfig
domain_of:
- WorkflowEngineConfig
range: string
multivalued: true

```
</details></div>