From 00160a2f02bb3d2210e86b90466379c12348f97a Mon Sep 17 00:00:00 2001 From: Stefan Kurtz <kurtz@zbh.uni-hamburg.de> Date: Sun, 14 Jul 2019 15:37:29 +0200 Subject: [PATCH] Added option -o none to allow remote use --- Makefile | 4 ++-- testsuite/test_rep.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9b673b2..b8a6620 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ test:testsuite/test_rep.sh @echo "all tests passed" test_y: - src/phybema.py --tools mash andi -- testdata/Yersinia/ + src/phybema.py -o none --tools mash andi -- testdata/Yersinia/ test_e: - src/phybema.py --tools mash andi -- testdata/E_coli/ + src/phybema.py -o none --tools mash andi -- testdata/E_coli/ clean: @${RM} -r temp out diff --git a/testsuite/test_rep.sh b/testsuite/test_rep.sh index 3b7ffcb..9aee462 100755 --- a/testsuite/test_rep.sh +++ b/testsuite/test_rep.sh @@ -7,7 +7,7 @@ then fi subdir=$1 -src/phybema.py --tools mash andi dnadiff -- testdata/${subdir}/ +src/phybema.py -o none --tools mash andi dnadiff -- testdata/${subdir}/ for prog in andi mash do for suffix in mat nh -- GitLab