*/
public void run() {
setStatus(TaskStatus.PROCESSING);
logger.info("Running Path aligner");
aligner = (Aligner) new ScoreAligner(this.peakLists, parameters);
alignedPeakList = aligner.align();
// Add new aligned peak list to the project
MZmineProject currentProject = MZmineCore.getCurrentProject();
currentProject.addPeakList(alignedPeakList);