You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.