calculateEstimatedWallTimeFromOpts
Source:R/assign_job_queue.R
      calculateEstimatedWallTimeFromOpts.RdGiven MolEvolvR advanced options and number of inputs, calculate the total estimated walltime for the job
Usage
calculateEstimatedWallTimeFromOpts(
  advanced_opts,
  n_inputs = 1L,
  n_hits = NULL,
  verbose = FALSE
)