You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSR terms are created as feature prop terms, and therefore do not link to a CV.
For example:
tripal_insert_cvterm(array(
'name' => 'tripal_ssr_repeats',
'def' => 'The number of repeats in an SSR.',
'cv_name' => 'feature_property',
'db_name' => 'tripal',
));
tripal_insert_cvterm(array(
'name' => 'tripal_ssr_start',
'def' => 'The start of an SSR.',
'cv_name' => 'feature_property',
'db_name' => 'tripal',
));
SSR terms are created as feature prop terms, and therefore do not link to a CV.
For example:
Start could be the SIO start term. Repeat number could be http://www.ebi.ac.uk/ols/ontologies/ncit/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FNCIT_C93650
(find a non-NCI term)
Repeat unit:
http://www.ebi.ac.uk/ols/ontologies/so/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FSO_0000726
The text was updated successfully, but these errors were encountered: