Skip to content

Commit 3053b58

Browse files
committed
[shorah_snv] fix variable name
1 parent 293725a commit 3053b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viloca/shorah_snv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def main(args):
563563
else:
564564
ref_name = "ref"
565565
ref_filename = os.path.join("raw_reads", f"{file_stem}.{ref_name}.fas")
566-
tmp_df.append(get_cooccuring_muts_haplo_df(haplo_filename, ref_name, beg,end,chrom))
566+
tmp_df.append(get_cooccuring_muts_haplo_df(haplo_filename, ref_filename, beg,end,chrom))
567567
pd.concat(tmp_df).to_csv("cooccurring_mutations.csv")
568568
# finish write: "cooccurring_mutations.csv"
569569

0 commit comments

Comments
 (0)