Back to Multiple platform build/check report for BioC 3.19: simplified long |
|
This page was generated on 2024-10-18 20:40 -0400 (Fri, 18 Oct 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4763 |
palomino7 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4500 |
merida1 | macOS 12.7.5 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4530 |
kjohnson1 | macOS 13.6.6 Ventura | arm64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4480 |
Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X |
Package 503/2300 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
dada2 1.32.0 (landing page) Benjamin Callahan
| nebbiolo1 | Linux (Ubuntu 22.04.3 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
palomino7 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
merida1 | macOS 12.7.5 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
kjohnson1 | macOS 13.6.6 Ventura / arm64 | OK | OK | WARNINGS | OK | |||||||||
To the developers/maintainers of the dada2 package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/dada2.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. |
Package: dada2 |
Version: 1.32.0 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:dada2.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings dada2_1.32.0.tar.gz |
StartedAt: 2024-10-17 03:47:41 -0400 (Thu, 17 Oct 2024) |
EndedAt: 2024-10-17 03:58:25 -0400 (Thu, 17 Oct 2024) |
EllapsedTime: 644.8 seconds |
RetCode: 0 |
Status: WARNINGS |
CheckDir: dada2.Rcheck |
Warnings: 1 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:dada2.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings dada2_1.32.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.19-bioc/meat/dada2.Rcheck’ * using R version 4.4.1 (2024-06-14) * using platform: x86_64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 12.2.0 * running under: macOS Monterey 12.7.6 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘dada2/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘dada2’ version ‘1.32.0’ * checking package namespace information ... OK * checking package dependencies ... OK * 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: .travis.yml These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘dada2’ can be installed ... WARNING Found the following significant warnings: nwalign_vectorized.cpp:280:101: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] nwalign_vectorized.cpp:280:107: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] nwalign_vectorized.cpp:280:113: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] nwalign_vectorized.cpp:280:119: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] nwalign_vectorized.cpp:280:125: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] nwalign_vectorized.cpp:280:127: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] nwalign_vectorized.cpp:280:129: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] nwalign_vectorized.cpp:280:133: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] See ‘/Users/biocbuild/bbs-3.19-bioc/meat/dada2.Rcheck/00install.out’ for details. * used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ * used SDK: ‘MacOSX11.3.sdk’ * checking C++ specification ... NOTE Specified C++11: please drop specification unless essential * checking installed package size ... OK * 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 code files for non-ASCII characters ... OK * 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 Unexported object imported by a ':::' call: ‘ShortRead:::.set_omp_threads’ See the note in ?`:::` about the use of this operator. There are ::: calls to the package's namespace in its code. A package almost never needs to use ::: for its own objects: ‘C_isACGT’ ‘matchGenera’ * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... NOTE Foreign function call to a different package: .Call(ShortRead:::.set_omp_threads, ...) See chapter ‘System and foreign language interfaces’ in the ‘Writing R Extensions’ manual. * checking R code for possible problems ... NOTE tax.check: warning in assignTaxonomy(sq.test, fn.tax, multi = TRUE): partial argument match of 'multi' to 'multithread' plotComplexity: no visible binding for global variable ‘complexity’ plotErrors: no visible binding for global variable ‘Qual’ plotErrors: no visible binding for global variable ‘Observed’ plotErrors: no visible binding for global variable ‘Input’ plotErrors: no visible binding for global variable ‘Estimated’ plotErrors: no visible binding for global variable ‘Nominal’ plotQualityProfile: no visible binding for global variable ‘Cycle’ plotQualityProfile: no visible binding for global variable ‘Score’ plotQualityProfile: no visible binding for global variable ‘Count’ plotQualityProfile: no visible binding for global variable ‘Mean’ plotQualityProfile: no visible binding for global variable ‘Q25’ plotQualityProfile: no visible binding for global variable ‘Q50’ plotQualityProfile: no visible binding for global variable ‘Q75’ plotQualityProfile: no visible binding for global variable ‘Cum’ tax.check: no visible binding for global variable ‘fn.spc’ Undefined global functions or variables: Count Cum Cycle Estimated Input Mean Nominal Observed Q25 Q50 Q75 Qual Score complexity fn.spc * checking Rd files ... NOTE checkRd: (-1) dada-class.Rd:10: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:11: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:12: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:13: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:14: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:15: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:16-17: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:18: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:19: Lost braces in \itemize; meant \describe ? checkRd: (-1) dada-class.Rd:20: Lost braces in \itemize; meant \describe ? * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * 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 LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... NOTE GNU make is a SystemRequirements. * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... NOTE PKG_CFLAGS set in ‘src/Makevars.win’ without any corresponding files * checking compiled code ... NOTE Note: information on .o files is not available * checking files in ‘vignettes’ ... OK * checking examples ... OK Examples with CPU (user + system) or elapsed time > 5s user system elapsed learnErrors 6.883 0.356 8.025 PacBioErrfun 6.328 0.493 8.694 mergePairs 5.921 0.292 7.668 plotQualityProfile 4.987 0.643 7.049 plotErrors 4.699 0.200 6.271 dada 4.352 0.149 5.551 * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 1 WARNING, 10 NOTEs See ‘/Users/biocbuild/bbs-3.19-bioc/meat/dada2.Rcheck/00check.log’ for details.
dada2.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL dada2 ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library’ * installing *source* package ‘dada2’ ... ** using staged installation ** libs using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’ using C++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o In file included from RcppExports.cpp:4: In file included from ./../inst/include/dada2.h:7: ./../inst/include/dada2_RcppExports.h:14:14: warning: unused function 'validateSignature' [-Wunused-function] void validateSignature(const char* sig) { ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c Rmain.cpp -o Rmain.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c chimera.cpp -o chimera.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c cluster.cpp -o cluster.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c containers.cpp -o containers.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c error.cpp -o error.o error.cpp:178:51: warning: variable 'ncol' set but not used [-Wunused-but-set-variable] unsigned int i, pos, pos1, qind, j, r, s, nti0, ncol; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c evaluate.cpp -o evaluate.o evaluate.cpp:327:10: warning: variable 'len1' set but not used [-Wunused-but-set-variable] size_t len1 = 0, len2 = 0; ^ evaluate.cpp:327:20: warning: variable 'len2' set but not used [-Wunused-but-set-variable] size_t len1 = 0, len2 = 0; ^ 2 warnings generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c filter.cpp -o filter.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c kmers.cpp -o kmers.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c misc.cpp -o misc.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c nwalign_endsfree.cpp -o nwalign_endsfree.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c nwalign_vectorized.cpp -o nwalign_vectorized.o nwalign_vectorized.cpp:280:101: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] Rprintf("len1/2=(%i, %i), nrow,ncol=(%i,%i), ij=(%i,%i), rc=(%i,%i), d[][]=%i, p[][]=%i\n", len1, len2, nrow, ncol, i,j,i+j,(2*start_col+j-i)/2, d[(i+j)*ncol + (2*start_col+j-i)/2], p[(i+j)*ncol + (2*start_col+j-i)/2]); ~~ ^~~~ %zu nwalign_vectorized.cpp:280:107: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] Rprintf("len1/2=(%i, %i), nrow,ncol=(%i,%i), ij=(%i,%i), rc=(%i,%i), d[][]=%i, p[][]=%i\n", len1, len2, nrow, ncol, i,j,i+j,(2*start_col+j-i)/2, d[(i+j)*ncol + (2*start_col+j-i)/2], p[(i+j)*ncol + (2*start_col+j-i)/2]); ~~ ^~~~ %zu nwalign_vectorized.cpp:280:113: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] Rprintf("len1/2=(%i, %i), nrow,ncol=(%i,%i), ij=(%i,%i), rc=(%i,%i), d[][]=%i, p[][]=%i\n", len1, len2, nrow, ncol, i,j,i+j,(2*start_col+j-i)/2, d[(i+j)*ncol + (2*start_col+j-i)/2], p[(i+j)*ncol + (2*start_col+j-i)/2]); ~~ ^~~~ %zu nwalign_vectorized.cpp:280:119: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] Rprintf("len1/2=(%i, %i), nrow,ncol=(%i,%i), ij=(%i,%i), rc=(%i,%i), d[][]=%i, p[][]=%i\n", len1, len2, nrow, ncol, i,j,i+j,(2*start_col+j-i)/2, d[(i+j)*ncol + (2*start_col+j-i)/2], p[(i+j)*ncol + (2*start_col+j-i)/2]); ~~ ^~~~ %zu nwalign_vectorized.cpp:280:125: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] Rprintf("len1/2=(%i, %i), nrow,ncol=(%i,%i), ij=(%i,%i), rc=(%i,%i), d[][]=%i, p[][]=%i\n", len1, len2, nrow, ncol, i,j,i+j,(2*start_col+j-i)/2, d[(i+j)*ncol + (2*start_col+j-i)/2], p[(i+j)*ncol + (2*start_col+j-i)/2]); ~~ ^ %zu nwalign_vectorized.cpp:280:127: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat] Rprintf("len1/2=(%i, %i), nrow,ncol=(%i,%i), ij=(%i,%i), rc=(%i,%i), d[][]=%i, p[][]=%i\n", len1, len2, nrow, ncol, i,j,i+j,(2*start_col+j-i)/2, d[(i+j)*ncol + (2*start_col+j-i)/2], p[(i+j)*ncol + (2*start_col+j-i)/2]); ~~ ^ %zu nwalign_vectorized.cpp:280:129: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] Rprintf("len1/2=(%i, %i), nrow,ncol=(%i,%i), ij=(%i,%i), rc=(%i,%i), d[][]=%i, p[][]=%i\n", len1, len2, nrow, ncol, i,j,i+j,(2*start_col+j-i)/2, d[(i+j)*ncol + (2*start_col+j-i)/2], p[(i+j)*ncol + (2*start_col+j-i)/2]); ~~ ^~~ %lu nwalign_vectorized.cpp:280:133: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] Rprintf("len1/2=(%i, %i), nrow,ncol=(%i,%i), ij=(%i,%i), rc=(%i,%i), d[][]=%i, p[][]=%i\n", len1, len2, nrow, ncol, i,j,i+j,(2*start_col+j-i)/2, d[(i+j)*ncol + (2*start_col+j-i)/2], p[(i+j)*ncol + (2*start_col+j-i)/2]); ~~ ^~~~~~~~~~~~~~~~~~~ %lu nwalign_vectorized.cpp:75:21: warning: variable 'end_col' set but not used [-Wunused-but-set-variable] size_t start_col, end_col; ^ 9 warnings generated. clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c pval.cpp -o pval.o clang++ -arch x86_64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c taxonomy.cpp -o taxonomy.o taxonomy.cpp:145:31: warning: variable 'boot_match' set but not used [-Wunused-but-set-variable] unsigned int boot, booti, boot_match, arraylen, arraylen_rc; ^ 1 warning generated. clang++ -arch x86_64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o dada2.so RcppExports.o Rmain.o chimera.o cluster.o containers.o error.o evaluate.o filter.o kmers.o misc.o nwalign_endsfree.o nwalign_vectorized.o pval.o taxonomy.o -L/Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/RcppParallel/lib -ltbb -ltbbmalloc -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation installing to /Library/Frameworks/R.framework/Versions/4.4-x86_64/Resources/library/00LOCK-dada2/00new/dada2/libs ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (dada2)
dada2.Rcheck/dada2-Ex.timings
name | user | system | elapsed | |
PacBioErrfun | 6.328 | 0.493 | 8.694 | |
addSpecies | 3.575 | 0.077 | 4.594 | |
assignSpecies | 1.593 | 0.015 | 1.956 | |
assignTaxonomy | 0.410 | 0.069 | 0.548 | |
collapseNoMismatch | 0.940 | 0.060 | 1.213 | |
dada | 4.352 | 0.149 | 5.551 | |
derepFastq | 1.734 | 0.083 | 2.274 | |
fastqFilter | 0.815 | 0.044 | 1.077 | |
fastqPairedFilter | 2.179 | 0.082 | 2.841 | |
filterAndTrim | 1.485 | 0.068 | 1.837 | |
getDadaOpt | 0.001 | 0.002 | 0.004 | |
getErrors | 1.587 | 0.050 | 2.003 | |
getSequences | 0.475 | 0.033 | 0.640 | |
getUniques | 0.467 | 0.028 | 0.624 | |
inflateErr | 0.001 | 0.000 | 0.001 | |
isBimera | 0.117 | 0.024 | 0.175 | |
isBimeraDenovo | 3.066 | 0.070 | 3.930 | |
isBimeraDenovoTable | 3.485 | 0.089 | 4.370 | |
isPhiX | 0.294 | 0.018 | 0.332 | |
isShiftDenovo | 1.555 | 0.033 | 1.844 | |
learnErrors | 6.883 | 0.356 | 8.025 | |
loessErrfun | 0.536 | 0.029 | 0.677 | |
makeSequenceTable | 0.922 | 0.035 | 1.130 | |
mergePairs | 5.921 | 0.292 | 7.668 | |
mergeSequenceTables | 0.000 | 0.001 | 0.001 | |
noqualErrfun | 1.024 | 0.028 | 1.355 | |
nwalign | 0.002 | 0.001 | 0.004 | |
nwhamming | 0.001 | 0.001 | 0.002 | |
plotComplexity | 0.577 | 0.019 | 0.768 | |
plotErrors | 4.699 | 0.200 | 6.271 | |
plotQualityProfile | 4.987 | 0.643 | 7.049 | |
rc | 0.044 | 0.009 | 0.068 | |
removeBimeraDenovo | 3.354 | 0.292 | 4.647 | |
removePrimers | 0.499 | 0.014 | 0.673 | |
seqComplexity | 0.053 | 0.001 | 0.067 | |
setDadaOpt | 0.002 | 0.001 | 0.006 | |
uniquesToFasta | 0.133 | 0.017 | 0.194 | |