Add an n_processors argument to the functions that enable parallelization to allow users to select the number of processors to use. (The default, n_processors = "auto", selects the number of processors to use based on the number of processors available on the machine.)
Add a log_dir argument enabling users to specify the directory in which to write the log files.
Accelerate the plot_assign_grnas function.
Fix the functionality for identifying mitochondrial genes; now, genes prefixed by "MT-" or "mt-" are considered mitochondrial.
Four updates.
n_processors
argument to the functions that enable parallelization to allow users to select the number of processors to use. (The default,n_processors = "auto"
, selects the number of processors to use based on the number of processors available on the machine.)log_dir
argument enabling users to specify the directory in which to write the log files.plot_assign_grnas
function.