Skip to content

Commit f870be4

Browse files
committed
fix typo
1 parent 51f1b1b commit f870be4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflow/rules/vaf.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ rule pairwise_trajectory_correlation_data:
310310
cor_use="pairwise.complete.obs",
311311
min_freq_amplitude=0.0,
312312
min_unique_n=0,
313-
filter_combine="any", # any | or
313+
filter_combine="any", # any | all
314314
input:
315315
variants="<results>/<dataset>/variants.all_sites.tsv",
316316
metadata=config["METADATA"],

0 commit comments

Comments
 (0)