Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyworkman committed Jun 21, 2023
1 parent 568b00e commit 36a5868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dada2.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fnFs <-
fnRs <-
sort(list.files(read_dir2, full.names = TRUE))

sample.names <- tools::file_path_sans_ext(fnFs)
sample.names <- tools::file_path_sans_ext(basename(fnFs))

##### Filter and Trim

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0

0 comments on commit 36a5868

Please sign in to comment.