# split (graph_operation)
This operation splits conflated annotation values into individual annotations.
## Configuration
### delimiter
This is the delimiter between the parts of the conflated annotation in the input graph
### regex
The delimiter is a regular expression.
### anno
The annotation that holds the conflated values.
### layers
This maps a target annotation name to a list of potential values to be found in the split parts.
### delete
If set to `true`, the original annotations will be deleted.