Re: [Mzmine-devel] Help with importing raw files using RawDataImportModule

2015-01-19 Thread TFRD (Thomas Franck Dyrlund)
] Help with importing raw files using RawDataImportModule Hi Thomas, To properly answer this question, I would like to know what is the purpose of this. Are you writing a unit test? Or some other purpose? Basically, to process multiple tasks at the same time, you can use the TaskController

Re: [Mzmine-devel] Help with importing raw files using RawDataImportModule

2015-01-19 Thread Tomas Pluskal
Hi Thomas, To properly answer this question, I would like to know what is the purpose of this. Are you writing a unit test? Or some other purpose? Basically, to process multiple tasks at the same time, you can use the TaskController module: MZmineCore.getTaskController().addTasks(tasks) or othe