Mercurial > repos > proteore > proteore_maps_visualization
diff kegg_maps_visualization.R @ 5:f4e02d20546b draft
planemo upload commit c6b2e31fccac66c2caa687b375cbf9947f7ba88e-dirty
| author | proteore |
|---|---|
| date | Tue, 14 May 2019 09:28:50 -0400 |
| parents | 4cc2265d1294 |
| children | ab697ebe0f41 |
line wrap: on
line diff
--- a/kegg_maps_visualization.R Thu Jan 31 05:19:10 2019 -0500 +++ b/kegg_maps_visualization.R Tue May 14 09:28:50 2019 -0400 @@ -75,6 +75,7 @@ } get_list_from_cp <-function(list){ + list = gsub(";","\t",list) list = gsub(",","\t",list) list = strsplit(list, "[ \t\n]+")[[1]] list = list[list != ""] #remove empty entry
