UofS-Pulse-Binfo / nd_genotypes

Drupal/Tripal: Tripal interface for Chado Natural Diversity Genotypic data.
https://nd-genotypes.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
4 stars 1 forks source link
genotype markers tripal variants

Tripal Rating Gold Status Tripal Dependency GitHub release (latest by date including pre-releases)

Build Status Maintainability Test Coverage

DOI

Natural Diversity Genotypes

This module provides support and visualization of genotypic data stored in a modified GMOD Chado schema. The 3.x branch of this module represents a shift towards support for large scale genotypic datasets through backwards compatible improvements to the Chado schema including a new gathering table for genotypes (genotype_call) modelled after the chado phenotype table, optimized queries and well-choosen indexes. For benchmarking demonstrating the efficiency of this module, see our documentation.

Dependencies

  1. Tripal 3.x (Installation Instructions)
  2. PostgreSQL 9.3 (9.4+ recommended; tested with 11.3)
  3. Tripal D3.js & Drupal Libraries API
  4. Tripal Download API

Installation

This module is installed by cloning it and it's dependencies in [your drupal site]/sites/all/modules and enabling it through the Drupal Administrative UI. Specifically, once you have a working Tripal environment:

drush pm-download libraries
drush pm-enable libraries -y
cd [drupal root]/sites/all/modules
git clone https://github.com/tripal/tripald3
git clone https://github.com/tripal/trpdownload_api
cd [drupal root]/sites/all/libraries
mkdir d3 && cd d3
wget https://github.com/d3/d3/releases/download/v3.5.17/d3.zip
unzip d3.zip
drush pm-enable trpdownload_api tripald3 -y
cd [drupal root]/sites/all/modules
git clone https://github.com/UofS-Pulse-Binfo/nd_genotypes.git
drush en nd_genotypes -y

Features

See Demonstration for how to demonstrate these features on your test site with simulated data.

Documentation Documentation Status

Please visit our online documentation to learn more about installation, usage and features.

Funding

This work is supported by Saskatchewan Pulse Growers [grant: BRE1516, BRE0601], Western Grains Research Foundation, Genome Canada [grant: 8302, 16302], Government of Saskatchewan [grant: 20150331], and the University of Saskatchewan.

Citation DOI

Sanderson, L.A. (2020). ND Genotypes: Large-scale Genotypic data integration with Tripal. Version 3.2. University of Saskatchewan, Pulse Crop Research Group, Saskatoon, SK, Canada. Zenodo, doi:10.5281/zenodo.3731337.