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

Allow empty variant/marker "type" in mviews #15

Closed laceysanderson closed 6 years ago

laceysanderson commented 6 years ago

Currently if you don't follow the convention below, then the mviews will not sync. Thus you can't use the module and you're not even given helpful messages about how to solve the compatibility issue.

Convention: setting your feature.type_id to a more generic type specifying marker (e.g. genetic_marker) or variant (e.g. sequence_variant) and then including a more specific type (e.g. SNP, MNP, KASP marker, Exome Capture, etc.) in the featureprop table.

We should make the module handle this case better!

laceysanderson commented 6 years ago

Added via PR.