Skip to content

Commit

Permalink
Fixed bugs in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgudVCCRI committed Jun 12, 2024
1 parent 894cc20 commit 15c8e16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions analysis/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ rule all:
scores2_by_csq_genomes_plot,
expand(
"CAPSvsMAPS_for_contexts_{mu1}_{mu2}.pdf",
zip,
mu1=mutability_pairs1,
mu2=mutability_pairs2,
),
Expand Down Expand Up @@ -2295,8 +2296,8 @@ for mu1, mu2 in mutability_pairs:
output:
Out="CAPSvsMAPS_for_contexts_{mu1}_{mu2}.tsv",
params:
mu1=mu1,
mu2=mu2,
mu1="{mu1}",
mu2="{mu2}",
variant_level=True,
only_deleterious=True,
script:
Expand Down

0 comments on commit 15c8e16

Please sign in to comment.