benchling_api_client.models.feature_create module¶
- class FeatureCreate¶
Bases:
object
Inputs for a new feature
- __init__(match_type: FeatureCreateMatchType, color: Union[benchling_api_client.types.Unset, str] = attr_dict['_color'].default, feature_library_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_feature_library_id'].default, feature_type: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_feature_type'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, pattern: Union[benchling_api_client.types.Unset, str] = attr_dict['_pattern'].default) None ¶
Method generated by attrs for class FeatureCreate.
- property color: str¶
The color of the annotations generated by the feature. Must be a valid hex string
- property feature_type: Optional[str]¶
The type of feature, like gene, promoter, etc. Note: This is an arbitrary string, not an enum
- property match_type: FeatureCreateMatchType¶
The match type of the feature. Used to determine how auto-annotate matches are made.