Skip to content

Commit 271d6d3

Browse files
committed
Only run approx rspr
1 parent 4d7311f commit 271d6d3

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

subworkflows/local/rspr.nf

-24
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,4 @@ workflow RSPR {
1919
params.min_branch_length,
2020
params.max_support_threshold
2121
)
22-
exit 1
23-
RSPR_EXACT (
24-
RSPR_APPROX.out.csvs.flatten(),
25-
RSPR_APPROX.out.rooted_gene_trees.first(),
26-
params.min_branch_length,
27-
params.max_support_threshold,
28-
params.max_approx_rspr
29-
)
30-
31-
RSPR_EXACT.out.tsv
32-
.collectFile(
33-
name: 'exact_output.tsv',
34-
keepHeader: true,
35-
storeDir: "${params.outdir}/dynamics/rSPR/exact",
36-
skip: 1
37-
)
38-
.set { exact_output }
39-
40-
RSPR_HEATMAP (
41-
exact_output
42-
)
43-
44-
emit:
45-
exact_output
4622
}

0 commit comments

Comments
 (0)