Skip to content

Commit 69621ea

Browse files
committed
fixup: Remove redundant masking step
1 parent aa4b06b commit 69621ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingest/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ rule refine:
466466
rule ancestral:
467467
input:
468468
tree = "results/tree.nwk",
469-
alignment = "results/masked.vcf.gz",
469+
alignment = "results/filtered.vcf.gz",
470470
ref = config["files"]["reference_fasta"],
471471
output:
472472
nt_data = "results/nt_muts.json",

0 commit comments

Comments
 (0)