# HG changeset patch
# User iuc
# Date 1695844373 0
# Node ID 838b481dc6f92487b7174f5a182af0108b268fdc
# Parent 07cc368bf34f069c10022b339a1aaa8c3e15a552
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edger commit 95a36f5b0bd139f161d131b4c2c9c36940e749c6
diff -r 07cc368bf34f -r 838b481dc6f9 edger.R
--- a/edger.R Thu Sep 21 10:00:53 2023 +0000
+++ b/edger.R Wed Sep 27 19:52:53 2023 +0000
@@ -283,7 +283,7 @@
}
# order samples as in counts matrix
factordata <- factordata[match(colnames(counts), factordata[, 1]), ]
- factors <- factordata[, -1, drop = FALSE]
+ factors <- data.frame(sapply(factordata[, -1, drop = FALSE], make.names))
} else {
factors <- unlist(strsplit(opt$factInput, "|", fixed = TRUE))
factordata <- list()
diff -r 07cc368bf34f -r 838b481dc6f9 edger.xml
--- a/edger.xml Thu Sep 21 10:00:53 2023 +0000
+++ b/edger.xml Wed Sep 27 19:52:53 2023 +0000
@@ -4,7 +4,7 @@
3.36.0
- 1
+ 2
topic_3308