ExperimentDataAutomaticConvertionWizard edacw = new ExperimentDataAutomaticConvertionWizard(
new ArrayList<String>(XRef.getDBSet()),
dialog.getSeriesMatrixFile(),
dialog.getPlatformFile(),
dialog.getSelectedSeries());
edacw.run();
filename = edacw.getResultFileName();
main.unlock();
}
// if .ced file is already present, directly load it.