Mercurial > repos > proteore > proteore_maps_visualization
diff kegg_maps_visualization.R @ 3:dfceadc0b703 draft
planemo upload commit 4ba1ebe7b3f5e3fabf78b5fed7ed0b92e2cbf9e5-dirty
author | proteore |
---|---|
date | Fri, 28 Jun 2019 05:16:30 -0400 |
parents | 6f389729a30b |
children | 8e611bdc96ec |
line wrap: on
line diff
--- a/kegg_maps_visualization.R Tue Mar 05 08:32:29 2019 -0500 +++ b/kegg_maps_visualization.R Fri Jun 28 05:16:30 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