diff --git a/gwaspy/check_alleles/check_alleles.py b/gwaspy/check_alleles/check_alleles.py index f040282..bb1da12 100644 --- a/gwaspy/check_alleles/check_alleles.py +++ b/gwaspy/check_alleles/check_alleles.py @@ -120,7 +120,7 @@ def fix_alleles( job_name=vcf_path, vcf=chrom_vcf, ref_fasta=ref_fasta_in, - output_name=output_filename, + output_name=f'{output_filename}_chr{i}', out_dir=output_path, storage=disk_size ) @@ -131,7 +131,7 @@ def fix_alleles( vcf=chrom_vcf, ref_fasta=ref_fasta_in, allele_mode=fix_mode, - output_name=output_filename, + output_name=f'{output_filename}_chr{i}', out_dir=output_path, storage=disk_size )