diff MaxQuantProcessingScript.R @ 3:dda27b9273a8 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mqppep commit 3dcf0d08f006b888061ff83eadc65e550d751869
author galaxyp
date Tue, 31 Jan 2023 22:27:14 +0000
parents 08678c931f5d
children 514afed1f40d
line wrap: on
line diff
--- a/MaxQuantProcessingScript.R	Mon Dec 12 22:01:09 2022 +0000
+++ b/MaxQuantProcessingScript.R	Tue Jan 31 22:27:14 2023 +0000
@@ -73,7 +73,9 @@
 }
 
 # Generate phosphopeptide and build list when applied
+# nolint start: squash un-actionable cyclomatic_complexity warning
 phosphopeptide_func <- function(df) {
+# nolint end
   # generate peptide sequence and list of phosphopositions
   phosphoprobsequence <-
     strsplit(as.character(df["Phospho (STY) Score diffs"]), "")[[1]]