Skip to contents

Decision function to assign job queue

Usage

assign_job_queue(t_sec_estimate, t_cutoff = 21600)

Arguments

t_sec_estimate

estimated number of seconds a job will process (from advanced_opts2est_walltime())

t_long

threshold value that defines the lower bound for assigning a job to the "long queue"

Value

a string of "short" or "long"

example: advanced_opts2est_walltime(c("homology_search", "domain_architecture"), 3) |> assign_job_queue()