Previous changeset 6:6afe8166a9a4 (2018-09-21) Next changeset 8:386145573c19 (2018-12-18) |
Commit message:
planemo upload commit 4e898239997b7ef266b1d0ce0a4c7cdec31b4ecd-dirty |
modified:
goprofiles.R |
b |
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))] } |