Skip to contents

Given MolEvolvR advanced options and number of inputs, calculate the total estimated walltime for the job

Usage

advanced_opts2est_walltime(
  advanced_opts,
  n_inputs = 1L,
  n_hits = NULL,
  verbose = FALSE
)

Arguments

advanced_opts

character vector of MolEvolvR advanced options (see make_opts2procs for the options)

n_inputs

total number of input proteins

Value

total estimated number of seconds a job will process (walltime)

example: advanced_opts2est_walltime(c("homology_search", "domain_architecture"), n_inputs = 3, n_hits = 50L)