countsAnalysis.setThreshold( settingsDlg.getCountsThreshold() );
countsAnalysis.setConditionNames( settingsDlg.getConditionsMap() );
if (settingsDlg.performComparison()) {
countsAnalysis.activateComparison();
}
boolean includeInfoFile = settingsDlg.annotationIsProvided();
if (includeInfoFile) {
String infoFilePath;