Skip to content

Commit

Permalink
only use input file size to estimate storage for the filling AC,AN tags
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule committed Feb 14, 2024
1 parent 5623f5a commit aff683a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwaspy/phasing/shapeit5_phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def concatenate_rare_chunks(
b=batch,
vcf=chrom_vcf,
region=f'chr{i}',
storage=round(vcf_size*1.5 + ref_size + 2)
storage=round(vcf_size*1.5 + 2)
).annotated_vcf

if data_type == 'array':
Expand Down

0 comments on commit aff683a

Please sign in to comment.