# HG changeset patch # User proteore # Date 1538659539 14400 # Node ID 6dafa28110f5cb7edb0b59f198506a49bcc40f7a # Parent d72690c9d9288e9eaaddb9652ae9236a5d7e8af2 planemo upload commit f9fa23f3f9cefa5c4a3dc06686add83a23c17ad0-dirty diff -r d72690c9d928 -r 6dafa28110f5 GO-enrich.R --- a/GO-enrich.R Wed Oct 03 04:19:18 2018 -0400 +++ b/GO-enrich.R Thu Oct 04 09:25:39 2018 -0400 @@ -182,7 +182,7 @@ # Get file content file = readfile(filename, header) # Extract Protein IDs list - input = sapply(as.character(file[,ncol]),function(x) rapply(strsplit(x,";"),c),USE.NAMES = FALSE) + input = unlist(sapply(as.character(file[,ncol]),function(x) rapply(strsplit(x,";"),c),USE.NAMES = FALSE)) } id_type = args$id_type ## Get input gene list from input IDs diff -r d72690c9d928 -r 6dafa28110f5 cluster_profiler.xml --- a/cluster_profiler.xml Wed Oct 03 04:19:18 2018 -0400 +++ b/cluster_profiler.xml Thu Oct 04 09:25:39 2018 -0400 @@ -1,4 +1,4 @@ - + GO terms classification and enrichment analysis @@ -53,7 +53,7 @@ --go_enrich="false" #end if - --plot="$plot" + --plot="$ego.plot" --onto_opt="$ontology" > $log ]]> @@ -147,6 +147,10 @@ + + + + @@ -157,11 +161,6 @@ - - - - -