Skip to content

Commit

Permalink
Adjusted caller names
Browse files Browse the repository at this point in the history
  • Loading branch information
wharvey31 committed Nov 17, 2023
1 parent 8d290f3 commit 6acbf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ localrules:

wildcard_constraints:
sample="|".join(manifest_df.index),
var_caller="|".join(["sniffles", "svim", "cuteSV", "clair3"]),
var_caller="|".join(["sniffles", "svim", "cuteSV", "clair3", "sniffles-somatic"]),


scattergather:
Expand Down

0 comments on commit 6acbf14

Please sign in to comment.