Skip to content

Commit 38b9510

Browse files
Update malariagen_data/anoph/to_plink.py
Co-authored-by: Alistair Miles <alimanfoo@googlemail.com>
1 parent 7d10281 commit 38b9510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/anoph/to_plink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _create_plink_outfile(
3333
thin_offset,
3434
max_missing_an,
3535
):
36-
return f"{output_dir}/{region}.{n_snps}.{min_minor_ac}.{thin_offset}.{max_missing_an}"
36+
return f"{output_dir}/{region}.{n_snps}.{min_minor_ac}.{max_missing_an}.{thin_offset}"
3737

3838
def _biallelic_snps_to_plink(
3939
self,

0 commit comments

Comments
 (0)