Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
umrf
ranomaly
Commits
926a669c
Commit
926a669c
authored
Jun 08, 2021
by
Etienne Rifa
Browse files
small change
parent
c049a1be
Pipeline
#34617
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
R/idtaxa_assign_fun.R
View file @
926a669c
...
...
@@ -15,7 +15,7 @@
#' @export
idTaxa_assign
=
function
(
db_file
,
dna
,
asv_names
,
confidence
,
ncpu
=
NULL
S
){
idTaxa_assign
=
function
(
db_file
,
dna
,
asv_names
,
confidence
,
ncpu
=
NULL
){
flog.info
(
paste
(
'Using database '
,
db_file
,
sep
=
''
))
toto
<-
load
(
db_file
)
ids
<-
IdTaxa
(
dna
,
trainingSet
,
strand
=
"both"
,
processors
=
ncpu
,
verbose
=
TRUE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment