# HG changeset patch # User proteore # Date 1551256756 18000 # Node ID 2f67202ffdb333a10f26e26d489081afe5800abe # Parent b292558640394408d74bff5494c38ec41c6487d3 planemo upload commit 6ca074d75447a272b570f7709ed10d0c8356bec5-dirty diff -r b29255864039 -r 2f67202ffdb3 GO-enrich.R --- a/GO-enrich.R Fri Dec 21 04:12:32 2018 -0500 +++ b/GO-enrich.R Wed Feb 27 03:39:16 2019 -0500 @@ -156,9 +156,12 @@ #save(args,file="/home/dchristiany/proteore_project/ProteoRE/tools/cluster_profiler/args.Rda") #load("/home/dchristiany/proteore_project/ProteoRE/tools/cluster_profiler/args.Rda") - plot = unlist(strsplit(args$plot,",")) + go_represent=str2bool(args$go_represent) go_enrich=str2bool(args$go_enrich) + if (go_enrich){ + plot = unlist(strsplit(args$plot,",")) + } suppressMessages(library(args$species, character.only = TRUE, quietly = TRUE)) diff -r b29255864039 -r 2f67202ffdb3 cluster_profiler.xml --- a/cluster_profiler.xml Fri Dec 21 04:12:32 2018 -0500 +++ b/cluster_profiler.xml Wed Feb 27 03:39:16 2019 -0500 @@ -1,4 +1,4 @@ - + (Human, Mouse, Rat)[clusterProfiler] R @@ -32,6 +32,7 @@ #end if #if $ego.go_enrich == "true" + --plot="$ego.plot" --go_enrich="true" --pval_cutoff="$ego.pval" --qval_cutoff="$ego.qval" @@ -51,7 +52,6 @@ --go_enrich="false" #end if - --plot="$ego.plot" --onto_opt="$ontology" > $log ]]> @@ -75,7 +75,9 @@ - + + [c]{0,1}[0-9]+ + @@ -135,7 +137,9 @@ - + + [c]{0,1}[0-9]+ +