Searched defs:VariantCombinationTemplate (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dvariant.py90 # VariantCombinationTemplate corresponds to information that is encoded in
100 # VariantCombinationTemplate which it uses to seed the combinations of variants.
108 class VariantCombinationTemplate(_Variants): class in inherits:_Variants
113 return VariantCombinationTemplate(self)
166 # Namedtuple used to store the results of VariantCombinationTemplate
188 assert(isinstance(vct, VariantCombinationTemplate))
391 """Store the provided VariantCombinationTemplate as the template
426 """Given VariantCombinationTemplate to be simplified against,

Completed in 153 milliseconds