diff MaxQuantProcessingScript.R @ 32:f61fa0dd6b06 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mqppep commit f77498b7b7ec81809c005d1caad6f2bcd2523821
author eschen42
date Tue, 14 Feb 2023 15:20:42 +0000
parents 5b8e15b2a67c
children 23a08db943f6
line wrap: on
line diff
--- a/MaxQuantProcessingScript.R	Fri Dec 09 21:05:54 2022 +0000
+++ b/MaxQuantProcessingScript.R	Tue Feb 14 15:20:42 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]]