Mercurial > repos > proteore > proteore_prot_features
diff add_protein_features.R @ 16:7caa90759aba draft
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
| author | proteore |
|---|---|
| date | Fri, 28 Jun 2019 05:05:25 -0400 |
| parents | 0116d444d21f |
| children | 0a9ae3d7dbf2 |
line wrap: on
line diff
--- a/add_protein_features.R Mon May 06 06:08:26 2019 -0400 +++ b/add_protein_features.R Fri Jun 28 05:05:25 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
