mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-28 06:20:25 +08:00
10 lines
344 B
Tcsh
10 lines
344 B
Tcsh
#! /bin/tcsh -f
|
|
|
|
echo "test constraints - with tree as both constraint tree and input tree"
|
|
./constraints_test lys.tree lys.tree
|
|
echo "test constraints - with different, matching trees"
|
|
./constraints_test lys.tree lys.tree.consraint2
|
|
echo "test constraints - with different, non matching trees"
|
|
./constraints_test lys.tree lys.tree.consraint3
|
|
|