Mercurial > repos > proteore > proteore_expression_rnaseq_abbased
diff add_expression_HPA.R @ 7:c9943f867413 draft
planemo upload commit 6b011549498a096af60a494bc39c1a2078580a5a-dirty
author | proteore |
---|---|
date | Tue, 20 Mar 2018 10:46:46 -0400 |
parents | 71214d6034e7 |
children | 5c260bd3552e |
line wrap: on
line diff
--- 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