Repository 'edger'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/edger

Changeset 13:0cb907a2a810 (2023-09-27)
Previous changeset 12:a8305cf0c951 (2023-09-21) Next changeset 14:070900306913 (2023-10-11)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edger commit 95a36f5b0bd139f161d131b4c2c9c36940e749c6
modified:
edger.R
edger.xml
b
diff -r a8305cf0c951 -r 0cb907a2a810 edger.R
--- a/edger.R Thu Sep 21 10:01:55 2023 +0000
+++ b/edger.R Wed Sep 27 19:53:04 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()
b
diff -r a8305cf0c951 -r 0cb907a2a810 edger.xml
--- a/edger.xml Thu Sep 21 10:01:55 2023 +0000
+++ b/edger.xml Wed Sep 27 19:53:04 2023 +0000
b
@@ -4,7 +4,7 @@
     </description>
     <macros>
         <token name="@TOOL_VERSION@">3.36.0</token>
-        <token name="@VERSION_SUFFIX@">1</token>
+        <token name="@VERSION_SUFFIX@">2</token>
     </macros>
     <edam_topics>
         <edam_topic>topic_3308</edam_topic>