tripalcultivate / base
Tripal Cultivate is a collection of Tripal extension packages focused on providing intuitive data management support for breeding and pre-breeding activities.
Installs: 25
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 7
Language:PLpgSQL
Type:drupal-module
Requires
- php: ^8.1
- drupal/core: ^10.0
- tripal/tripal: ^4.0-alpha1
This package is auto-updated.
Last update: 2024-12-20 16:11:26 UTC
README
Developed by the University of Saskatchewan, Pulse Crop Bioinformatics team.
- Provides the Tripal Cultivate ontology to Tripal. This provides well described terms for germplasm types, breeding methods, metadata and relationships.
- Provides a package dashboard on the Tripal Extensions listing for a unified entry point into administration of Tripal Cultivate. We plan for it to include:
- Charts summarizing content across data types
- Quick links to data-specific configuration
- Status views (e.g. most recent data upload, if there is unpublished data)
- Any additional functionality which is shared among the data type specific modules.
Citation
If you use this module in your Tripal site, please use this citation to reference our work any place where you described your resulting Tripal site. For example, if you publish your site in a journal then this citation should be in the reference section and anywhere functionality provided by this module is discussed in the above text should reference it.
Lacey-Anne Sanderson, Carolyn Caron, Reynold Tan, Ruobin Liu, Kirstin Bett (2024). Tripal Cultivate -Sharing data for smarter agriculture!. Development Version. University of Saskatchewan, Pulse Crop Research Group, Saskatoon, SK, Canada.
Technology Stack
See specific version compatibility in the automated testing section below.
- Drupal
- Tripal 4.x
- PostgreSQL
- PHP
- Apache2
Docker
We automatically build images for this module using Github Workflows. Specifically, knowpulse/tripalcultivate-base contains a full Tripal site with this module installed. Note this image builds off the knowpulse/tripalcultivate-tripal image which extends tripalproject/tripaldocker with our theme and other requirements.
docker pull knowpulse/tripalcultivate-base:latest
docker run --publish=80:80 -tid --name=trpcultivate-basee knowpulse/tripalcultivate-base:latest
Automated Testing
This package is dedicated to a high standard of automated testing. We use PHPUnit for testing and CodeClimate to ensure good test coverage and maintainability. There are more details on our CodeClimate project page describing our specific maintainability issues and test coverage.
The following compatibility is proven via automated testing workflows.