Skip to content

Commit

Permalink
SampleID annotations table
Browse files Browse the repository at this point in the history
  • Loading branch information
evamartin1240 committed May 23, 2024
1 parent 50a6a54 commit 98962f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_annotations_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ create_annotations_table <- function(
include.dirs = FALSE
)
annotations <- tibble::tibble(
SampleID = tools::file_path_sans_ext(filenames, compression = TRUE),
SampleID = sapply(filenames, function(x) sub("\\.mea(\\.gz)?$", "", basename(x))),
FileName = filenames
)
if (verbose) {
Expand Down

0 comments on commit 98962f1

Please sign in to comment.