# HG changeset patch # User galaxyp # Date 1615557768 0 # Node ID 5909bdc01143be421783f5f1e6e924ac534ac271 # Parent adce265c7051e7afffa2bbd0d0ed195adeb5842c "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstatstmt commit 6bd1ff7b41dcc9d66523ac005700f9a1ae434afa" diff -r adce265c7051 -r 5909bdc01143 msstatstmt.xml --- a/msstatstmt.xml Sat Feb 27 10:53:56 2021 +0000 +++ b/msstatstmt.xml Fri Mar 12 14:02:48 2021 +0000 @@ -99,7 +99,11 @@ width = $out_plots_opt.width, height = $out_plots_opt.height, #if $out_plots_opt.which_Protein.select != 'list' + #if $out_plots_opt.which_Protein.select == "allonly" and $plot_type == "ProfilePlot" + which.Protein = "all", + #else which.Protein = "$out_plots_opt.which_Protein.select", + #end if #else which.Protein = unlist(read.table("$out_plots_opt.which_Protein.protein_list", sep = "\n", header = FALSE), use.names = FALSE), #end if @@ -186,13 +190,13 @@ - + - + @@ -509,6 +513,19 @@ + + + + + + + + + + + + +