Skip to content

Commit f0143cf

Browse files
committed
improve message
1 parent 5019cde commit f0143cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/LFQData.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ LFQData <- R6::R6Class(
128128
#' remove proteins with less than X peptides
129129
#' @return self
130130
filter_proteins_by_peptide_count = function(){
131-
message("removing proteins with less than",
131+
message("removing proteins with less than: ",
132132
self$config$parameter$min_peptides_protein,
133133
" peptpides")
134134
self$data <- prolfqua::filter_proteins_by_peptide_count(self$data, self$config)$data

0 commit comments

Comments
 (0)