Skip to content

Commit

Permalink
Increase disk size buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
LindoNkambule authored Jun 10, 2024
1 parent 3a38758 commit c5d4c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwaspy/imputation/impute5_impute.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def concatenate_imputed_chunks(
]

# Concatenate imputed chunks
disk_size = int(round(10.0 + 3.0 * vcf_size + ((1.0 + 2.0 * n_samples/n_panel_samples) * ref_size)))
disk_size = int(round(20.0 + 3.0 * vcf_size + ((1.0 + 2.0 * n_samples/n_panel_samples) * ref_size)))
concatenate_imputed_chunks(
b=batch,
chunks_list=imputed_chunks,
Expand Down

0 comments on commit c5d4c93

Please sign in to comment.