Skip to content

Commit 2000733

Browse files
committed
removed cpus flag
1 parent 6d238fd commit 2000733

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

exec/autoFlow.R

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ option_list <- list (
4646
action = "store",
4747
type = "character",
4848
help="A custom alpha diversity created from rarefaction from QIIME2, it should contain columns starting wtih `depth-`"),
49-
optparse::make_option(c("-c", "--cpus"),
50-
action = "store",
51-
type = "numeric",
52-
help="Number of cores to use, only used when a distance matrix, such as UniFrac or bray-curtis is computed.",
53-
default = 4),
5449
optparse::make_option("--threads",
5550
action = "store",
5651
type = "numeric",
@@ -82,7 +77,7 @@ if (args$options$omics == "metagenomics") {
8277
tax$autoFlow(
8378
beta_div_table = args$options$`i-beta-div`,
8479
alpha_div_table = args$options$`i-alpha-div`,
85-
cpus = args$options$cpus,
80+
threads = args$options$threads,
8681
normalize = FALSE,
8782
filename = file.path(args$options$outdir, args$options$filename)
8883
)

0 commit comments

Comments
 (0)