We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360615d commit 326bb84Copy full SHA for 326bb84
lib/lcdbwf/R/helpers.R
@@ -81,7 +81,7 @@ collect_objects <- function(pattern, fixed=FALSE){
81
# If there was a wildcard in the pattern there is a risk that the modified
82
# names are no longer unique
83
if (length(unique(modified_names)) != length(var_names)){
84
- stop(paste("Found duplicate names after removing pattern", pattern))
+ stop(paste("Found duplicate names after removing pattern", pattern, "see https://lcdb.github.io/lcdb-wf/rnaseq-rmd.html#Errors for details"))
85
}
86
names(obj_list) <- modified_names
87
return(obj_list)
0 commit comments