Skip to content

Commit 8bb7aa0

Browse files
committed
fix typo
+ addresses issue #181 (h/t @pkerbs)
1 parent e84554f commit 8bb7aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/sleuth.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ check_target_mapping <- function(t_id, target_mapping, gene_mode) {
829829
if(any(duplicated(target_mapping$target_id))) {
830830
indices <- which(duplicated(target_mapping$target_id))
831831
duplicated_ids <- target_mapping$target_id[indices]
832-
formatted_ids <- paste(dupliated_ids, collapse = ", ")
832+
formatted_ids <- paste(duplicated_ids, collapse = ", ")
833833
if(gene_mode) {
834834
stop("There is at least one duplicated target ID in the target mapping. ",
835835
"Since sleuth prep is in gene aggregation mode, any duplicated ",

0 commit comments

Comments
 (0)