> I have fixed issue 1 and 3. Tomas, can you please help with #2. I don’t know
> how to move it to a separate thread.
Google is your friend :)
https://www.google.com/search?q=how+to+start+thread+in+java
But of course, I can do it. I'll take a look at it tomorrow.
>
> Also, when I cancel the main
t: 29. januar 2015 04:14
To: Developer discussion
Subject: [Mzmine-devel] MzTabImportTask
Hi Thomas,
A few comments to the mzTab import module under development:
1) This part is asking for trouble in the future
switch (fileType) {
case MZDATA:
newTasks[0] = new MzDataReadTask(project, f, newMZmin
Hi Thomas,
A few comments to the mzTab import module under development:
1) This part is asking for trouble in the future
switch (fileType) {
case MZDATA:
newTasks[0] = new MzDataReadTask(project, f, newMZmineFile);
break;
because you have to cover all types of support