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 e688698 commit 70aa174Copy full SHA for 70aa174
bio2zarr/vcf2zarr/vcz.py
@@ -96,7 +96,7 @@ def from_field(
96
if array_name is None:
97
array_name = prefix + vcf_field.name
98
# TODO make an option to add in the empty extra dimension
99
- if vcf_field.summary.max_number > 1:
+ if vcf_field.summary.max_number > 1 or vcf_field.full_name == "FORMAT/LAA":
100
shape.append(vcf_field.summary.max_number)
101
chunks.append(vcf_field.summary.max_number)
102
# TODO we should really be checking this to see if the named dimensions
0 commit comments