Mercurial > repos > proteore > proteore_prot_features_mouse
diff add_protein_features_mouse.R @ 2:1dea4e5f638f draft default tip
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
author | proteore |
---|---|
date | Fri, 28 Jun 2019 05:05:58 -0400 |
parents | f10816a9dd0b |
children |
line wrap: on
line diff
--- a/add_protein_features_mouse.R Mon Mar 04 05:12:46 2019 -0500 +++ b/add_protein_features_mouse.R Fri Jun 28 05:05:58 2019 -0400 @@ -11,6 +11,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