Skip to content
Snippets Groups Projects
Commit d04c3648 authored by Etienne Rifa's avatar Etienne Rifa
Browse files

fix pattern in count_seq

parent b0331497
No related branches found
No related tags found
No related merge requests found
Pipeline #268637 failed
......@@ -82,7 +82,7 @@ dada2_fun <- function(path = "", outpath = "./dada2_out/", cutadapt = FALSE, max
fnFs <- sort(list.files(path, pattern = extension, full.names = TRUE))
fnRs <- sort(list.files(path, pattern = extension2, full.names = TRUE))
rawCounts <- count_seq(path, pattern = ".*R1.fastq.*")
rawCounts <- count_seq(path, pattern = ".*_R1.*fastq.*")
flog.debug("File list...")
flog.debug(length(fnFs))
......
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