From d824ec03463d6c8d71f866b1969bbe71f565f44f Mon Sep 17 00:00:00 2001 From: chienchi Date: Wed, 15 Jun 2016 10:50:06 -0600 Subject: [PATCH] use -noColorLog for the test example run which fix the output html no value issue --- testData/runTest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testData/runTest.sh b/testData/runTest.sh index d6192bfd..f23c64e9 100755 --- a/testData/runTest.sh +++ b/testData/runTest.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -../runPipeline -p Ecoli_10x.1.fastq Ecoli_10x.2.fastq -c $PWD/config.txt -o $PWD/output -ref $PWD/Reference/NC_000913.fna -cpu 10 -primer $PWD/primers.fa +../runPipeline -p Ecoli_10x.1.fastq Ecoli_10x.2.fastq -c $PWD/config.txt -o $PWD/output -ref $PWD/Reference/NC_000913.fna -cpu 10 -primer $PWD/primers.fa -noColorLog