예제 #1
0
 @Override
 protected void pre() {
   for (org.opencb.commons.run.Task<I> task : tasks) {
     task.pre();
   }
 }