Skip to content

Commit

Permalink
fix: Update workflow/scripts/sample_mixup_check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monikaBrandt authored Oct 1, 2024
1 parent 3ab78f3 commit c121a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/sample_mixup_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
vcf_dna_filenames = snakemake.input.id_snp_vcf_dna
vcf_rna_filenames = snakemake.input.id_snp_vcf_rna
report = open(snakemake.output.mixup_report, "w")
match_cutoff = snakemake.params.match_cutoff
match_cutoff = float(snakemake.params.match_cutoff)

vcf_dict_dna = {}
dna_samples = {}
Expand Down

0 comments on commit c121a4b

Please sign in to comment.