Back to Multiple platform build/check report for BioC 3.20:   simplified   long
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-10-03 11:49 -0400 (Thu, 03 Oct 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4461
nebbiolo2Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4716
palomino8Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4466
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4498
kjohnson3macOS 13.6.5 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4446
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4445
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 765/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GBScleanR 1.99.23  (landing page)
Tomoyuki Furuta
Snapshot Date: 2024-10-02 13:40 -0400 (Wed, 02 Oct 2024)
git_url: https://git.bioconductor.org/packages/GBScleanR
git_branch: devel
git_last_commit: 407b818
git_last_commit_date: 2024-10-02 11:25:05 -0400 (Wed, 02 Oct 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  YES
nebbiolo2Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  YES
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  YES
kjohnson3macOS 13.6.5 Ventura / arm64  OK    OK    WARNINGS    OK  YES
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  


CHECK results for GBScleanR on kunpeng2

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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: GBScleanR
Version: 1.99.23
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings GBScleanR_1.99.23.tar.gz
StartedAt: 2024-10-03 05:17:39 -0000 (Thu, 03 Oct 2024)
EndedAt: 2024-10-03 05:21:22 -0000 (Thu, 03 Oct 2024)
EllapsedTime: 222.4 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: GBScleanR.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings GBScleanR_1.99.23.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/GBScleanR.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14)
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘GBScleanR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘GBScleanR’ version ‘1.99.23’
* package encoding: UTF-8
* 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 ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘GBScleanR’ can be installed ... WARNING
Found the following significant warnings:
  gbsrCalcProb.cpp:38:18: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
See ‘/home/biocbuild/bbs-3.20-bioc/meat/GBScleanR.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (GCC) 10.3.1’
* checking C++ specification ... NOTE
  Specified C++11: please drop specification unless essential
* checking installed package size ... NOTE
  installed size is  7.7Mb
  sub-directories of 1Mb or more:
    libs   6.5Mb
* 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 loading without being on the library search path ... 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 ... NOTE
.mateGametes: no visible global function definition for ‘combn’
Undefined global functions or variables:
  combn
Consider adding
  importFrom("utils", "combn")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
  ‘getFixedBias’ ‘setFixedBias’
Undocumented S4 methods:
  generic 'getFixedBias' and siglist 'GbsrGenotypeData'
  generic 'setFixedBias' and siglist 'GbsrGenotypeData'
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 ... 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
* 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: 2 WARNINGs, 5 NOTEs
See
  ‘/home/biocbuild/bbs-3.20-bioc/meat/GBScleanR.Rcheck/00check.log’
for details.


Installation output

GBScleanR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL GBScleanR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.4.1/site-library’
* installing *source* package ‘GBScleanR’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (GCC) 10.3.1’
using C++11
g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c RcppExports.cpp -o RcppExports.o
g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c gbsrCalcProb.cpp -o gbsrCalcProb.o
gbsrCalcProb.cpp: In function ‘std::vector<double> calcGenoprob(const double&, const double&, const double&, const double&, const double&, const bool&, const int&)’:
gbsrCalcProb.cpp:25:22: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   25 |     for(int g = 0; g < prob.size(); ++g){
      |                    ~~^~~~~~~~~~~~~
gbsrCalcProb.cpp:37:26: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   37 |         for(int g = 0; g < prob.size(); ++g){
      |                        ~~^~~~~~~~~~~~~
gbsrCalcProb.cpp:38:18: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
   38 |             if(g != 0 & g != ploidy){
      |                ~~^~~~
gbsrCalcProb.cpp: In function ‘void calcMissmap(std::vector<double>&, const double&, const double&, const bool&, const int&)’:
gbsrCalcProb.cpp:72:21: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare]
   72 |         } else if(g == ploidy){
      |                   ~~^~~~~~~~~
gbsrCalcProb.cpp:74:22: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare]
   74 |                 if(h == ploidy){
      |                    ~~^~~~~~~~~
gbsrCalcProb.cpp:87:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare]
   87 |                 } else if(h == ploidy){
      |                           ~~^~~~~~~~~
gbsrCalcProb.cpp:127:29: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘const int’ [-Wsign-compare]
  127 |                 } else if(g == ploidy){
      |                           ~~^~~~~~~~~
g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c gbsrFB.cpp -o gbsrFB.o
gbsrFB.cpp: In member function ‘virtual void ParFB::operator()(size_t, size_t)’:
gbsrFB.cpp:109:17: warning: ‘hap_offset_ij’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  109 |             int hap_offset_ij;
      |                 ^~~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c gbsrIPO.cpp -o gbsrIPO.o
gbsrIPO.cpp: In member function ‘virtual void ParGenoProb::operator()(size_t, size_t)’:
gbsrIPO.cpp:57:34: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<double>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
   57 |                 for(int g = 0; g < prob.size(); ++g){
      |                                ~~^~~~~~~~~~~~~
g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c gbsrStats.cpp -o gbsrStats.o
g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c gbsrViterbi.cpp -o gbsrViterbi.o
g++ -std=gnu++11 -I"/home/biocbuild/R/R-4.4.1/include" -DNDEBUG  -I'/home/biocbuild/R/R-4.4.1/site-library/Rcpp/include' -I'/home/biocbuild/R/R-4.4.1/site-library/RcppParallel/include' -I/usr/local/include    -fPIC  -g -O2  -Wall  -c gbsrutil.cpp -o gbsrutil.o
g++ -std=gnu++11 -shared -L/home/biocbuild/R/R-4.4.1/lib -L/usr/local/lib -o GBScleanR.so RcppExports.o gbsrCalcProb.o gbsrFB.o gbsrIPO.o gbsrStats.o gbsrViterbi.o gbsrutil.o -L/home/biocbuild/R/R-4.4.1/lib -lR
installing to /home/biocbuild/R/R-4.4.1/site-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)

Tests output

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-unknown-linux-gnu

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 '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68148165c9.gds' (94.1K)
    # of fragments: 69
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68148165c9.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68148165c9.gds.tmp' (94.0K, 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 '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab682eff4691.gds' (94.1K)
    # of fragments: 69
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab682eff4691.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab682eff4691.gds.tmp' (94.0K, 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 '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6866c4c296.gds' (94.1K)
    # of fragments: 69
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6866c4c296.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6866c4c296.gds.tmp' (94.0K, 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.
Thu Oct  3 05:21:00 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:
    /home/biocbuild/tmp/RtmpFN5gIS/sample2eab6865b66187.gds
    [Progress Info: sample2eab6865b66187.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: a51167e967b708c016f5196aa910d180]
    genotype  [md5: b83af5eb9818d83c2ccaa40d494f15a8]
    phase  [md5: 9d686e01959b61df5fdc1a4684bd72b3]
    annotation/id  [md5: 2e4debeee6209485fcf7cb57d8e185e6]
    annotation/qual  [md5: 5a566f4332739a2b28d23b215163b70a]
    annotation/filter  [md5: cb74cdb22966d99a9290a2c804a10580]
    annotation/format/AD  [md5: 9c1d40375ae9a2d5fb0e3a5ef81f5c53]
Done.
Thu Oct  3 05:21:00 2024
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6865b66187.gds' (52.6K)
    # of fragments: 108
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6865b66187.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6865b66187.gds.tmp' (51.9K, reduced: 648B)
    # of fragments: 54
Thu Oct  3 05:21:00 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 '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6865b66187.gds' (94.1K)
    # of fragments: 69
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6865b66187.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab6865b66187.gds.tmp' (94.0K, 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 '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab686e4c8b45.gds' (94.1K)
    # of fragments: 69
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab686e4c8b45.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab686e4c8b45.gds.tmp' (94.0K, 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.
Thu Oct  3 05:21:13 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:
    /home/biocbuild/tmp/RtmpFN5gIS/sample2eab68799bf5f.gds
    [Progress Info: sample2eab68799bf5f.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: a51167e967b708c016f5196aa910d180]
    genotype  [md5: b83af5eb9818d83c2ccaa40d494f15a8]
    phase  [md5: 9d686e01959b61df5fdc1a4684bd72b3]
    annotation/id  [md5: 2e4debeee6209485fcf7cb57d8e185e6]
    annotation/qual  [md5: 5a566f4332739a2b28d23b215163b70a]
    annotation/filter  [md5: cb74cdb22966d99a9290a2c804a10580]
    annotation/format/AD  [md5: 9c1d40375ae9a2d5fb0e3a5ef81f5c53]
Done.
Thu Oct  3 05:21:13 2024
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68799bf5f.gds' (52.6K)
    # of fragments: 108
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68799bf5f.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68799bf5f.gds.tmp' (51.9K, reduced: 648B)
    # of fragments: 54
Thu Oct  3 05:21:13 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 '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68799bf5f.gds' (94.1K)
    # of fragments: 69
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68799bf5f.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab68799bf5f.gds.tmp' (94.0K, reduced: 108B)
    # of fragments: 60
No parents info.
Thu Oct  3 05:21:13 2024
Variant Call Format (VCF) Import:
    file:
        out2eab681e194177.vcf (56.1K)
    file format: VCFv4.2
    genome reference: <unknown>
    # of sets of chromosomes (ploidy): 2
    # of samples: 47
    genotype field: GT
    genotype storage: bit2
    compression method: customized
    # of samples: 47
    INFO:
    FORMAT: AD
Output:
    /home/biocbuild/tmp/RtmpFN5gIS/newgds2eab684c23f5bf.gds
    [Progress Info: newgds2eab684c23f5bf.gds.progress]
Parsing 'out2eab681e194177.vcf':
+ genotype/data   { Bit2 2x47x131 ZIP_ra, 16B }
Digests:
    sample.id  [md5: 06e2e245c38f6fb02ab2995f698d022f]
    variant.id  [md5: 20cdd8010091bf443aa7b4b94879b846]
    position  [md5: 294ac0958c9c531100ad87c699f3e7c3]
    chromosome  [md5: f35b85eea512e63f36794f39fb35c34f]
    allele  [md5: 702c1c2ffbffd284694454ae5538dde5]
    genotype  [md5: 6d90f5ab97ca3bb65eeb5458bd027d30]
    phase  [md5: ca93fc31bef9f95528125a0bca7efd97]
    annotation/id  [md5: 77386a1039f9e69554f939020f9c4c28]
    annotation/qual  [md5: 40a87b2f77eba7fd213385cf72c82968]
    annotation/filter  [md5: 1360c08b900aaa03ef9c112681fcf0a8]
    annotation/format/AD  [md5: 5c1a13d65bf8dcf85669989a110c06e6]
Done.
Thu Oct  3 05:21:13 2024
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab684c23f5bf.gds' (19.7K)
    # of fragments: 107
    save to '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab684c23f5bf.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab684c23f5bf.gds.tmp' (19.1K, reduced: 636B)
    # of fragments: 54
Thu Oct  3 05:21:13 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 '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab684c23f5bf.gds' (30.4K)
    # of fragments: 69
    save to '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab684c23f5bf.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab684c23f5bf.gds.tmp' (30.3K, reduced: 108B)
    # of fragments: 60
No parents info.
Thu Oct  3 05:21:14 2024
Variant Call Format (VCF) Import:
    file:
        out2eab685ae03769.vcf (105.9K)
    file format: VCFv4.2
    genome reference: <unknown>
    # of sets of chromosomes (ploidy): 2
    # of samples: 47
    genotype field: GT
    genotype storage: bit2
    compression method: customized
    # of samples: 47
    INFO:
    FORMAT: AD,FAD,FGT
Output:
    /home/biocbuild/tmp/RtmpFN5gIS/newgds2eab681cba7ff7.gds
    [Progress Info: newgds2eab681cba7ff7.gds.progress]
Parsing 'out2eab685ae03769.vcf':
+ genotype/data   { Bit2 2x47x131 ZIP_ra, 16B }
Digests:
    sample.id  [md5: 06e2e245c38f6fb02ab2995f698d022f]
    variant.id  [md5: 20cdd8010091bf443aa7b4b94879b846]
    position  [md5: 294ac0958c9c531100ad87c699f3e7c3]
    chromosome  [md5: f35b85eea512e63f36794f39fb35c34f]
    allele  [md5: 702c1c2ffbffd284694454ae5538dde5]
    genotype  [md5: 6d90f5ab97ca3bb65eeb5458bd027d30]
    phase  [md5: ca93fc31bef9f95528125a0bca7efd97]
    annotation/id  [md5: 77386a1039f9e69554f939020f9c4c28]
    annotation/qual  [md5: 40a87b2f77eba7fd213385cf72c82968]
    annotation/filter  [md5: 1360c08b900aaa03ef9c112681fcf0a8]
    annotation/format/AD  [md5: 5c1a13d65bf8dcf85669989a110c06e6]
    annotation/format/FAD  [md5: f20884b573b964b21d5f40a8b101852b]
    annotation/format/FGT  [md5: 43f136aed87347c96eb0f6b8217593e5]
Done.
Thu Oct  3 05:21:14 2024
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab681cba7ff7.gds' (28.7K)
    # of fragments: 129
    save to '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab681cba7ff7.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab681cba7ff7.gds.tmp' (28.0K, reduced: 780B)
    # of fragments: 64
Thu Oct  3 05:21:14 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 '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab681cba7ff7.gds' (49.2K)
    # of fragments: 86
    save to '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab681cba7ff7.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/newgds2eab681cba7ff7.gds.tmp' (47.9K, reduced: 1.3K)
    # 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 '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab683e96018f.gds' (94.1K)
    # of fragments: 69
    save to '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab683e96018f.gds.tmp'
    rename '/home/biocbuild/tmp/RtmpFN5gIS/sample2eab683e96018f.gds.tmp' (94.0K, 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 
 35.753   1.785  37.619 

Example timings

GBScleanR.Rcheck/GBScleanR-Ex.timings

nameusersystemelapsed
GbsrGenotypeData-class0.0180.0000.027
GbsrScheme-class0.0140.0000.016
addScheme0.0110.0000.012
assignScheme0.1180.0000.118
boxplotGBSR1.1240.0121.140
closeGDS0.0060.0000.006
countGenotype0.8970.0800.979
countRead1.0130.0201.036
estGeno2.1160.2362.363
gbsrGDS2CSV0.0380.0000.039
gbsrGDS2VCF0.0060.0000.007
gbsrVCF2GDS0.0930.0110.108
getAllele0.0070.0000.007
getChromosome0.0070.0000.006
getCountAlleleAlt0.5340.0000.535
getCountAlleleMissing0.5440.0230.568
getCountAlleleRef0.5520.0050.558
getCountGenoAlt0.5320.0260.561
getCountGenoHet0.5290.0000.530
getCountGenoMissing0.5250.0000.526
getCountGenoRef0.5350.0040.542
getCountRead0.5680.0570.627
getCountReadAlt0.5620.0020.565
getCountReadRef0.5470.0250.573
getGenotype0.0400.0060.046
getHaplotype2.1270.1442.276
getInfo0.0080.0000.007
getMAC0.5440.0240.569
getMAF0.5300.0000.531
getMarID0.0070.0000.007
getMeanReadAlt0.5510.0320.583
getMeanReadRef0.5430.0040.548
getMedianReadAlt0.5460.0000.546
getMedianReadRef0.5590.0000.560
getParents0.0120.0000.012
getPosition0.0030.0040.008
getRead0.0060.0040.011
getReplicates0.0080.0000.008
getSDReadAlt0.5540.0000.556
getSDReadRef0.5650.0040.571
getSamID0.0080.0000.008
histGBSR0.8780.0400.920
initScheme0.0090.0000.009
isOpenGDS0.0070.0000.007
loadGDS0.0850.0040.090
makeScheme0.0100.0000.009
nmar0.0060.0000.006
nsam0.0020.0030.005
pairsGBSR0.7490.0000.750
plotDosage0.2940.0000.295
plotGBSR0.8260.0240.852
plotReadRatio0.2510.0080.260
reopenGDS0.010.000.01
resetCallFilter0.6690.0160.687
resetFilter1.8150.0081.828
resetMarFilter1.0860.0601.147
resetSamFilter1.1530.0001.155
setCallFilter1.2500.0521.305
setInfoFilter0.0030.0040.011
setMarFilter1.0650.0001.067
setParents2.0610.1722.236
setReplicates0.0040.0040.007
setSamFilter1.0680.0001.070
showScheme0.0050.0040.008
thinMarker0.5530.0280.582
validMar0.0060.0000.006
validSam0.0060.0000.006