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] Remove `record` decorators from VcfRecord class #11

Closed dgomezpere closed 2 years ago

dgomezpere commented 2 years ago

In VcfRecord, record must remain as private.

    @property
    def record(self):
        """
        """
        return self._record

    @record.setter
    def record(self, value):
        """
        """
        if type(value) == vcfpy.record.Record:
            self._record = value
dgomezpere commented 2 years ago

Fixed in https://github.com/dgomezpere/msm_tfm/commit/d2cbff8879581263430f245a2c68d0ef2008555c