# HG changeset patch # User proteore # Date 1537538882 14400 # Node ID 3e138d54c105ab6dafc60353d7ae242ada824161 # Parent 6afe8166a9a403837b7de073ec38c02d17955870 planemo upload commit 4e898239997b7ef266b1d0ce0a4c7cdec31b4ecd-dirty diff -r 6afe8166a9a4 -r 3e138d54c105 goprofiles.R --- 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))] }