From 378283d218a530b7e2a40c44e7ff8f792ab1e1a1 Mon Sep 17 00:00:00 2001 From: leggettr Date: Tue, 5 May 2015 15:30:57 +0100 Subject: [PATCH] Minor nonsense --- src/cortex/metacortex.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/cortex/metacortex.c b/src/cortex/metacortex.c index 8e07e49..503d4a6 100755 --- a/src/cortex/metacortex.c +++ b/src/cortex/metacortex.c @@ -435,7 +435,6 @@ int main(int argc, char **argv) db_graph); break; - case Y_WALK: log_and_screen_printf("\nDumping supernodes (Y_WALK): %s\n", cmd_line.output_fasta_filename); fflush(stdout); @@ -459,10 +458,9 @@ int main(int argc, char **argv) } } + // Write graphviz file? if (cmd_line.graphviz) { timestamp(); - // Write graphviz file - write_graphviz_file(cmd_line.output_graphviz_filename, db_graph); fflush(stdout); }