File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ FASTAS=$(shell tar -tf test_spneumo.tar.xz)
12
12
# # Compare trees ##
13
13
# ##################
14
14
15
- all : tree.precomputed.newick tree.default.nw tree.file_list.nw tree.file_list_proc_subst.nw
15
+ all : \
16
+ tree.precomputed.newick \
17
+ tree.default.nw \
18
+ tree.default_verbose_debug.nw \
19
+ tree.file_list.nw \
20
+ tree.file_list_proc_subst.nw
16
21
for x in $^; do \
17
22
2>&1 echo Testing " $$ x" ; \
18
23
diff $$ x tree.precomputed.newick; \
@@ -26,6 +31,10 @@ tree.default.nw: file_list.txt
26
31
../../attotree/attotree.py $(shell cat $< ) > " $@ .tmp"
27
32
mv " $@ .tmp" " $@ "
28
33
34
+ tree.default_verbose_debug.nw : file_list.txt
35
+ ../../attotree/attotree.py -V -D $(shell cat $< ) > " $@ .tmp"
36
+ mv " $@ .tmp" " $@ "
37
+
29
38
tree.file_list.nw : file_list.txt
30
39
../../attotree/attotree.py -L " $<" > " $@ .tmp"
31
40
mv " $@ .tmp" " $@ "
You can’t perform that action at this time.
0 commit comments