-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
I have followed the installation steps on here and am trying to get this to work on RStudio but I get the following errors when I try and run the test.fasta.
test <- readDNAStringSet("test.fasta", format = "fasta")
itsx(
test,
out_root = tempfile("itsx"),
taxon = "fungi",
e_value = 1e-05,
s_value = 0,
n_value = 2,
selection_priority = c("score", "sum", "domains", "eval"),
search_eval = 0.05,
#search_score = NULL,
allow_single_domain = c(1e-09, 0),
allow_reorder = FALSE,
complement = TRUE,
#cpu = 1,
#multi_thread = cpu > 1,
heuristics = FALSE,
nhmmer = FALSE,
summary = TRUE,
graphical = TRUE,
fasta = TRUE,
preserve = FALSE,
save_regions = c("ITS1", "ITS2", "5.8S"),
anchor = 0,
require_anchor = 0,
only_full = FALSE,
partial = 0,
concat = FALSE,
minlen = 0,
positions = TRUE,
table = FALSE,
detailed_results = FALSE,
not_found = TRUE,
truncate = TRUE,
silent = FALSE,
graph_scale = 0,
save_raw = FALSE,
read_function = FALSE
)
Error in glue_data(.x = NULL, ..., .sep = .sep, .envir = .envir, .open = .open, :
Expecting '}'
I would appriciate your help. Thank you.