Extended queue format
Created by: marcus-oscarsson
This PR is a followup of #322 and #323, so merge those first preferably #322 first.
The queue format have been slightly updated to include some information about the sample. The new format is the following:
{ sampleID_1: { sampleID: ...,
queueID: ...,
checked: ...,
collpased: ...
tasks: [taskData1 ... taskDataN]
...
sampleID_N: { sampleID: ...,
queueID: ...,
checked: ...,
collpased: ...
tasks: [taskData1 ... taskDataN]}
Marcus