예제 #1
0
 def _do_work(self, options):
     #read in configuration
     config = DegenPrimerConfig.from_options(options)
     #else, run the pipeline
     if self._pipeline.run(config) == 0:  #pass back collected reports
         self._con.send(config.reports)
     return 0