# HG changeset patch # User iuc # Date 1624734531 0 # Node ID 21891a3214b96e6fd0b8eecf13c4e5de1c1d7767 # Parent ea85027d986cf6211f0c99489495dd0d20b25583 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edger commit 8c4b8f8711df0a4d6fa98fa8a6f91b977395d62c" diff -r ea85027d986c -r 21891a3214b9 edger.R --- a/edger.R Thu Jun 03 19:33:47 2021 +0000 +++ b/edger.R Sat Jun 26 19:08:51 2021 +0000 @@ -277,7 +277,7 @@ # Process factors if (is.null(opt$factInput)) { - factordata <- read.table(opt$factFile, header = TRUE, sep = "\t", strip.white = TRUE) + factordata <- read.table(opt$factFile, header = TRUE, sep = "\t", strip.white = TRUE, stringsAsFactors = TRUE) # check samples names match if (!any(factordata[, 1] %in% colnames(counts))) { stop("Sample IDs in factors file and count matrix don't match") diff -r ea85027d986c -r 21891a3214b9 edger.xml --- a/edger.xml Thu Jun 03 19:33:47 2021 +0000 +++ b/edger.xml Sat Jun 26 19:08:51 2021 +0000 @@ -1,4 +1,4 @@ - + Perform differential expression of count data