diff GO_prof_comp.R @ 2:67a4f68f1c1c draft

planemo upload commit 12b0b3e18cd7af9a8588906fa2ec199b9d2a770f-dirty
author proteore
date Fri, 01 Mar 2019 07:18:52 -0500
parents a0ea9e00bd66
children e337dcfb84e4
line wrap: on
line diff
--- a/GO_prof_comp.R	Thu Feb 28 08:44:06 2019 -0500
+++ b/GO_prof_comp.R	Fri Mar 01 07:18:52 2019 -0500
@@ -69,7 +69,7 @@
       ids=csv[,ncol]
     }
 
-    ids = unlist(strsplit(ids,";"))
+    ids = unlist(strsplit(as.character(ids),";"))
     ids = ids[which(!is.na(ids))]
 
     return(ids)