-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install required vocabulary? #7
Comments
Hi Bradford, Yes, we have a drush command 'mcl-add-cveterm cvterm_name cv_name' to add a cvterm as you said. But it is pain to add all the cvterms one by one. I can work on creating a drush command to add all cvterms for a particluar template. For example, if you want to add all the cvterm for stock, type 'drush mcl-add-cvterm-by-template stock'. |
that might be helpful. It might also be a good idea to list the needed cvterms in the requirements/setup. For example, this module requires the relationship ontology. I also had to insert an extra term ( |
Thank you for suggestions. Yes, some templates use sequence / relationship ontology. However, I think this module should not insert or change the these ontology terms. I believe Tripal has ontology loader to add terms so I should recommend to use the loader to add terms into Chado table. I definitely need to add 'prerequisites' section in README file. |
Which version of the sequence ontology includes the term Mine is: http://purl.obolibrary.org/obo/so.obo which does not have a term named So, my point is, I have to insert this extra terms into the ontology in order to use this module. |
Each of the loaders requires a number of CVterms installed on the site. For example, the featuremap loader requires the below cvterms
Is there a separate module or command that sets up this site CV with all the terms the loader expects? Should they have been inserted on installing this module?
I can otherwise insert the terms manually as I get the errors. I see you have a nice drush command that automatically inserts the term into the right CV, ie ,
drush mcl-add-cvterm comments
The text was updated successfully, but these errors were encountered: