Skip to content
Snippets Groups Projects
Commit 7d60c532 authored by Joseph Tran's avatar Joseph Tran
Browse files

update split string separator to get full sample name

parent 7135f678
No related branches found
No related tags found
No related merge requests found
Pipeline #39779 passed
......@@ -456,6 +456,6 @@ dada2_fun <- function(amplicon = "16S", path = "", outpath = "./dada2_out/", f_t
#' @keywords internal
get.sample.name <- function(fname){
tt <- strsplit(basename(fname), "_")[[1]][1]
tt <- strsplit(basename(fname), "_R")[[1]][1]
return(tt)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment