We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dfb4a commit 6ebc564Copy full SHA for 6ebc564
bio2zarr/vcz.py
@@ -138,7 +138,7 @@ def from_field(
138
array_name = prefix + vcf_field.name
139
140
# TODO make an option to add in the empty extra dimension
141
- max_number = vcf_field.summary.max_number
+ max_number = vcf_field.max_number
142
if (max_number > 0 and vcf_field.vcf_number in ("R", "A", "G")) or (
143
max_number > 1 or vcf_field.full_name == "FORMAT/LAA"
144
):
0 commit comments