Skip to content
Snippets Groups Projects
Commit 00160a2f authored by Kurtz, Prof. Dr. Stefan's avatar Kurtz, Prof. Dr. Stefan
Browse files

Added option -o none to allow remote use

parent 5abf623f
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ test:testsuite/test_rep.sh ...@@ -5,10 +5,10 @@ test:testsuite/test_rep.sh
@echo "all tests passed" @echo "all tests passed"
test_y: test_y:
src/phybema.py --tools mash andi -- testdata/Yersinia/ src/phybema.py -o none --tools mash andi -- testdata/Yersinia/
test_e: test_e:
src/phybema.py --tools mash andi -- testdata/E_coli/ src/phybema.py -o none --tools mash andi -- testdata/E_coli/
clean: clean:
@${RM} -r temp out @${RM} -r temp out
......
...@@ -7,7 +7,7 @@ then ...@@ -7,7 +7,7 @@ then
fi fi
subdir=$1 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 for prog in andi mash
do do
for suffix in mat nh for suffix in mat nh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment