Back to Multiple platform build/check report for BioC 3.13
ABCDEFGHIJKLMNOPQR[S]TUVWXYZ

This page was generated on 2021-10-15 15:06:51 -0400 (Fri, 15 Oct 2021).

CHECK results for sangeranalyseR on machv2

To the developers/maintainers of the sangeranalyseR package:
- Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/sangeranalyseR.git to
reflect on this report. See How and When does the builder pull? When will my changes propagate? here for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 1668/2041HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
sangeranalyseR 1.2.0  (landing page)
Kuan-Hao Chao
Snapshot Date: 2021-10-14 04:50:12 -0400 (Thu, 14 Oct 2021)
git_url: https://git.bioconductor.org/packages/sangeranalyseR
git_branch: RELEASE_3_13
git_last_commit: 1dc9873
git_last_commit_date: 2021-05-19 12:52:42 -0400 (Wed, 19 May 2021)
nebbiolo1Linux (Ubuntu 20.04.2 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
tokay2Windows Server 2012 R2 Standard / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
machv2macOS 10.14.6 Mojave / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: sangeranalyseR
Version: 1.2.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:sangeranalyseR.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings sangeranalyseR_1.2.0.tar.gz
StartedAt: 2021-10-14 23:32:00 -0400 (Thu, 14 Oct 2021)
EndedAt: 2021-10-14 23:38:45 -0400 (Thu, 14 Oct 2021)
EllapsedTime: 405.4 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: sangeranalyseR.Rcheck
Warnings: 4

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:sangeranalyseR.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings sangeranalyseR_1.2.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.13-bioc/meat/sangeranalyseR.Rcheck’
* using R version 4.1.1 (2021-08-10)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘sangeranalyseR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘sangeranalyseR’ version ‘1.2.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... NOTE
Depends: includes the non-default packages:
  'stringr', 'ape', 'Biostrings', 'DECIPHER', 'parallel', 'reshape2',
  'phangorn', 'sangerseqR', 'gridExtra', 'shiny', 'shinydashboard',
  'shinyjs', 'data.table', 'plotly', 'DT', 'zeallot', 'excelR',
  'shinycssloaders', 'ggdendro', 'shinyWidgets', 'openxlsx', 'tools',
  'rmarkdown', 'kableExtra', 'seqinr', 'BiocStyle', 'logger'
Adding so many packages to the search path is excessive and importing
selectively is preferable.
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
  .git_fetch_output.txt
  .git_merge_output.txt
  .travis.yml
  docs/build/html/.buildinfo
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... WARNING
Found the following file with a non-portable file name:
  docs/wallpaperflare.com_wallpaper (1).jpg
These are not fully portable file names.
See section ‘Package structure’ in the ‘Writing R Extensions’ manual.
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘sangeranalyseR’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  7.1Mb
  sub-directories of 1Mb or more:
    extdata   5.4Mb
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... OK
* checking top-level files ... NOTE
File
  LICENSE
is not mentioned in the DESCRIPTION file.
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... WARNING
Found the following files with non-ASCII characters:
  ClassSangerAlignment.R
  ClassSangerContig.R
  ClassSangerRead.R
Portable packages must use only ASCII characters in their R code,
except perhaps in comments.
Use \uxxxx escapes for other characters.
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
Packages in Depends field not imported from:
  ‘BiocStyle’ ‘phangorn’ ‘reshape2’ ‘zeallot’
  These packages need to be imported from (in the NAMESPACE file)
  for when this namespace is loaded but not attached.
package 'methods' is used but not declared
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
SangerAlignment: no visible global function definition for ‘new’
SangerAlignmentServer: no visible binding for '<<-' assignment to
  ‘NEW_SANGER_ALIGNED_CONSENSUS_READ_SET’
SangerAlignmentServer: no visible global function definition for
  ‘colorRamp’
SangerContig: no visible global function definition for ‘new’
SangerContigServer: no visible binding for '<<-' assignment to
  ‘NEW_SANGER_CONTIG’
SangerContigServer: no visible global function definition for
  ‘colorRamp’
SangerRead: no visible global function definition for ‘new’
alignContigs: no visible global function definition for ‘as.phylo’
alignContigs: no visible global function definition for ‘rtree’
checkAb1FastaCsv: no visible global function definition for ‘read.csv’
chromatogram_overwrite: no visible global function definition for ‘rgb’
chromatogram_overwrite: no visible global function definition for ‘par’
chromatogram_overwrite: no visible global function definition for
  ‘quantile’
chromatogram_overwrite: no visible global function definition for ‘IQR’
chromatogram_overwrite: no visible global function definition for ‘pdf’
chromatogram_overwrite: no visible global function definition for
  ‘rect’
chromatogram_overwrite: no visible global function definition for
  ‘lines’
chromatogram_overwrite: no visible global function definition for
  ‘mtext’
chromatogram_overwrite: no visible global function definition for
  ‘axis’
chromatogram_overwrite: no visible global function definition for
  ‘dev.off’
primarySeqDisplay: no visible global function definition for ‘rgb’
primarySeqTrimmedDisplay: no visible global function definition for
  ‘rgb’
secondSeqTrimmedDisplay: no visible global function definition for
  ‘rgb’
secondarySeqDisplay: no visible global function definition for ‘rgb’
initialize,ChromatogramParam: no visible global function definition for
  ‘callNextMethod’
initialize,QualityReport: no visible global function definition for
  ‘callNextMethod’
initialize,SangerAlignment: no visible global function definition for
  ‘str_split’
initialize,SangerAlignment : <anonymous>: no visible global function
  definition for ‘new’
initialize,SangerAlignment: no visible global function definition for
  ‘read.csv’
initialize,SangerAlignment: no visible global function definition for
  ‘callNextMethod’
initialize,SangerContig: no visible global function definition for
  ‘read.csv’
initialize,SangerContig : <anonymous>: no visible global function
  definition for ‘new’
initialize,SangerContig: no visible global function definition for
  ‘callNextMethod’
initialize,SangerRead: no visible global function definition for ‘new’
initialize,SangerRead: no visible global function definition for
  ‘isEmpty’
initialize,SangerRead: no visible global function definition for
  ‘callNextMethod’
launchAppSA,SangerAlignment: no visible global function definition for
  ‘shinyOptions’
launchAppSA,SangerAlignment: no visible global function definition for
  ‘shinyApp’
launchAppSC,SangerContig: no visible global function definition for
  ‘shinyOptions’
launchAppSC,SangerContig: no visible global function definition for
  ‘shinyApp’
Undefined global functions or variables:
  IQR as.phylo axis callNextMethod colorRamp dev.off isEmpty lines
  mtext new par pdf quantile read.csv rect rgb rtree shinyApp
  shinyOptions str_split
Consider adding
  importFrom("grDevices", "colorRamp", "dev.off", "pdf", "rgb")
  importFrom("graphics", "axis", "lines", "mtext", "par", "rect")
  importFrom("methods", "callNextMethod", "new")
  importFrom("stats", "IQR", "quantile")
  importFrom("utils", "read.csv")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented S4 methods:
  generic 'readTable' and siglist 'SangerContig'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'SangerAlignment-class-generateReportSA':
\S4method{generateReportSA}{SangerAlignment}
  Code: function(object, outputDir, includeSangerContig = TRUE,
                 includeSangerRead = TRUE, colors)
  Docs: function(object, outputDir, includeSangerContig = TRUE,
                 includeSangerRead = TRUE)
  Argument names in code not in docs:
    colors

Codoc mismatches from documentation object 'SangerAlignment-class-launchAppSA':
\S4method{launchAppSA}{SangerAlignment}
  Code: function(object, outputDir = NULL, colors = "default")
  Docs: function(object, outputDir = NULL)
  Argument names in code not in docs:
    colors

Codoc mismatches from documentation object 'SangerContig-class-generateReportSC':
\S4method{generateReportSC}{SangerContig}
  Code: function(object, outputDir, includeSangerRead = TRUE, colors,
                 navigationAlignmentFN = NULL)
  Docs: function(object, outputDir, includeSangerRead = TRUE,
                 navigationAlignmentFN = NULL)
  Argument names in code not in docs:
    colors
  Mismatches in argument names:
    Position: 4 Code: colors Docs: navigationAlignmentFN

Codoc mismatches from documentation object 'SangerContig-class-launchAppSC':
\S4method{launchAppSC}{SangerContig}
  Code: function(object, outputDir = NULL, colors = "default")
  Docs: function(object, outputDir = NULL)
  Argument names in code not in docs:
    colors

Codoc mismatches from documentation object 'SangerRead-class-generateReportSR':
\S4method{generateReportSR}{SangerRead}
  Code: function(object, outputDir, colors, navigationContigFN = NULL,
                 navigationAlignmentFN = NULL)
  Docs: function(object, outputDir, navigationContigFN = NULL,
                 navigationAlignmentFN = NULL)
  Argument names in code not in docs:
    colors
  Mismatches in argument names:
    Position: 3 Code: colors Docs: navigationContigFN
    Position: 4 Code: navigationContigFN Docs: navigationAlignmentFN

Codoc mismatches from documentation object 'generateReport':
generateReport
  Code: function(object, outputDir = NULL, includeSangerContig = TRUE,
                 includeSangerRead = TRUE, colors = "default", ...)
  Docs: function(object, outputDir = NULL, includeSangerContig = TRUE,
                 includeSangerRead = TRUE, ...)
  Argument names in code not in docs:
    colors
  Mismatches in argument names:
    Position: 5 Code: colors Docs: ...

Codoc mismatches from documentation object 'generateReportSA':
generateReportSA
  Code: function(object, outputDir = NULL, includeSangerContig = TRUE,
                 includeSangerRead = TRUE, colors = "default", ...)
  Docs: function(object, outputDir = NULL, includeSangerContig = TRUE,
                 includeSangerRead = TRUE, ...)
  Argument names in code not in docs:
    colors
  Mismatches in argument names:
    Position: 5 Code: colors Docs: ...

Codoc mismatches from documentation object 'generateReportSC':
generateReportSC
  Code: function(object, outputDir = NULL, includeSangerRead = TRUE,
                 colors = "default", ...)
  Docs: function(object, outputDir = NULL, includeSangerRead = TRUE,
                 ...)
  Argument names in code not in docs:
    colors
  Mismatches in argument names:
    Position: 4 Code: colors Docs: ...

Codoc mismatches from documentation object 'generateReportSR':
generateReportSR
  Code: function(object, outputDir = NULL, colors = "default", ...)
  Docs: function(object, outputDir = NULL, ...)
  Argument names in code not in docs:
    colors
  Mismatches in argument names:
    Position: 3 Code: colors Docs: ...

Codoc mismatches from documentation object 'launchApp':
launchApp
  Code: function(object, outputDir = NULL, colors = "default")
  Docs: function(object, outputDir = NULL)
  Argument names in code not in docs:
    colors

Codoc mismatches from documentation object 'launchAppSA':
launchAppSA
  Code: function(object, outputDir = NULL, colors = "default")
  Docs: function(object, outputDir = NULL)
  Argument names in code not in docs:
    colors

Codoc mismatches from documentation object 'launchAppSC':
launchAppSC
  Code: function(object, outputDir = NULL, colors = "default")
  Docs: function(object, outputDir = NULL)
  Argument names in code not in docs:
    colors

* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in Makefiles ... OK
* checking for GNU extensions in Makefiles ... OK
* checking include directives in Makefiles ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
                        user system elapsed
SangerAlignment-class 57.137  0.929  58.152
SangerAlignment       14.321  0.213  14.577
SangerContig-class    12.212  0.218  12.443
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 4 WARNINGs, 6 NOTEs
See
  ‘/Users/biocbuild/bbs-3.13-bioc/meat/sangeranalyseR.Rcheck/00check.log’
for details.



Installation output

sangeranalyseR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL sangeranalyseR
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.1/Resources/library’
* installing *source* package ‘sangeranalyseR’ ...
** using staged installation
** R
** data
** inst
** byte-compile and prepare package for lazy loading
Note: wrong number of arguments to '==' 
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (sangeranalyseR)

Tests output

sangeranalyseR.Rcheck/tests/testthat.Rout


R version 4.1.1 (2021-08-10) -- "Kick Things"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(testthat)
> library(sangeranalyseR)
Loading required package: stringr
Loading required package: ape
Loading required package: Biostrings
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, basename, cbind, colnames, dirname, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, mapply, match, mget, order, paste, pmax, pmax.int, pmin,
    pmin.int, rank, rbind, rownames, sapply, setdiff, sort, table,
    tapply, union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors
Loading required package: stats4

Attaching package: 'S4Vectors'

The following objects are masked from 'package:base':

    I, expand.grid, unname

Loading required package: IRanges
Loading required package: XVector
Loading required package: GenomeInfoDb

Attaching package: 'Biostrings'

The following object is masked from 'package:ape':

    complement

The following object is masked from 'package:base':

    strsplit

Loading required package: DECIPHER
Loading required package: RSQLite
Loading required package: reshape2
Loading required package: phangorn
Loading required package: sangerseqR
Loading required package: gridExtra

Attaching package: 'gridExtra'

The following object is masked from 'package:BiocGenerics':

    combine

Loading required package: shiny
Loading required package: shinydashboard

Attaching package: 'shinydashboard'

The following object is masked from 'package:graphics':

    box

Loading required package: shinyjs

Attaching package: 'shinyjs'

The following object is masked from 'package:shiny':

    runExample

The following object is masked from 'package:RSQLite':

    show

The following object is masked from 'package:Biostrings':

    show

The following object is masked from 'package:GenomeInfoDb':

    show

The following object is masked from 'package:XVector':

    show

The following object is masked from 'package:IRanges':

    show

The following object is masked from 'package:S4Vectors':

    show

The following object is masked from 'package:stats4':

    show

The following objects are masked from 'package:methods':

    removeClass, show

Loading required package: data.table

Attaching package: 'data.table'

The following objects are masked from 'package:reshape2':

    dcast, melt

The following object is masked from 'package:IRanges':

    shift

The following objects are masked from 'package:S4Vectors':

    first, second

Loading required package: plotly
Loading required package: ggplot2

Attaching package: 'plotly'

The following object is masked from 'package:ggplot2':

    last_plot

The following object is masked from 'package:XVector':

    slice

The following object is masked from 'package:IRanges':

    slice

The following object is masked from 'package:S4Vectors':

    rename

The following object is masked from 'package:stats':

    filter

The following object is masked from 'package:graphics':

    layout

Loading required package: DT

Attaching package: 'DT'

The following objects are masked from 'package:shiny':

    dataTableOutput, renderDataTable

Loading required package: zeallot
Loading required package: excelR
Loading required package: shinycssloaders
Loading required package: ggdendro
Loading required package: shinyWidgets

Attaching package: 'shinyWidgets'

The following object is masked from 'package:shinyjs':

    alert

Loading required package: openxlsx
Loading required package: tools
Loading required package: rmarkdown
Loading required package: kableExtra
Loading required package: seqinr

Attaching package: 'seqinr'

The following object is masked from 'package:shiny':

    a

The following object is masked from 'package:sangerseqR':

    read.abif

The following object is masked from 'package:Biostrings':

    translate

The following objects are masked from 'package:ape':

    as.alignment, consensus

Loading required package: BiocStyle

Attaching package: 'BiocStyle'

The following objects are masked from 'package:rmarkdown':

    html_document, md_document, pdf_document

The following object is masked from 'package:shiny':

    markdown

Loading required package: logger
Welcome to sangeranalyseR
> 
> 
> test_check("sangeranalyseR")
INFO [2021-10-14 23:37:14] *************************************************
INFO [2021-10-14 23:37:14] **** Start creating SangerAlignment instance ****
INFO [2021-10-14 23:37:14] *************************************************
INFO [2021-10-14 23:37:14] **** You are using Regex Method to group AB1 files!
INFO [2021-10-14 23:37:14] ******** Contig Name: Achl_ACHLO006-09
INFO [2021-10-14 23:37:14] **** You are using Regular Expression Method to group AB1 files!
INFO [2021-10-14 23:37:14] Forward Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:14]     * Creating Forward Read raw abif ...
INFO [2021-10-14 23:37:14]     * Creating Forward Read raw sangerseq ...
INFO [2021-10-14 23:37:14]           * Making basecall !!
INFO [2021-10-14 23:37:15]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:16] ********************************************************
SUCCESS [2021-10-14 23:37:16] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:16] ********************************************************
SUCCESS [2021-10-14 23:37:16]   * >> One 'Forward Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:16]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:16]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:16] Reverse Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:16]     * Creating Reverse Read raw abif ...
INFO [2021-10-14 23:37:16]     * Creating Reverse Read raw sangerseq ...
INFO [2021-10-14 23:37:16]           * Making basecall !!
INFO [2021-10-14 23:37:16]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:17] ********************************************************
SUCCESS [2021-10-14 23:37:17] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:17] ********************************************************
SUCCESS [2021-10-14 23:37:17]   * >> One 'Reverse Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:17]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:17]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:17] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.11 secs
SUCCESS [2021-10-14 23:37:19] **********************************************************
SUCCESS [2021-10-14 23:37:19] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:19] **********************************************************
SUCCESS [2021-10-14 23:37:19]   * >> 2 reads are created from ABIF file.
SUCCESS [2021-10-14 23:37:19]   * >> 1 reads assigned to 'forward reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:19]   * >> 1 reads assigned to 'reverse reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:19]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:19]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:19] ******** Contig Name: Achl_ACHLO007-09
INFO [2021-10-14 23:37:19] **** You are using Regular Expression Method to group AB1 files!
INFO [2021-10-14 23:37:19] Forward Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:19]     * Creating Forward Read raw abif ...
INFO [2021-10-14 23:37:19]     * Creating Forward Read raw sangerseq ...
INFO [2021-10-14 23:37:19]           * Making basecall !!
INFO [2021-10-14 23:37:19]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:20] ********************************************************
SUCCESS [2021-10-14 23:37:20] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:20] ********************************************************
SUCCESS [2021-10-14 23:37:20]   * >> One 'Forward Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:20]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:20]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:20] Reverse Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:20]     * Creating Reverse Read raw abif ...
INFO [2021-10-14 23:37:20]     * Creating Reverse Read raw sangerseq ...
INFO [2021-10-14 23:37:20]           * Making basecall !!
INFO [2021-10-14 23:37:21]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:21] ********************************************************
SUCCESS [2021-10-14 23:37:21] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:21] ********************************************************
SUCCESS [2021-10-14 23:37:21]   * >> One 'Reverse Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:21]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:21]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:21] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
SUCCESS [2021-10-14 23:37:23] **********************************************************
SUCCESS [2021-10-14 23:37:23] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:23] **********************************************************
SUCCESS [2021-10-14 23:37:23]   * >> 2 reads are created from ABIF file.
SUCCESS [2021-10-14 23:37:23]   * >> 1 reads assigned to 'forward reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:23]   * >> 1 reads assigned to 'reverse reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:23]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:23]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:23] ******** Contig Name: Achl_ACHLO040-09
INFO [2021-10-14 23:37:23] **** You are using Regular Expression Method to group AB1 files!
INFO [2021-10-14 23:37:23] Forward Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:23]     * Creating Forward Read raw abif ...
INFO [2021-10-14 23:37:23]     * Creating Forward Read raw sangerseq ...
INFO [2021-10-14 23:37:23]           * Making basecall !!
INFO [2021-10-14 23:37:23]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:24] ********************************************************
SUCCESS [2021-10-14 23:37:24] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:24] ********************************************************
SUCCESS [2021-10-14 23:37:24]   * >> One 'Forward Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:24]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:24]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:24] Reverse Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:24]     * Creating Reverse Read raw abif ...
INFO [2021-10-14 23:37:24]     * Creating Reverse Read raw sangerseq ...
INFO [2021-10-14 23:37:24]           * Making basecall !!
INFO [2021-10-14 23:37:24]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:24] ********************************************************
SUCCESS [2021-10-14 23:37:24] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:24] ********************************************************
SUCCESS [2021-10-14 23:37:24]   * >> One 'Reverse Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:24]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:24]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:24] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.07 secs
SUCCESS [2021-10-14 23:37:26] **********************************************************
SUCCESS [2021-10-14 23:37:26] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:26] **********************************************************
SUCCESS [2021-10-14 23:37:26]   * >> 2 reads are created from ABIF file.
SUCCESS [2021-10-14 23:37:26]   * >> 1 reads assigned to 'forward reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:26]   * >> 1 reads assigned to 'reverse reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:26]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:26]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:26] ******** Contig Name: Achl_ACHLO041-09
INFO [2021-10-14 23:37:26] **** You are using Regular Expression Method to group AB1 files!
INFO [2021-10-14 23:37:26] Forward Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:26]     * Creating Forward Read raw abif ...
INFO [2021-10-14 23:37:27]     * Creating Forward Read raw sangerseq ...
INFO [2021-10-14 23:37:27]           * Making basecall !!
INFO [2021-10-14 23:37:27]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:27] ********************************************************
SUCCESS [2021-10-14 23:37:27] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:27] ********************************************************
SUCCESS [2021-10-14 23:37:27]   * >> One 'Forward Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:27]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:27]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:27] Reverse Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:27]     * Creating Reverse Read raw abif ...
INFO [2021-10-14 23:37:27]     * Creating Reverse Read raw sangerseq ...
INFO [2021-10-14 23:37:27]           * Making basecall !!
INFO [2021-10-14 23:37:28]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:28] ********************************************************
SUCCESS [2021-10-14 23:37:28] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:28] ********************************************************
SUCCESS [2021-10-14 23:37:28]   * >> One 'Reverse Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:28]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:28]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:28] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
SUCCESS [2021-10-14 23:37:30] **********************************************************
SUCCESS [2021-10-14 23:37:30] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:30] **********************************************************
SUCCESS [2021-10-14 23:37:30]   * >> 2 reads are created from ABIF file.
SUCCESS [2021-10-14 23:37:30]   * >> 1 reads assigned to 'forward reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:30]   * >> 1 reads assigned to 'reverse reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:30]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:30]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:30] Aligning consensus reads ... 
SUCCESS [2021-10-14 23:37:31] *************************************************************
SUCCESS [2021-10-14 23:37:31] ******** 'SangerAlignment' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:31] *************************************************************
SUCCESS [2021-10-14 23:37:31]   * >> 4 contigs detected from 'regular expression'.
SUCCESS [2021-10-14 23:37:31]       * >> Contig 'Achl_ACHLO006-09':
SUCCESS [2021-10-14 23:37:31]           * >> 1 forward reads.
SUCCESS [2021-10-14 23:37:31]           * >> 1 reverse reads.
SUCCESS [2021-10-14 23:37:31]       * >> Contig 'Achl_ACHLO007-09':
SUCCESS [2021-10-14 23:37:31]           * >> 1 forward reads.
SUCCESS [2021-10-14 23:37:31]           * >> 1 reverse reads.
SUCCESS [2021-10-14 23:37:31]       * >> Contig 'Achl_ACHLO040-09':
SUCCESS [2021-10-14 23:37:31]           * >> 1 forward reads.
SUCCESS [2021-10-14 23:37:31]           * >> 1 reverse reads.
SUCCESS [2021-10-14 23:37:31]       * >> Contig 'Achl_ACHLO041-09':
SUCCESS [2021-10-14 23:37:31]           * >> 1 forward reads.
SUCCESS [2021-10-14 23:37:31]           * >> 1 reverse reads.
SUCCESS [2021-10-14 23:37:31]   * >> 8 reads created from ABIF file.
SUCCESS [2021-10-14 23:37:31]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:31]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:31] *************************************************
INFO [2021-10-14 23:37:31] **** Start creating SangerAlignment instance ****
INFO [2021-10-14 23:37:31] *************************************************
INFO [2021-10-14 23:37:31] **** You are using CSV Name Conversion Method to group reads in FASTA file (with CSV file)!
INFO [2021-10-14 23:37:31] ******** Contig Name: Achl_ACHLO006-09
INFO [2021-10-14 23:37:31] **** You are using CSV Name Conversion Method to group reads in FASTA file (with Csv file)!
INFO [2021-10-14 23:37:31] **** Your contig name is Achl_ACHLO006-09
INFO [2021-10-14 23:37:31] Forward Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:31] ********************************************************
SUCCESS [2021-10-14 23:37:31] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:31] ********************************************************
SUCCESS [2021-10-14 23:37:31]   * >> One 'Forward Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:31]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:31]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:31] Reverse Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:32] ********************************************************
SUCCESS [2021-10-14 23:37:32] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:32] ********************************************************
SUCCESS [2021-10-14 23:37:32]   * >> One 'Reverse Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:32]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:32]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:32] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.04 secs
SUCCESS [2021-10-14 23:37:34] **********************************************************
SUCCESS [2021-10-14 23:37:34] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:34] **********************************************************
SUCCESS [2021-10-14 23:37:34]   * >> 2 reads are created from FASTA file.
SUCCESS [2021-10-14 23:37:34]   * >> 1 reads assigned to 'forward reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:34]   * >> 1 reads assigned to 'reverse reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:34]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:34]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:34] ******** Contig Name: Achl_ACHLO007-09
INFO [2021-10-14 23:37:34] **** You are using CSV Name Conversion Method to group reads in FASTA file (with Csv file)!
INFO [2021-10-14 23:37:34] **** Your contig name is Achl_ACHLO007-09
INFO [2021-10-14 23:37:34] Forward Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:34] ********************************************************
SUCCESS [2021-10-14 23:37:34] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:34] ********************************************************
SUCCESS [2021-10-14 23:37:34]   * >> One 'Forward Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:34]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:34]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:34] Reverse Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:35] ********************************************************
SUCCESS [2021-10-14 23:37:35] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:35] ********************************************************
SUCCESS [2021-10-14 23:37:35]   * >> One 'Reverse Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:35]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:35]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:35] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.04 secs
SUCCESS [2021-10-14 23:37:36] **********************************************************
SUCCESS [2021-10-14 23:37:36] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:36] **********************************************************
SUCCESS [2021-10-14 23:37:36]   * >> 2 reads are created from FASTA file.
SUCCESS [2021-10-14 23:37:36]   * >> 1 reads assigned to 'forward reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:36]   * >> 1 reads assigned to 'reverse reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:36]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:36]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:36] ******** Contig Name: Achl_ACHLO040-09
INFO [2021-10-14 23:37:36] **** You are using CSV Name Conversion Method to group reads in FASTA file (with Csv file)!
INFO [2021-10-14 23:37:36] **** Your contig name is Achl_ACHLO040-09
INFO [2021-10-14 23:37:36] Forward Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:37] ********************************************************
SUCCESS [2021-10-14 23:37:37] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:37] ********************************************************
SUCCESS [2021-10-14 23:37:37]   * >> One 'Forward Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:37]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:37]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:37] Reverse Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:37] ********************************************************
SUCCESS [2021-10-14 23:37:37] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:37] ********************************************************
SUCCESS [2021-10-14 23:37:37]   * >> One 'Reverse Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:37]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:37]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:37] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.04 secs
SUCCESS [2021-10-14 23:37:39] **********************************************************
SUCCESS [2021-10-14 23:37:39] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:39] **********************************************************
SUCCESS [2021-10-14 23:37:39]   * >> 2 reads are created from FASTA file.
SUCCESS [2021-10-14 23:37:39]   * >> 1 reads assigned to 'forward reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:39]   * >> 1 reads assigned to 'reverse reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:39]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:39]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:39] ******** Contig Name: Achl_ACHLO041-09
INFO [2021-10-14 23:37:39] **** You are using CSV Name Conversion Method to group reads in FASTA file (with Csv file)!
INFO [2021-10-14 23:37:39] **** Your contig name is Achl_ACHLO041-09
INFO [2021-10-14 23:37:39] Forward Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:39] ********************************************************
SUCCESS [2021-10-14 23:37:39] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:39] ********************************************************
SUCCESS [2021-10-14 23:37:39]   * >> One 'Forward Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:39]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:39]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:39] Reverse Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:40] ********************************************************
SUCCESS [2021-10-14 23:37:40] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:40] ********************************************************
SUCCESS [2021-10-14 23:37:40]   * >> One 'Reverse Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:40]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:40]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:40] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
SUCCESS [2021-10-14 23:37:42] **********************************************************
SUCCESS [2021-10-14 23:37:42] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:42] **********************************************************
SUCCESS [2021-10-14 23:37:42]   * >> 2 reads are created from FASTA file.
SUCCESS [2021-10-14 23:37:42]   * >> 1 reads assigned to 'forward reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:42]   * >> 1 reads assigned to 'reverse reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:42]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:42]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:42] Aligning consensus reads ... 
SUCCESS [2021-10-14 23:37:43] *************************************************************
SUCCESS [2021-10-14 23:37:43] ******** 'SangerAlignment' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:43] *************************************************************
SUCCESS [2021-10-14 23:37:43]   * >> 4 contigs detected from 'csv file'.
SUCCESS [2021-10-14 23:37:43]       * >> Contig 'Achl_ACHLO006-09':
SUCCESS [2021-10-14 23:37:43]           * >> 1 forward reads.
SUCCESS [2021-10-14 23:37:43]           * >> 1 reverse reads.
SUCCESS [2021-10-14 23:37:43]       * >> Contig 'Achl_ACHLO007-09':
SUCCESS [2021-10-14 23:37:43]           * >> 1 forward reads.
SUCCESS [2021-10-14 23:37:43]           * >> 1 reverse reads.
SUCCESS [2021-10-14 23:37:43]       * >> Contig 'Achl_ACHLO040-09':
SUCCESS [2021-10-14 23:37:43]           * >> 1 forward reads.
SUCCESS [2021-10-14 23:37:43]           * >> 1 reverse reads.
SUCCESS [2021-10-14 23:37:43]       * >> Contig 'Achl_ACHLO041-09':
SUCCESS [2021-10-14 23:37:43]           * >> 1 forward reads.
SUCCESS [2021-10-14 23:37:43]           * >> 1 reverse reads.
SUCCESS [2021-10-14 23:37:43]   * >> 8 reads created from FASTA file.
SUCCESS [2021-10-14 23:37:43]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:43]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:43] ******** Contig Name: Achl_ACHLO006-09
INFO [2021-10-14 23:37:43] **** You are using Regular Expression Method to group AB1 files!
INFO [2021-10-14 23:37:43] Forward Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:43]     * Creating Forward Read raw abif ...
INFO [2021-10-14 23:37:43]     * Creating Forward Read raw sangerseq ...
INFO [2021-10-14 23:37:43]           * Making basecall !!
INFO [2021-10-14 23:37:43]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:44] ********************************************************
SUCCESS [2021-10-14 23:37:44] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:44] ********************************************************
SUCCESS [2021-10-14 23:37:44]   * >> One 'Forward Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:44]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:44]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:44] Reverse Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:44]     * Creating Reverse Read raw abif ...
INFO [2021-10-14 23:37:44]     * Creating Reverse Read raw sangerseq ...
INFO [2021-10-14 23:37:44]           * Making basecall !!
INFO [2021-10-14 23:37:44]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:44] ********************************************************
SUCCESS [2021-10-14 23:37:44] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:44] ********************************************************
SUCCESS [2021-10-14 23:37:44]   * >> One 'Reverse Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:44]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:44]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:44] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.04 secs
SUCCESS [2021-10-14 23:37:46] **********************************************************
SUCCESS [2021-10-14 23:37:46] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:46] **********************************************************
SUCCESS [2021-10-14 23:37:46]   * >> 2 reads are created from ABIF file.
SUCCESS [2021-10-14 23:37:46]   * >> 1 reads assigned to 'forward reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:46]   * >> 1 reads assigned to 'reverse reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:46]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:46]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:46] ******** Contig Name: Achl_RBNII384-13
INFO [2021-10-14 23:37:46] **** You are using Regular Expression Method to group AB1 files!
INFO [2021-10-14 23:37:46] Forward Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:46]     * Creating Forward Read raw abif ...
INFO [2021-10-14 23:37:46]     * Creating Forward Read raw sangerseq ...
INFO [2021-10-14 23:37:46]           * Making basecall !!
INFO [2021-10-14 23:37:47]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:47] ********************************************************
SUCCESS [2021-10-14 23:37:47] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:47] ********************************************************
SUCCESS [2021-10-14 23:37:47]   * >> One 'Forward Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:47]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:47]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:47] Reverse Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:47]     * Creating Reverse Read raw abif ...
INFO [2021-10-14 23:37:47]     * Creating Reverse Read raw sangerseq ...
INFO [2021-10-14 23:37:47]           * Making basecall !!
INFO [2021-10-14 23:37:47]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:48] ********************************************************
SUCCESS [2021-10-14 23:37:48] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:48] ********************************************************
SUCCESS [2021-10-14 23:37:48]   * >> One 'Reverse Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:48]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:48]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:48] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.04 secs
SUCCESS [2021-10-14 23:37:49] **********************************************************
SUCCESS [2021-10-14 23:37:49] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:49] **********************************************************
SUCCESS [2021-10-14 23:37:49]   * >> 2 reads are created from ABIF file.
SUCCESS [2021-10-14 23:37:49]   * >> 1 reads assigned to 'forward reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:49]   * >> 1 reads assigned to 'reverse reads' according to 'regular expression'.
SUCCESS [2021-10-14 23:37:49]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:49]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:49] ******** Contig Name: Achl_ACHLO006-09
INFO [2021-10-14 23:37:49] **** You are using CSV Name Conversion Method to group reads in FASTA file (with Csv file)!
INFO [2021-10-14 23:37:49] **** Your contig name is Achl_ACHLO006-09
INFO [2021-10-14 23:37:49] Forward Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:50] ********************************************************
SUCCESS [2021-10-14 23:37:50] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:50] ********************************************************
SUCCESS [2021-10-14 23:37:50]   * >> One 'Forward Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:50]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:50]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:50] Reverse Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:50] ********************************************************
SUCCESS [2021-10-14 23:37:50] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:50] ********************************************************
SUCCESS [2021-10-14 23:37:50]   * >> One 'Reverse Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:50]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:50]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:50] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
SUCCESS [2021-10-14 23:37:52] **********************************************************
SUCCESS [2021-10-14 23:37:52] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:52] **********************************************************
SUCCESS [2021-10-14 23:37:52]   * >> 2 reads are created from FASTA file.
SUCCESS [2021-10-14 23:37:52]   * >> 1 reads assigned to 'forward reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:52]   * >> 1 reads assigned to 'reverse reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:52]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:52]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:52] ******** Contig Name: Achl_RBNII384-13
INFO [2021-10-14 23:37:52] **** You are using CSV Name Conversion Method to group reads in FASTA file (with Csv file)!
INFO [2021-10-14 23:37:52] **** Your contig name is Achl_RBNII384-13
INFO [2021-10-14 23:37:52] Forward Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:53] ********************************************************
SUCCESS [2021-10-14 23:37:53] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:53] ********************************************************
SUCCESS [2021-10-14 23:37:53]   * >> One 'Forward Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:53]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:53]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:53] Reverse Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:53] ********************************************************
SUCCESS [2021-10-14 23:37:53] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:53] ********************************************************
SUCCESS [2021-10-14 23:37:53]   * >> One 'Reverse Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:53]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:53]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:53] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.04 secs
SUCCESS [2021-10-14 23:37:55] **********************************************************
SUCCESS [2021-10-14 23:37:55] ******** 'SangerContig' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:55] **********************************************************
SUCCESS [2021-10-14 23:37:55]   * >> 2 reads are created from FASTA file.
SUCCESS [2021-10-14 23:37:55]   * >> 1 reads assigned to 'forward reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:55]   * >> 1 reads assigned to 'reverse reads' according to 'csv file'.
SUCCESS [2021-10-14 23:37:55]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:55]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:55] Forward Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:55]     * Creating Forward Read raw abif ...
INFO [2021-10-14 23:37:55]     * Creating Forward Read raw sangerseq ...
INFO [2021-10-14 23:37:55]           * Making basecall !!
INFO [2021-10-14 23:37:55]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:55] ********************************************************
SUCCESS [2021-10-14 23:37:55] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:55] ********************************************************
SUCCESS [2021-10-14 23:37:55]   * >> One 'Forward Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:55]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:55]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:55] Reverse Read: Creating abif & sangerseq ...
INFO [2021-10-14 23:37:55]     * Creating Reverse Read raw abif ...
INFO [2021-10-14 23:37:55]     * Creating Reverse Read raw sangerseq ...
INFO [2021-10-14 23:37:55]           * Making basecall !!
INFO [2021-10-14 23:37:56]           * Updating slots in 'SangerRead' instance !!
SUCCESS [2021-10-14 23:37:56] ********************************************************
SUCCESS [2021-10-14 23:37:56] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:56] ********************************************************
SUCCESS [2021-10-14 23:37:56]   * >> One 'Reverse Read' is created from ABIF file.
SUCCESS [2021-10-14 23:37:56]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:56]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:56] Forward Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:56] ********************************************************
SUCCESS [2021-10-14 23:37:56] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:56] ********************************************************
SUCCESS [2021-10-14 23:37:56]   * >> One 'Forward Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:56]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:56]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:57] Reverse Read: Creating SangerRead from FASTA ...
SUCCESS [2021-10-14 23:37:57] ********************************************************
SUCCESS [2021-10-14 23:37:57] ******** 'SangerRead' S4 instance is created !! ********
SUCCESS [2021-10-14 23:37:57] ********************************************************
SUCCESS [2021-10-14 23:37:57]   * >> One 'Reverse Read' is created from FASTA file.
SUCCESS [2021-10-14 23:37:57]   * >> Read is trimmed by 'M1 - Mott’s trimming algorithm'.
SUCCESS [2021-10-14 23:37:57]   * >> For more information, please run 'readTable(object)'.
INFO [2021-10-14 23:37:58] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
INFO [2021-10-14 23:38:01] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.04 secs
INFO [2021-10-14 23:38:03] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.07 secs
INFO [2021-10-14 23:38:06] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
INFO [2021-10-14 23:38:08] Aligning consensus reads ... 
INFO [2021-10-14 23:38:09] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.05 secs
INFO [2021-10-14 23:38:12] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
INFO [2021-10-14 23:38:15] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.05 secs
INFO [2021-10-14 23:38:18] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
INFO [2021-10-14 23:38:20] Aligning consensus reads ... 
INFO [2021-10-14 23:38:22] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.04 secs
INFO [2021-10-14 23:38:24] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.05 secs
INFO [2021-10-14 23:38:26]           * Making basecall !!
INFO [2021-10-14 23:38:27]           * Updating slots in 'SangerRead' instance !!
INFO [2021-10-14 23:38:27]           * Making basecall !!
INFO [2021-10-14 23:38:27]           * Updating slots in 'SangerRead' instance !!
INFO [2021-10-14 23:38:28]           * Making basecall !!
INFO [2021-10-14 23:38:28]           * Updating slots in 'SangerRead' instance !!
INFO [2021-10-14 23:38:29]           * Making basecall !!
INFO [2021-10-14 23:38:29]           * Updating slots in 'SangerRead' instance !!
INFO [2021-10-14 23:38:29]           * Making basecall !!
INFO [2021-10-14 23:38:29]           * Updating slots in 'SangerRead' instance !!
INFO [2021-10-14 23:38:32] >>> outputDir : /private/tmp/RtmpcRRD4Y
INFO [2021-10-14 23:38:32] Start writing '/Library/Frameworks/R.framework/Versions/4.1/Resources/library/sangeranalyseR/extdata//Allolobophora_chlorotica/ACHLO/Achl_ACHLO006-09_1_F.ab1' to FASTA format ...
INFO [2021-10-14 23:38:32] >> '/private/tmp/RtmpcRRD4Y/Achl_ACHLO006-09_1_F.fa' is written
INFO [2021-10-14 23:38:33] >>> outputDir : /private/tmp/RtmpcRRD4Y
INFO [2021-10-14 23:38:33] Start writing '/Library/Frameworks/R.framework/Versions/4.1/Resources/library/sangeranalyseR/extdata//fasta/SangerRead/Achl_ACHLO006-09_1_F.fa' to FASTA format ...
INFO [2021-10-14 23:38:33] >> '/private/tmp/RtmpcRRD4Y/Achl_ACHLO006-09_1_F.fa' is written
INFO [2021-10-14 23:38:33] >>> outputDir : /private/tmp/RtmpcRRD4Y
INFO [2021-10-14 23:38:33] Start writing '/Library/Frameworks/R.framework/Versions/4.1/Resources/library/sangeranalyseR/extdata//fasta/SangerRead/Achl_ACHLO006-09_2_R.fa' to FASTA format ...
INFO [2021-10-14 23:38:33] >> '/private/tmp/RtmpcRRD4Y/Achl_ACHLO006-09_2_R.fa' is written
INFO [2021-10-14 23:38:33] Aligning consensus reads ... 
INFO [2021-10-14 23:38:34] Correcting frameshifts in reads using amino acidreference sequence
Assessing frameshifts in nucleotide sequences:
================================================================================

Time difference of 0.06 secs
INFO [2021-10-14 23:38:35]           * Making basecall !!
INFO [2021-10-14 23:38:36]           * Updating slots in 'SangerRead' instance !!
INFO [2021-10-14 23:38:36]           * Making basecall !!
INFO [2021-10-14 23:38:36]           * Updating slots in 'SangerRead' instance !!
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 929 ]
> 
> proc.time()
   user  system elapsed 
 90.299   1.678  92.021 

Example timings

sangeranalyseR.Rcheck/sangeranalyseR-Ex.timings

nameusersystemelapsed
ChromatogramParam-class0.0070.0000.008
MakeBaseCalls-methods0.9440.0721.017
QualityReport-class-qualityBasePlot0.0020.0040.006
QualityReport-class-updateQualityParam0.0130.0210.035
QualityReport-class0.9270.0571.053
SangerAlignment-class-generateReportSA0.0590.0060.065
SangerAlignment-class-launchAppSA0.0810.0040.086
SangerAlignment-class-updateQualityParam0.0950.0090.103
SangerAlignment-class-writeFastaSA0.1220.0090.131
SangerAlignment-class57.137 0.92958.152
SangerAlignment14.321 0.21314.577
SangerContig-class-generateReportSC0.0380.0030.041
SangerContig-class-launchAppSC0.0660.0070.073
SangerContig-class-updateQualityParam0.0340.0060.039
SangerContig-class-writeFastaSC0.0980.0070.106
SangerContig-class12.212 0.21812.443
SangerContig0.0230.0020.025
SangerRead-class-MakeBaseCalls0.5390.0460.586
SangerRead-class-generateReportSR0.0240.0030.026
SangerRead-class-qualityBasePlot0.0200.0050.025
SangerRead-class-readTable0.1120.0100.121
SangerRead-class-updateQualityParam0.4430.0060.448
SangerRead-class-writeFastaSR0.0370.0060.044
SangerRead-class2.3080.0522.409
SangerRead0.9390.0510.990
generateReport0.1460.0150.160
generateReportSA-methods0.0660.0070.074
generateReportSC-methods0.0480.0050.054
generateReportSR-methods0.0220.0030.025
launchApp0.1070.0070.114
launchAppSA-methods0.0620.0030.065
launchAppSC-methods0.0330.0030.037
qualityBasePlot-methods0.4760.0980.578
readTable-methods0.1150.0130.128
updateQualityParam-methods0.1310.0140.144
writeFasta0.1720.0150.187
writeFastaSA-methods0.1080.0070.115
writeFastaSC-methods0.1030.0070.111
writeFastaSR-methods0.0500.0040.055