Beispiel #1
0
 def _createJobStore(self, config=None):
     from toil.jobStores.googleJobStore import GoogleJobStore
     return GoogleJobStore.createJobStore(self.namePrefix + ":" +
                                          GoogleJobStoreTest.projectID,
                                          config=config)
Beispiel #2
0
 def _createJobStore(self, config=None):
     from toil.jobStores.googleJobStore import GoogleJobStore
     return GoogleJobStore.createJobStore(self.namePrefix + ":" + GoogleJobStoreTest.projectID,
                                          config=config)