# HG changeset patch
# User proteore
# Date 1521557206 14400
# Node ID c9943f86741353236b8a609fe29a1936b51526bf
# Parent 71214d6034e7133f0ff1a91d11e5ff481b1e3b84
planemo upload commit 6b011549498a096af60a494bc39c1a2078580a5a-dirty
diff -r 71214d6034e7 -r c9943f867413 add_expression_HPA.R
--- a/add_expression_HPA.R Mon Mar 19 10:09:01 2018 -0400
+++ b/add_expression_HPA.R Tue Mar 20 10:46:46 2018 -0400
@@ -65,7 +65,7 @@
inputtype = args$inputtype
if (inputtype == "copypaste") {
- input = strsplit(args$input, " ")[[1]]
+ input = strsplit(args$input, "[ \t\n]+")[[1]]
}
else if (inputtype == "tabfile") {
filename = args$input
diff -r 71214d6034e7 -r c9943f867413 expression_rnaseq_abbased.xml
--- a/expression_rnaseq_abbased.xml Mon Mar 19 10:09:01 2018 -0400
+++ b/expression_rnaseq_abbased.xml Tue Mar 20 10:46:46 2018 -0400
@@ -30,7 +30,16 @@
-
+
+
+
+
+
+
+
+
+
+