Skip to content

Commit

Permalink
correction to console output
Browse files Browse the repository at this point in the history
  • Loading branch information
jasenfinch committed Feb 5, 2021
1 parent 159f4b6 commit effa43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/spectralBinning-method.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ setMethod("spectralBinning",
}) %>%
bind_rows()

if (isTRUE(verbose)) message('Calculating bin measures')
if (isTRUE(verbose)) message('Calculating bin metrics')
bin_measures <- calcBinMeasures(pks,
cls)

Expand Down

0 comments on commit effa43b

Please sign in to comment.