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

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

2015-01-19 Thread TFRD (Thomas Franck Dyrlund)
Hi all. I'm trying to import raw files using the RawDataImportModule. I do however have two problems: 1. My files are being imported one at a time. If I do it through the raw data import menu item then MZmine processes 4 at a time. How can I make the import process multiple files at the same t