File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,8 @@ def vcf_to_zarrs(
582
582
specified ploidy will raise an exception.
583
583
max_alt_alleles
584
584
The (maximum) number of alternate alleles in the VCF file. Any records with more than
585
- this number of alternate alleles will have the extra alleles dropped.
585
+ this number of alternate alleles will have the extra alleles dropped (the `variant_allele`
586
+ variable will be truncated). Call genotype fields will however be unaffected.
586
587
fields
587
588
Extra fields to extract data for. A list of strings, with ``INFO`` or ``FORMAT`` prefixes.
588
589
Wildcards are permitted too, for example: ``["INFO/*", "FORMAT/DP"]``.
@@ -737,7 +738,8 @@ def vcf_to_zarr(
737
738
specified ploidy will raise an exception.
738
739
max_alt_alleles
739
740
The (maximum) number of alternate alleles in the VCF file. Any records with more than
740
- this number of alternate alleles will have the extra alleles dropped.
741
+ this number of alternate alleles will have the extra alleles dropped (the `variant_allele`
742
+ variable will be truncated). Call genotype fields will however be unaffected.
741
743
fields
742
744
Extra fields to extract data for. A list of strings, with ``INFO`` or ``FORMAT`` prefixes.
743
745
Wildcards are permitted too, for example: ``["INFO/*", "FORMAT/DP"]``.
You can’t perform that action at this time.
0 commit comments