Back to Multiple platform build/check report for BioC 3.20: simplified long |
|
This page was generated on 2024-11-09 21:30 -0500 (Sat, 09 Nov 2024).
Hostname | OS | Arch (*) | R version | Installed pkgs |
---|---|---|---|---|
teran2 | Linux (Ubuntu 24.04.1 LTS) | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4505 |
palomino8 | Windows Server 2022 Datacenter | x64 | 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life" | 4506 |
lconway | macOS 12.7.1 Monterey | x86_64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4538 |
kjohnson3 | macOS 13.6.5 Ventura | arm64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4486 |
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.4.1 (2024-06-14) -- "Race for Your Life" | 4493 |
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 770/2289 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
GBScleanR 2.0.2 (landing page) Tomoyuki Furuta
| teran2 | Linux (Ubuntu 24.04.1 LTS) / x86_64 | OK | OK | OK | |||||||||
palomino8 | Windows Server 2022 Datacenter / x64 | OK | OK | OK | OK | |||||||||
lconway | macOS 12.7.1 Monterey / x86_64 | OK | OK | OK | OK | |||||||||
kjohnson3 | macOS 13.6.5 Ventura / arm64 | OK | OK | OK | OK | |||||||||
kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | OK | ||||||||||
To the developers/maintainers of the GBScleanR package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/GBScleanR.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: GBScleanR |
Version: 2.0.2 |
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings GBScleanR_2.0.2.tar.gz |
StartedAt: 2024-11-09 02:46:53 -0500 (Sat, 09 Nov 2024) |
EndedAt: 2024-11-09 02:51:37 -0500 (Sat, 09 Nov 2024) |
EllapsedTime: 284.8 seconds |
RetCode: 0 |
Status: OK |
CheckDir: GBScleanR.Rcheck |
Warnings: 0 |
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings GBScleanR_2.0.2.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/GBScleanR.Rcheck’ * using R version 4.4.1 (2024-06-14) * using platform: aarch64-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 Ventura 13.6.7 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘GBScleanR/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘GBScleanR’ version ‘2.0.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ...Warning: unable to access index for repository https://CRAN.R-project.org/src/contrib: cannot open URL 'https://CRAN.R-project.org/src/contrib/PACKAGES' OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘GBScleanR’ can be installed ... OK * used C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’ * 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 ... OK * 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 ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * 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 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 ... OK * checking compiled code ... NOTE Note: information on .o files is not available File ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/GBScleanR/libs/GBScleanR.so’: Found ‘__ZNSt3__14coutE’, possibly from ‘std::cout’ (C++) Compiled code should not call entry points which might terminate R nor write to stdout/stderr instead of to the console, nor use Fortran I/O nor system RNGs nor [v]sprintf. The detected symbols are linked into the code but might come from libraries and not actually be called. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. * checking files in ‘vignettes’ ... OK * checking examples ... OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * 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: 3 NOTEs See ‘/Users/biocbuild/bbs-3.20-bioc/meat/GBScleanR.Rcheck/00check.log’ for details.
GBScleanR.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL GBScleanR ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library’ * installing *source* package ‘GBScleanR’ ... ** using staged installation ** libs using C++ compiler: ‘Apple clang version 15.0.0 (clang-1500.1.0.2.5)’ using C++11 using SDK: ‘MacOSX11.3.sdk’ clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c gbsrCalcProb.cpp -o gbsrCalcProb.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c gbsrFB.cpp -o gbsrFB.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c gbsrIPO.cpp -o gbsrIPO.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c gbsrStats.cpp -o gbsrStats.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c gbsrViterbi.cpp -o gbsrViterbi.o clang++ -arch arm64 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/RcppParallel/include' -I/opt/R/arm64/include -fPIC -falign-functions=64 -Wall -g -O2 -c gbsrutil.cpp -o gbsrutil.o clang++ -arch arm64 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o GBScleanR.so RcppExports.o gbsrCalcProb.o gbsrFB.o gbsrIPO.o gbsrStats.o gbsrViterbi.o gbsrutil.o -L/Library/Frameworks/R.framework/Versions/4.4-arm64/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-arm64/Resources/library/00LOCK-GBScleanR/00new/GBScleanR/libs ** R ** 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 (GBScleanR)
GBScleanR.Rcheck/tests/testthat.Rout
R version 4.4.1 (2024-06-14) -- "Race for Your Life" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: aarch64-apple-darwin20 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(GBScleanR) Loading required package: SeqArray Loading required package: gdsfmt > > test_check("GBScleanR") Loading GDS file. Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c290e0a3e.gds' (95.5K) # of fragments: 69 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c290e0a3e.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c290e0a3e.gds.tmp' (95.4K, reduced: 108B) # of fragments: 60 The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c2df6db53.gds' (95.5K) # of fragments: 69 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c2df6db53.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c2df6db53.gds.tmp' (95.4K, reduced: 108B) # of fragments: 60 The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. Overwrite the previous parents information. The connection to the GDS file was closed. Loading GDS file. Overwrite the previous parents information. Overwrite the previous parents information. The connection to the GDS file was closed. Loading GDS file. Overwrite the previous parents information. Overwrite the previous parents information. The connection to the GDS file was closed. Loading GDS file. Overwrite the previous parents information. The connection to the GDS file was closed. Loading GDS file. Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c2d9acaad.gds' (95.5K) # of fragments: 69 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c2d9acaad.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c2d9acaad.gds.tmp' (95.4K, reduced: 108B) # of fragments: 60 The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Sat Nov 9 02:51:28 2024 Variant Call Format (VCF) Import: file: sample.vcf (210.3K) file format: VCFv4.2 genome reference: <unknown> # of sets of chromosomes (ploidy): 2 # of samples: 102 genotype field: GT genotype storage: bit2 compression method: customized # of samples: 102 INFO: FORMAT: AD Output: /var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/sample1102c50ed8d88.gds [Progress Info: sample1102c50ed8d88.gds.progress] Parsing 'sample.vcf': + genotype/data { Bit2 2x102x242 ZIP_ra, 16B } Digests: sample.id [md5: 338086c89cac9760256e9d1ec0a77327] variant.id [md5: 6f6b771cc6816e18766cd7b202765193] position [md5: f3033fec247b8ec6980e81005e257bd8] chromosome [md5: 891ee7d299e1dba9146b8ae33476741c] allele [md5: 9fc3f097ae98a7ebff52fac77379926e] genotype [md5: b83af5eb9818d83c2ccaa40d494f15a8] phase [md5: 9d686e01959b61df5fdc1a4684bd72b3] annotation/id [md5: 021994c12424cab1e907740e364c7c24] annotation/qual [md5: 5a566f4332739a2b28d23b215163b70a] annotation/filter [md5: cb74cdb22966d99a9290a2c804a10580] annotation/format/AD [md5: f8b130e5e4e497ee162cf32b15b0ac3a] Done. Sat Nov 9 02:51:28 2024 Optimize the access efficiency ... Clean up the fragments of GDS file: open the file '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/sample1102c50ed8d88.gds' (53.4K) # of fragments: 108 save to '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/sample1102c50ed8d88.gds.tmp' rename '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/sample1102c50ed8d88.gds.tmp' (52.8K, reduced: 648B) # of fragments: 54 Sat Nov 9 02:51:28 2024 Loading GDS file. Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c50ed8d88.gds' (95.5K) # of fragments: 69 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c50ed8d88.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c50ed8d88.gds.tmp' (95.4K, reduced: 108B) # of fragments: 60 The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c66fc34d9.gds' (95.5K) # of fragments: 69 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c66fc34d9.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c66fc34d9.gds.tmp' (95.4K, reduced: 108B) # of fragments: 60 The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. The connection to the GDS file was closed. Loading GDS file. Reformatting FGT The connection to the GDS file was closed. Loading GDS file. Reformatting FGT The connection to the GDS file was closed. Sat Nov 9 02:51:32 2024 Variant Call Format (VCF) Import: file: sample.vcf (210.3K) file format: VCFv4.2 genome reference: <unknown> # of sets of chromosomes (ploidy): 2 # of samples: 102 genotype field: GT genotype storage: bit2 compression method: customized # of samples: 102 INFO: FORMAT: AD Output: /var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/sample1102c7ca4f49a.gds [Progress Info: sample1102c7ca4f49a.gds.progress] Parsing 'sample.vcf': + genotype/data { Bit2 2x102x242 ZIP_ra, 16B } Digests: sample.id [md5: 338086c89cac9760256e9d1ec0a77327] variant.id [md5: 6f6b771cc6816e18766cd7b202765193] position [md5: f3033fec247b8ec6980e81005e257bd8] chromosome [md5: 891ee7d299e1dba9146b8ae33476741c] allele [md5: 9fc3f097ae98a7ebff52fac77379926e] genotype [md5: b83af5eb9818d83c2ccaa40d494f15a8] phase [md5: 9d686e01959b61df5fdc1a4684bd72b3] annotation/id [md5: 021994c12424cab1e907740e364c7c24] annotation/qual [md5: 5a566f4332739a2b28d23b215163b70a] annotation/filter [md5: cb74cdb22966d99a9290a2c804a10580] annotation/format/AD [md5: f8b130e5e4e497ee162cf32b15b0ac3a] Done. Sat Nov 9 02:51:32 2024 Optimize the access efficiency ... Clean up the fragments of GDS file: open the file '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/sample1102c7ca4f49a.gds' (53.4K) # of fragments: 108 save to '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/sample1102c7ca4f49a.gds.tmp' rename '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/sample1102c7ca4f49a.gds.tmp' (52.8K, reduced: 648B) # of fragments: 54 Sat Nov 9 02:51:32 2024 Loading GDS file. Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c7ca4f49a.gds' (95.5K) # of fragments: 69 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c7ca4f49a.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c7ca4f49a.gds.tmp' (95.4K, reduced: 108B) # of fragments: 60 No parents info. Sat Nov 9 02:51:32 2024 Variant Call Format (VCF) Import: file: out1102c5fd664bb.vcf (61.8K) file format: VCFv4.2 genome reference: <unknown> # of sets of chromosomes (ploidy): 2 # of samples: 55 genotype field: GT genotype storage: bit2 compression method: customized # of samples: 55 INFO: FORMAT: AD Output: /var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/newgds1102c3c946534.gds [Progress Info: newgds1102c3c946534.gds.progress] Parsing 'out1102c5fd664bb.vcf': + genotype/data { Bit2 2x55x126 ZIP_ra, 16B } Digests: sample.id [md5: 29e1f9ea90f18845f46d09f2af0c4cf8] variant.id [md5: 2e2dfa87373e993fd88f21477de921fe] position [md5: c01dcde9b736afff955b3e7a381c3db8] chromosome [md5: 75ff3cd6ef0b481bb73ba08fcbeee27b] allele [md5: 9c2da456d2e98b64238881f6ea03d18c] genotype [md5: bd2cba76abd7c682d86faeafe1c786c2] phase [md5: 7e71e18107454c0a86d9d6c14ca20546] annotation/id [md5: 9bdebd9b5b1556c57fe17c8b04d6f4a1] annotation/qual [md5: 7c9ff95556974f2c3f617595e8f5cf0c] annotation/filter [md5: 771651bdbd313285a2dbfcd3847d9e89] annotation/format/AD [md5: 15d81e9b683aee96370431ae82a72980] Done. Sat Nov 9 02:51:32 2024 Optimize the access efficiency ... Clean up the fragments of GDS file: open the file '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/newgds1102c3c946534.gds' (21.1K) # of fragments: 107 save to '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/newgds1102c3c946534.gds.tmp' rename '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/newgds1102c3c946534.gds.tmp' (20.5K, reduced: 636B) # of fragments: 54 Sat Nov 9 02:51:32 2024 Loading GDS file. Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/newgds1102c3c946534.gds' (33.0K) # of fragments: 69 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/newgds1102c3c946534.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/newgds1102c3c946534.gds.tmp' (32.9K, reduced: 108B) # of fragments: 60 No parents info. Sat Nov 9 02:51:33 2024 Variant Call Format (VCF) Import: file: out1102ce7ff0d8.vcf (117.4K) file format: VCFv4.2 genome reference: <unknown> # of sets of chromosomes (ploidy): 2 # of samples: 55 genotype field: GT genotype storage: bit2 compression method: customized # of samples: 55 INFO: FORMAT: AD,FAD,FGT Output: /var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/newgds1102c797aee06.gds [Progress Info: newgds1102c797aee06.gds.progress] Parsing 'out1102ce7ff0d8.vcf': + genotype/data { Bit2 2x55x126 ZIP_ra, 16B } Digests: sample.id [md5: 29e1f9ea90f18845f46d09f2af0c4cf8] variant.id [md5: 2e2dfa87373e993fd88f21477de921fe] position [md5: c01dcde9b736afff955b3e7a381c3db8] chromosome [md5: 75ff3cd6ef0b481bb73ba08fcbeee27b] allele [md5: 9c2da456d2e98b64238881f6ea03d18c] genotype [md5: bd2cba76abd7c682d86faeafe1c786c2] phase [md5: 7e71e18107454c0a86d9d6c14ca20546] annotation/id [md5: 9bdebd9b5b1556c57fe17c8b04d6f4a1] annotation/qual [md5: 7c9ff95556974f2c3f617595e8f5cf0c] annotation/filter [md5: 771651bdbd313285a2dbfcd3847d9e89] annotation/format/AD [md5: 15d81e9b683aee96370431ae82a72980] annotation/format/FAD [md5: 890cd264cbe16aac6308b62f6c03352e] annotation/format/FGT [md5: 543bf739efb6420a065eee9a401b9344] Done. Sat Nov 9 02:51:33 2024 Optimize the access efficiency ... Clean up the fragments of GDS file: open the file '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/newgds1102c797aee06.gds' (30.7K) # of fragments: 129 save to '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/newgds1102c797aee06.gds.tmp' rename '/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T//RtmpPVy0Dh/newgds1102c797aee06.gds.tmp' (30.0K, reduced: 780B) # of fragments: 64 Sat Nov 9 02:51:33 2024 Loading GDS file. Reformatting FGT Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Working on 'annotation/format/FAD' ... Working on 'annotation/format/FGT' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/newgds1102c797aee06.gds' (53.3K) # of fragments: 86 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/newgds1102c797aee06.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/newgds1102c797aee06.gds.tmp' (51.9K, reduced: 1.4K) # of fragments: 74 The connection to the GDS file was closed. The connection to the GDS file was closed. Loading GDS file. Working on 'genotype' ... Working on 'phase' ... Working on 'annotation/format/AD' ... Clean up the fragments of GDS file: open the file '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c3b9bbb12.gds' (95.5K) # of fragments: 69 save to '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c3b9bbb12.gds.tmp' rename '/private/var/folders/r0/l4fjk6cj5xj0j3brt4bplpl40000gt/T/RtmpPVy0Dh/sample1102c3b9bbb12.gds.tmp' (95.4K, reduced: 108B) # of fragments: 60 As `mating` was not specified, set the following mating design. [,1] [1,] 3 [2,] 3 Member IDs were not assigned to samples. Assign 4 to all samples as member ID. Set the number of threads: 1 Start cleaning... Preparing genotype and haplotype pattern table... Possible allele dosages: 0 1 2 Number of possible founder genotypes: 2 Member ID(s) to be processed: 4 Number of offspring haplotypes: 4 Now cleaning chr 1... Cycle 1: Forward round of genotype estimation ... Founder genotype probability calculation ... Founder genotype probability calculation at marker#: 10 Founder genotype probability calculation at marker#: 20 Founder genotype probability calculation at marker#: 30 Founder genotype probability calculation at marker#: 40 Founder genotype probability calculation at marker#: 50 Founder genotype probability calculation at marker#: 60 Founder genotype probability calculation at marker#: 70 Founder genotype probability calculation at marker#: 80 Founder genotype probability calculation at marker#: 90 Founder genotype probability calculation at marker#: 100 Founder genotype probability calculation at marker#: 110 Founder genotype probability calculation at marker#: 120 Founder genotype probability calculation at marker#: 130 Founder genotype probability calculation at marker#: 140 Founder genotype probability calculation at marker#: 150 Founder genotype probability calculation at marker#: 160 Founder genotype probability calculation at marker#: 170 Founder genotype probability calculation at marker#: 180 Founder genotype probability calculation at marker#: 190 Founder genotype probability calculation at marker#: 200 Founder genotype probability calculation at marker#: 210 Founder genotype probability calculation at marker#: 220 Founder genotype probability calculation at marker#: 230 Founder genotype probability calculation at marker#: 240 Backtracking best genotype sequences at marker#: 240 Backtracking best genotype sequences at marker#: 230 Backtracking best genotype sequences at marker#: 220 Backtracking best genotype sequences at marker#: 210 Backtracking best genotype sequences at marker#: 200 Backtracking best genotype sequences at marker#: 190 Backtracking best genotype sequences at marker#: 180 Backtracking best genotype sequences at marker#: 170 Backtracking best genotype sequences at marker#: 160 Backtracking best genotype sequences at marker#: 150 Backtracking best genotype sequences at marker#: 140 Backtracking best genotype sequences at marker#: 130 Backtracking best genotype sequences at marker#: 120 Backtracking best genotype sequences at marker#: 110 Backtracking best genotype sequences at marker#: 100 Backtracking best genotype sequences at marker#: 90 Backtracking best genotype sequences at marker#: 80 Backtracking best genotype sequences at marker#: 70 Backtracking best genotype sequences at marker#: 60 Backtracking best genotype sequences at marker#: 50 Backtracking best genotype sequences at marker#: 40 Backtracking best genotype sequences at marker#: 30 Backtracking best genotype sequences at marker#: 20 Backtracking best genotype sequences at marker#: 10 Backtracking best genotype sequences: Done! Offspring genotype probability calculation ... Backward round of genotype estimation ... Founder genotype probability calculation ... Founder genotype probability calculation at marker#: 10 Founder genotype probability calculation at marker#: 20 Founder genotype probability calculation at marker#: 30 Founder genotype probability calculation at marker#: 40 Founder genotype probability calculation at marker#: 50 Founder genotype probability calculation at marker#: 60 Founder genotype probability calculation at marker#: 70 Founder genotype probability calculation at marker#: 80 Founder genotype probability calculation at marker#: 90 Founder genotype probability calculation at marker#: 100 Founder genotype probability calculation at marker#: 110 Founder genotype probability calculation at marker#: 120 Founder genotype probability calculation at marker#: 130 Founder genotype probability calculation at marker#: 140 Founder genotype probability calculation at marker#: 150 Founder genotype probability calculation at marker#: 160 Founder genotype probability calculation at marker#: 170 Founder genotype probability calculation at marker#: 180 Founder genotype probability calculation at marker#: 190 Founder genotype probability calculation at marker#: 200 Founder genotype probability calculation at marker#: 210 Founder genotype probability calculation at marker#: 220 Founder genotype probability calculation at marker#: 230 Founder genotype probability calculation at marker#: 240 Backtracking best genotype sequences at marker#: 240 Backtracking best genotype sequences at marker#: 230 Backtracking best genotype sequences at marker#: 220 Backtracking best genotype sequences at marker#: 210 Backtracking best genotype sequences at marker#: 200 Backtracking best genotype sequences at marker#: 190 Backtracking best genotype sequences at marker#: 180 Backtracking best genotype sequences at marker#: 170 Backtracking best genotype sequences at marker#: 160 Backtracking best genotype sequences at marker#: 150 Backtracking best genotype sequences at marker#: 140 Backtracking best genotype sequences at marker#: 130 Backtracking best genotype sequences at marker#: 120 Backtracking best genotype sequences at marker#: 110 Backtracking best genotype sequences at marker#: 100 Backtracking best genotype sequences at marker#: 90 Backtracking best genotype sequences at marker#: 80 Backtracking best genotype sequences at marker#: 70 Backtracking best genotype sequences at marker#: 60 Backtracking best genotype sequences at marker#: 50 Backtracking best genotype sequences at marker#: 40 Backtracking best genotype sequences at marker#: 30 Backtracking best genotype sequences at marker#: 20 Backtracking best genotype sequences at marker#: 10 Backtracking best genotype sequences: Done! Offspring genotype probability calculation ... Paramter optimization ... Cycle 2: Forward round of genotype estimation ... Founder genotype probability calculation ... Founder genotype probability calculation at marker#: 10 Founder genotype probability calculation at marker#: 20 Founder genotype probability calculation at marker#: 30 Founder genotype probability calculation at marker#: 40 Founder genotype probability calculation at marker#: 50 Founder genotype probability calculation at marker#: 60 Founder genotype probability calculation at marker#: 70 Founder genotype probability calculation at marker#: 80 Founder genotype probability calculation at marker#: 90 Founder genotype probability calculation at marker#: 100 Founder genotype probability calculation at marker#: 110 Founder genotype probability calculation at marker#: 120 Founder genotype probability calculation at marker#: 130 Founder genotype probability calculation at marker#: 140 Founder genotype probability calculation at marker#: 150 Founder genotype probability calculation at marker#: 160 Founder genotype probability calculation at marker#: 170 Founder genotype probability calculation at marker#: 180 Founder genotype probability calculation at marker#: 190 Founder genotype probability calculation at marker#: 200 Founder genotype probability calculation at marker#: 210 Founder genotype probability calculation at marker#: 220 Founder genotype probability calculation at marker#: 230 Founder genotype probability calculation at marker#: 240 Backtracking best genotype sequences at marker#: 240 Backtracking best genotype sequences at marker#: 230 Backtracking best genotype sequences at marker#: 220 Backtracking best genotype sequences at marker#: 210 Backtracking best genotype sequences at marker#: 200 Backtracking best genotype sequences at marker#: 190 Backtracking best genotype sequences at marker#: 180 Backtracking best genotype sequences at marker#: 170 Backtracking best genotype sequences at marker#: 160 Backtracking best genotype sequences at marker#: 150 Backtracking best genotype sequences at marker#: 140 Backtracking best genotype sequences at marker#: 130 Backtracking best genotype sequences at marker#: 120 Backtracking best genotype sequences at marker#: 110 Backtracking best genotype sequences at marker#: 100 Backtracking best genotype sequences at marker#: 90 Backtracking best genotype sequences at marker#: 80 Backtracking best genotype sequences at marker#: 70 Backtracking best genotype sequences at marker#: 60 Backtracking best genotype sequences at marker#: 50 Backtracking best genotype sequences at marker#: 40 Backtracking best genotype sequences at marker#: 30 Backtracking best genotype sequences at marker#: 20 Backtracking best genotype sequences at marker#: 10 Backtracking best genotype sequences: Done! Offspring genotype probability calculation ... Backward round of genotype estimation ... Founder genotype probability calculation ... Founder genotype probability calculation at marker#: 10 Founder genotype probability calculation at marker#: 20 Founder genotype probability calculation at marker#: 30 Founder genotype probability calculation at marker#: 40 Founder genotype probability calculation at marker#: 50 Founder genotype probability calculation at marker#: 60 Founder genotype probability calculation at marker#: 70 Founder genotype probability calculation at marker#: 80 Founder genotype probability calculation at marker#: 90 Founder genotype probability calculation at marker#: 100 Founder genotype probability calculation at marker#: 110 Founder genotype probability calculation at marker#: 120 Founder genotype probability calculation at marker#: 130 Founder genotype probability calculation at marker#: 140 Founder genotype probability calculation at marker#: 150 Founder genotype probability calculation at marker#: 160 Founder genotype probability calculation at marker#: 170 Founder genotype probability calculation at marker#: 180 Founder genotype probability calculation at marker#: 190 Founder genotype probability calculation at marker#: 200 Founder genotype probability calculation at marker#: 210 Founder genotype probability calculation at marker#: 220 Founder genotype probability calculation at marker#: 230 Founder genotype probability calculation at marker#: 240 Backtracking best genotype sequences at marker#: 240 Backtracking best genotype sequences at marker#: 230 Backtracking best genotype sequences at marker#: 220 Backtracking best genotype sequences at marker#: 210 Backtracking best genotype sequences at marker#: 200 Backtracking best genotype sequences at marker#: 190 Backtracking best genotype sequences at marker#: 180 Backtracking best genotype sequences at marker#: 170 Backtracking best genotype sequences at marker#: 160 Backtracking best genotype sequences at marker#: 150 Backtracking best genotype sequences at marker#: 140 Backtracking best genotype sequences at marker#: 130 Backtracking best genotype sequences at marker#: 120 Backtracking best genotype sequences at marker#: 110 Backtracking best genotype sequences at marker#: 100 Backtracking best genotype sequences at marker#: 90 Backtracking best genotype sequences at marker#: 80 Backtracking best genotype sequences at marker#: 70 Backtracking best genotype sequences at marker#: 60 Backtracking best genotype sequences at marker#: 50 Backtracking best genotype sequences at marker#: 40 Backtracking best genotype sequences at marker#: 30 Backtracking best genotype sequences at marker#: 20 Backtracking best genotype sequences at marker#: 10 Backtracking best genotype sequences: Done! Offspring genotype probability calculation ... Summarizing output ... Done! The connection to the GDS file was closed. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 271 ] > > proc.time() user system elapsed 10.028 0.340 10.417
GBScleanR.Rcheck/GBScleanR-Ex.timings
name | user | system | elapsed | |
GbsrGenotypeData-class | 0.004 | 0.001 | 0.006 | |
GbsrScheme-class | 0.002 | 0.001 | 0.003 | |
addScheme | 0.002 | 0.001 | 0.002 | |
assignScheme | 0.020 | 0.001 | 0.021 | |
boxplotGBSR | 0.263 | 0.006 | 0.270 | |
closeGDS | 0.001 | 0.001 | 0.001 | |
countGenotype | 0.220 | 0.001 | 0.220 | |
countRead | 0.223 | 0.001 | 0.225 | |
estGeno | 0.688 | 0.018 | 0.717 | |
gbsrGDS2CSV | 0.010 | 0.001 | 0.010 | |
gbsrGDS2VCF | 0.001 | 0.000 | 0.001 | |
gbsrVCF2GDS | 0.029 | 0.011 | 0.044 | |
getAllele | 0.001 | 0.000 | 0.002 | |
getChromosome | 0.001 | 0.001 | 0.002 | |
getCountAlleleAlt | 0.157 | 0.002 | 0.159 | |
getCountAlleleMissing | 0.146 | 0.001 | 0.148 | |
getCountAlleleRef | 0.155 | 0.000 | 0.156 | |
getCountGenoAlt | 0.159 | 0.001 | 0.160 | |
getCountGenoHet | 0.159 | 0.001 | 0.160 | |
getCountGenoMissing | 0.156 | 0.001 | 0.157 | |
getCountGenoRef | 0.159 | 0.001 | 0.159 | |
getCountRead | 0.166 | 0.001 | 0.166 | |
getCountReadAlt | 0.161 | 0.001 | 0.162 | |
getCountReadRef | 0.161 | 0.001 | 0.162 | |
getFixedBias | 0.025 | 0.010 | 0.038 | |
getGenotype | 0.008 | 0.000 | 0.009 | |
getHaplotype | 0.689 | 0.016 | 0.706 | |
getInfo | 0.001 | 0.001 | 0.002 | |
getMAC | 0.156 | 0.001 | 0.157 | |
getMAF | 0.156 | 0.001 | 0.157 | |
getMarID | 0.001 | 0.001 | 0.003 | |
getMeanReadAlt | 0.160 | 0.001 | 0.161 | |
getMeanReadRef | 0.157 | 0.001 | 0.158 | |
getMedianReadAlt | 0.158 | 0.001 | 0.159 | |
getMedianReadRef | 0.153 | 0.001 | 0.154 | |
getParents | 0.002 | 0.000 | 0.002 | |
getPosition | 0.001 | 0.001 | 0.002 | |
getRead | 0.002 | 0.001 | 0.003 | |
getReplicates | 0.001 | 0.000 | 0.002 | |
getSDReadAlt | 0.157 | 0.001 | 0.157 | |
getSDReadRef | 0.159 | 0.001 | 0.160 | |
getSamID | 0.001 | 0.001 | 0.002 | |
histGBSR | 0.209 | 0.001 | 0.210 | |
initScheme | 0.001 | 0.001 | 0.002 | |
isOpenGDS | 0.002 | 0.000 | 0.001 | |
loadGDS | 0.024 | 0.010 | 0.037 | |
makeScheme | 0.002 | 0.000 | 0.002 | |
nmar | 0.001 | 0.001 | 0.002 | |
nsam | 0.001 | 0.000 | 0.001 | |
pairsGBSR | 0.185 | 0.001 | 0.186 | |
plotDosage | 0.059 | 0.001 | 0.060 | |
plotGBSR | 0.200 | 0.001 | 0.201 | |
plotReadRatio | 0.047 | 0.001 | 0.048 | |
reopenGDS | 0.002 | 0.001 | 0.002 | |
resetCallFilter | 0.205 | 0.016 | 0.225 | |
resetFilter | 0.530 | 0.015 | 0.548 | |
resetMarFilter | 0.326 | 0.001 | 0.327 | |
resetSamFilter | 0.349 | 0.010 | 0.361 | |
setCallFilter | 0.380 | 0.019 | 0.403 | |
setFixedBias | 0.026 | 0.008 | 0.037 | |
setInfoFilter | 0.001 | 0.001 | 0.002 | |
setMarFilter | 0.321 | 0.001 | 0.322 | |
setParents | 0.707 | 0.024 | 0.731 | |
setReplicates | 0.001 | 0.001 | 0.002 | |
setSamFilter | 0.350 | 0.002 | 0.352 | |
showScheme | 0.002 | 0.000 | 0.003 | |
thinMarker | 0.175 | 0.001 | 0.176 | |
validMar | 0.001 | 0.001 | 0.003 | |
validSam | 0.001 | 0.001 | 0.001 | |