// Reformat the clustering output for partitioning.
case PREP:
result = ToolRunner.run(
new PrepareClusteringOutput(),
new String[]{clusterOut, prepClusterOut});
if (result < 0) {
System.err.println(PrepareClusteringOutput.class.getName() + " failed.");
System.exit(result);