Parallelize Tasks

Batches and Benefits

SEISMIC-RNA can divide up data processing into multiple batches. The benefits of batching depend on whether the batches are processed in parallel or in series:

  • In parallel, multiple batches can be processed simultaneously, which speeds up processing the entire dataset.

  • In series, only the data for one batch must be stored in memory at one time, which reduces the memory requirement.