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] Create a `RecordInfo` class to store the key-value mapping of the INFO field of a vcfpy.record.Record object #15

Closed dgomezpere closed 2 years ago

dgomezpere commented 2 years ago
print(record.info.data)
[out] :
    OrderedDict({
        "key1": value1,
        "key2": value2,
        "keyN": valueN,
    })
segarmond commented 2 years ago

collection.OrderedDict is the same as OrderedDict?

segarmond commented 2 years ago

How setter is generated? (Same as calls.data)

dgomezpere commented 2 years ago

Related commit: https://github.com/dgomezpere/msm_tfm/commit/f2d4ce48f2280ab89d70e98d4f2722fab1088f2f