Skip to content

Commit b1938e1

Browse files
collect rule
1 parent 9e6e3c9 commit b1938e1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

benchmark_test/Snakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ rule benchmark_phylograd:
8989

9090

9191
rule collect_iqtree_benchmark:
92-
input: iqtree = expand("data/sim/alignment_{num_leafs}_{L}.fasta.iqtree.time", num_leafs=[2**n for n in [4,6,8,10,12]], L=[100,500]),
93-
phylograd = expand("data/sim/alignment_{num_leafs}_{L}.fasta.phylograd.time", num_leafs=[2**n for n in [4,6,8,10,12]], L=[100,500])
92+
input: iqtree = expand("data/sim/alignment_{num_leafs}_{L}_{T}.iqtree.log", num_leafs=[2**n for n in [4,6,8,10,12]], L=[50,200], T=[1,32]),
93+
phylograd = expand("data/sim/alignment_{num_leafs}_{L}_{T}.phylograd.log", num_leafs=[2**n for n in [4,6,8,10,12]], L=[50,200], T=[1,32]),
94+
raxml = expand("data/sim/alignment_{num_leafs}_{L}_{T}.raxml.log", num_leafs=[2**n for n in [4,6,8,10,12]], L=[50,200], T=[1,32])
9495
output: "data/iqtree_benchmark.txt"
9596
shell: "tail -n +1 {input.iqtree} {input.phylograd} > {output}"
9697

0 commit comments

Comments
 (0)