MZmineProject currentProject = MZmineCore.getCurrentProject();
currentProject.addPeakList(alignedPeakList);
// Add task description to peakList
alignedPeakList
.addDescriptionOfAppliedTask(new SimplePeakListAppliedMethod(
"Join aligner", parameters));
logger.info("Finished join aligner");
setStatus(TaskStatus.FINISHED);