changeset 4:45bb9ff6fa0d draft

planemo upload commit 4e898239997b7ef266b1d0ce0a4c7cdec31b4ecd-dirty
author proteore
date Fri, 21 Sep 2018 09:47:17 -0400
parents 918cf0e1388a
children c845ebb36e7a
files goprofiles.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/goprofiles.R	Fri Sep 21 09:06:29 2018 -0400
+++ b/goprofiles.R	Fri Sep 21 09:47:17 2018 -0400
@@ -216,7 +216,7 @@
     # Get file content
     file = readfile(filename, header)
     # Extract Protein IDs list
-    input = unlist(strsplit(file[,ncol],";"))
+    input = unlist(strsplit(as.character(file[,ncol]),";"))
     input = input [which(!is.na(input))]
   }