Skip to content

Commit 326bb84

Browse files
author
Matthew Menold
committed
Added hyperlink to rnaseq.Rmd 'found duplicate names' error message that leads to docs. Closes issue #395
1 parent 360615d commit 326bb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lcdbwf/R/helpers.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ collect_objects <- function(pattern, fixed=FALSE){
8181
# If there was a wildcard in the pattern there is a risk that the modified
8282
# names are no longer unique
8383
if (length(unique(modified_names)) != length(var_names)){
84-
stop(paste("Found duplicate names after removing pattern", pattern))
84+
stop(paste("Found duplicate names after removing pattern", pattern, "see https://lcdb.github.io/lcdb-wf/rnaseq-rmd.html#Errors for details"))
8585
}
8686
names(obj_list) <- modified_names
8787
return(obj_list)

0 commit comments

Comments
 (0)