Skip to content

Commit

Permalink
rename support file to haplotypes
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraFuhrmann committed Jul 22, 2024
1 parent 75b195f commit fc1313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viloca/shorah_snv.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def parseWindow(line, extended_window_mode, exclude_non_var_pos_threshold,
_, chrom, beg, end, _ = line.rstrip().split("\t")

file_stem = "w-%s-%s-%s" % (chrom, beg, end)
haplo_filename = os.path.join(working_dir, "support", file_stem + ".reads-support.fas")
haplo_filename = os.path.join(working_dir, "haplotypes", file_stem + ".reads-support.fas")

if extended_window_mode:
ref_name = "extended-ref"
Expand Down

0 comments on commit fc1313e

Please sign in to comment.