UofS-Pulse-Binfo / genotypes_loader

A Drush-based loader for VCF files that follows the genotype storage rules outlined by ND genotypes.
GNU General Public License v2.0
1 stars 2 forks source link

Variant Types are currently not being stored. #21

Closed laceysanderson closed 5 years ago

laceysanderson commented 6 years ago

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.