From fa4a216ef9c3d9a08c6432f49156e7b911f4afe9 Mon Sep 17 00:00:00 2001 From: fauzi Date: Fri, 11 Apr 2014 09:00:50 +1000 Subject: [PATCH] fixed small stuffs --- annotateM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotateM b/annotateM index a97ab23..d09d77b 100755 --- a/annotateM +++ b/annotateM @@ -75,7 +75,7 @@ checkFileExists($global_options->{'in'}); if (! -e "./prokka_annotation/") { -print "prokka\n"; +#print "prokka\n"; # run prokka to generate the ORFs and also prokka annotations checkAndRunCommand("prokka", [{ "--locustag" => $global_options->{'locustag'},