Skip to content

Commit

Permalink
alterations to console messages
Browse files Browse the repository at this point in the history
  • Loading branch information
jasenfinch committed Mar 5, 2021
1 parent 6c563a1 commit f63ae38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/spectralBinning-method.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setMethod("spectralBinning",
if (isTRUE(verbose)) message('Reading raw data')
pks <- getPeaks(files,scans(x))

if (isTRUE(verbose)) message('Calculating bins')
if (isTRUE(verbose)) message('Gathering bins')
bin_list <- calcBinList(pks)

if (isTRUE(verbose)) message('Removing single scan events')
Expand Down Expand Up @@ -96,6 +96,7 @@ setMethod("spectralBinning",
select(-fileName,-polarity)
})

if (isTRUE(verbose)) message('Gathering file headers')
headers <- getHeaders(files)

binnedData(x) <- binned_data
Expand Down

0 comments on commit f63ae38

Please sign in to comment.