} // FOR
// Serialize them out to a file. This will also make a nice little index in the file
tempFile = FileUtil.getTempFile("markovs", false);
assertNotNull(tempFile);
markovs.save(tempFile);
System.err.println("MARKOV FILE: " + tempFile);
// Now read it back in make sure everything is there
MarkovGraphsContainer clone = new MarkovGraphsContainer();
clone.load(tempFile, catalog_db);