The current UWL supports the outer markers description. For example:
mark-sequence { type:mark-sequence; name:"Sequence Marker"; markers:m1; } @mark-sequence.m1 { type:marker; marker-type:annotations-count; marker-name:annotation_count; ">=1":good; "rest":Rest; }
Improve the UWL to keep markers section inside the element:
mark-sequence { type:mark-sequence; name:"Sequence Marker"; marker { type:annotations-count; name:annotation_count; ">=1":good; "rest":Rest; } }
The compatibility with the previous UWL version must be provided.
- relates to
-
UGENE-2368 Refactor HRSchemaSerializer
- Closed