# HG changeset patch # User galaxyp # Date 1676673488 0 # Node ID 37203e501ea6e14108b4f880d2e5576cf25e7a80 # Parent 17e7a50939b37086135a8adde2d379611759b8c4 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mqppep commit aa5f4a19e76ec636812865293b8ee9b196122121 diff -r 17e7a50939b3 -r 37203e501ea6 MaxQuantProcessingScript.R --- a/MaxQuantProcessingScript.R Tue Feb 14 17:36:58 2023 +0000 +++ b/MaxQuantProcessingScript.R Fri Feb 17 22:38:08 2023 +0000 @@ -368,6 +368,8 @@ local_prob_cutoff <- args$localProbCutoff enriched <- args$enriched collapse_fn <- args$collapse_func +if (collapse_fn == "average") + collapse_fn <- "mean" ### EXTRACT PARAMETERS from arguments end ------------------------------------ diff -r 17e7a50939b3 -r 37203e501ea6 macros.xml --- a/macros.xml Tue Feb 14 17:36:58 2023 +0000 +++ b/macros.xml Fri Feb 17 22:38:08 2023 +0000 @@ -1,5 +1,5 @@ - 0.1.18 + 0.1.19 0 @@ -22,6 +22,10 @@ r-optparse r-reshape2 r-rmarkdown + r-sessioninfo r-sqldf r-stringr diff -r 17e7a50939b3 -r 37203e501ea6 mqppep_preproc.xml --- a/mqppep_preproc.xml Tue Feb 14 17:36:58 2023 +0000 +++ b/mqppep_preproc.xml Fri Feb 17 22:38:08 2023 +0000 @@ -35,7 +35,7 @@ --startCol '$startcol_script' --intervalCol $intervalCol --localProbCutoff $localProbCutoff - --collapse_func $collapse_func + --collapse_func $merge_function -o '$phosphoPepIntensities' --locProbCutoffGraph $locProbCutoffGraph --enrichGraph $enrichGraph @@ -121,22 +121,17 @@ - - + - - - - @@ -187,7 +182,6 @@ - @@ -252,7 +246,6 @@ - @@ -355,7 +348,7 @@ Minimum localization probability; see above. Intensity merge-function - Specifies how intensities for identical phosphosites should be merged; see above. + Specifies how intensities for identical phosphosites should be merged. Choosing "sum" means that relative intensities reflect number of phospho-*residues*; choosing "average" means that relative intensities reflect number of phospho-*peptides*. Output datasets ===============