Research Article

SCBI_MapReduce, a New Ruby Task-Farm Skeleton for Automated Parallelisation and Distribution in Chunks of Sequences: The Implementation of a Boosted Blast+

Algorithm 2

class MyWorker < Worker
# process each obj in received objs
def process_object(objs)
# find barcodes
find_mids(objs)
return objs
end
end