dgomezpere / msm_tfm

Development of an application to visualize, annotate and prioritize somatic variants in cancer
0 stars 0 forks source link

[vcf_etl%vcf_record] Set `value` variable as data type `RecordInfo` #26

Closed segarmond closed 2 years ago

segarmond commented 2 years ago

After Issue 24, set value data type to RecordInfo:

def info(self, value):
        """
        """
        if type(value) == RecordInfo
            self._info = value