nextpyp / next

Web-interface for nextPYP
https://nextpyp.app/
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

[Feature parity]Ability to bundle in sessions #5

Open JoQCcoz opened 4 months ago

JoQCcoz commented 4 months ago

When using motioncor and requesting GPU for each micrograph, we take a heavy hit to our SLURM priority. I would like to use unblur but it doesn't work with eer files.

It would be great if we could bundle multiple movie in each jobs like in the Projects to reduce the total number of jobs requested.

abartesaghi commented 3 months ago

Unblur when used through nextPYP should support the EER format, did you try that and got errors? If so, please share so we can take a look.

You are right, the bundling of multiple jobs is not implemented for Sessions because the goal there is to minimize job latency, but we could enable that if there is a use case for it.