Skip to content

Commit

Permalink
Minor nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmleggett committed May 5, 2015
1 parent 89aff76 commit 378283d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cortex/metacortex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
}
Expand Down

0 comments on commit 378283d

Please sign in to comment.