File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ # Copies the current versions of files to iqtree2 (dev branch).
3
+ # Opposite of decenttree_update.sh
4
+ #
5
+ export DMT=../iqtree_master/distancematrixtree
6
+ cp decenttree.cpp flatmatrix.cpp flatmatrix.h starttree.cpp starttree.h ${DMT}
7
+ cp bionj.cpp bionj2.cpp bionj2.h upgma.h nj.h rapidnj.h auctionmatrix.h ${DMT}
8
+ cp clustertree.h distancematrix.h stitchup.cpp sequence.cpp sequence.h ${DMT}
9
+ cp hashrow.h fancyrapidnj.h ${DMT}
10
+ cd utils
11
+ export UTILS=../../iqtree_master/utils
12
+ cp argument.cpp argument.h ${UTILS}
13
+ cp gzstream.cpp gzstream.h heapsort.h ${UTILS}
14
+ cp progress.cpp progress.h ${UTILS}
15
+ cp operatingsystem.cpp operatingsystem.h ${UTILS}
16
+ cp timeutil.h my_assert.h safe_io.h ${UTILS}
17
+ cp parallel_mergesort.h parallel_sort.h ${UTILS}
18
+ cp vectortypes.cpp vectortypes.h ${UTILS}
19
+ cp hammingdistance.h ${UTILS}
20
+ cp stringfunctions.h stringfunctions.cpp ${UTILS}
21
+ cd ..
You can’t perform that action at this time.
0 commit comments