Skip to content
Tom White edited this page May 9, 2016 · 2 revisions

"Batch processing"

pampro contains a module called batch processing, which takes each line in a job file and passes that data to an analysis function which you define. This saves you from writing cumbersome loops over your data. If you are operating in a high-performance computing environment, you can use the same function to divide the job file into smaller batches, and process them in parallel.

Clone this wiki locally