diff MaxQuantProcessingScript.R @ 3:bae3a23461c9 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:00 +0000
parents b76c75521d91
children b889e05ce77d
line wrap: on
line diff
--- a/MaxQuantProcessingScript.R	Mon Dec 12 22:01:21 2022 +0000
+++ b/MaxQuantProcessingScript.R	Tue Jan 31 22:27:00 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]]