Skip to content

Commit

Permalink
Update Snakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Mar 17, 2021
1 parent 713f272 commit 70f86b4
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 @@ -904,7 +904,7 @@ rule make_saddles:
mem_mb=8 * 1024,
runtime=60,
shell:
"cooltools compute-saddle -o {params.prefix} {params.args} {params.distargs} {input.cooler}::resolutions/{wildcards.resolution} {input.eigenvector} {input.expected}"
"cooltools compute-saddle -o {params.prefix} {params.args} {params.distargs} --n-bins {wildcards.bins} {input.cooler}::resolutions/{wildcards.resolution} {input.eigenvector} {input.expected}"


rule make_expected:
Expand Down

0 comments on commit 70f86b4

Please sign in to comment.