changeset 7:3e138d54c105 draft

planemo upload commit 4e898239997b7ef266b1d0ce0a4c7cdec31b4ecd-dirty
author proteore
date Fri, 21 Sep 2018 10:08:02 -0400
parents 6afe8166a9a4
children 386145573c19
files goprofiles.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/goprofiles.R	Fri Sep 21 09:23:38 2018 -0400
+++ b/goprofiles.R	Fri Sep 21 10:08:02 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))]
   }