From cad7163c26090efad6202f9f60e9f9b92e4f0626 Mon Sep 17 00:00:00 2001 From: yongzhi yang Date: Fri, 13 Sep 2019 00:27:37 +0800 Subject: [PATCH] Update 00.run.sh --- example/00.run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/00.run.sh b/example/00.run.sh index 472a93d..6ee1d53 100644 --- a/example/00.run.sh +++ b/example/00.run.sh @@ -1,4 +1,4 @@ -perl ../bin/wgddetector.pl --input_cds test.cds.fa --input_pep test.pep.fa --output_dir out --tmp_dir tmp --thread_num 4 --cluster_engine mmseqs2 --clean no +perl ../bin/wgddetector.pl --input_cds test.cds.fa --input_pep test.pep.fa --output_dir output --tmp_dir tmp --thread_num 4 --cluster_engine mmseqs2 --clean no Rscript example.Rscript