Skip to content
Snippets Groups Projects
Commit 343075d5 authored by Tobias Marschall's avatar Tobias Marschall
Browse files

Generate clustering plots for all samples/methods

parent 2db1149b
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,12 @@ rule all:
bpdens = BPDENS,
method = METHODS,
plottype = ["byaf","bypos"]),
expand("sv_calls/{sample}/{window}_fixed_norm.{bpdens}/plots/sv_clustering/{method}-{plottype}.pdf",
sample = SAMPLES,
window = [100000],
bpdens = BPDENS,
method = METHODS,
plottype = ["position","chromosome"]),
expand("halo/{sample}/{window}_{suffix}.json.gz",
sample = SAMPLES,
window = [100000],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment