This issue describes an incompatibility between this module and ND Genotypes.
Specifically, when sync'ing genotypes loaded by this module, I am unable to create the variant detail mview. This is because the nd_genotypes module assumes each variant has
[x] a feature record (type=sequence_variant; configurable)
[x] at least one featureloc record describing it's location
[ ] a featureprop record (type=additionalType; configurable) where the value descibes the type of variant (e.g. SNP, MNP, Indel).
There is no featureprop record describing the type of variant when data is loaded via your module.
_Note: The variant records should follow the same format as the marker records. Your module correctly has two type_ids for markers (the feature.type_id=genetic_marker and featureprop.type_id=markertype). You need the same for variants.
This issue describes an incompatibility between this module and ND Genotypes.
Specifically, when sync'ing genotypes loaded by this module, I am unable to create the variant detail mview. This is because the nd_genotypes module assumes each variant has
There is no featureprop record describing the type of variant when data is loaded via your module.
_Note: The variant records should follow the same format as the marker records. Your module correctly has two type_ids for markers (the feature.type_id=genetic_marker and featureprop.type_id=markertype). You need the same for variants.