} catch (KarmaException e) {
logger.error("Unable to complete Karma set up: ", e);
}
CommandHistory.setIsHistoryEnabled(true);
CommandHistory.setHistorySaver(workspace.getId(), new R2RMLAlignmentFileSaver(workspace));
// Initialize the Outlier tag
Tag outlierTag = new Tag(TagName.Outlier, Color.Red);
workspace.getTagsContainer().addTag(outlierTag);