Re: ExternalSampleSorter#sortSamplesParallel

2017-11-30 Thread Graham Russell
I agree with Felix, however I cannot see where the code is being used. If someone could explain where and how it's being used then I'm happy to help test it, otherwise this is more code to delete. On Tue, 28 Nov 2017 at 21:30 Philippe Mouawad wrote: > Hi Graham, > Resurecting this question from

Re: ExternalSampleSorter#sortSamplesParallel

2017-11-28 Thread Philippe Mouawad
Hi Graham, Resurecting this question from Felix as you're working on this. Regards On Wed, Dec 30, 2015 at 7:42 PM, Felix Schumacher < [email protected]> wrote: > Hi all, > > in the sortSamplesParallel method two new jobs are created and put into > workQueue, but are only needed,

ExternalSampleSorter#sortSamplesParallel

2015-12-30 Thread Felix Schumacher
Hi all, in the sortSamplesParallel method two new jobs are created and put into workQueue, but are only needed, when parallelize is true. In the corresponding method sortFilesParallel the addition of the jobs to the workQueue is done only when parallelize is true. I think it would be correct