diff add_protein_features.R @ 14:564e620ba3cb draft

planemo upload commit e8aae7c385ce83f4ae7494d53b1c0190e3ef6f9a-dirty
author proteore
date Tue, 14 May 2019 09:43:07 -0400
parents aca66c3b8fbb
children bdbc7620e804
line wrap: on
line diff
--- a/add_protein_features.R	Fri May 10 08:28:58 2019 -0400
+++ b/add_protein_features.R	Tue May 14 09:43:07 2019 -0400
@@ -20,6 +20,7 @@
 }
 
 get_list_from_cp <-function(list){
+  list = gsub(";","\t",list)
   list = strsplit(list, "[ \t\n]+")[[1]]
   list = gsub("NA","",list)
   list = list[list != ""]    #remove empty entry