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

This page was generated on 2024-10-11 20:38 -0400 (Fri, 11 Oct 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_644.4.1 (2024-06-14) -- "Race for Your Life" 4763
palomino7Windows Server 2022 Datacenterx644.4.1 (2024-06-14 ucrt) -- "Race for Your Life" 4500
merida1macOS 12.7.5 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4529
kjohnson1macOS 13.6.6 Venturaarm644.4.1 (2024-06-14) -- "Race for Your Life" 4479
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 780/2300HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GBScleanR 1.8.25  (landing page)
Tomoyuki Furuta
Snapshot Date: 2024-10-09 14:00 -0400 (Wed, 09 Oct 2024)
git_url: https://git.bioconductor.org/packages/GBScleanR
git_branch: RELEASE_3_19
git_last_commit: 6585835
git_last_commit_date: 2024-10-09 05:51:30 -0400 (Wed, 09 Oct 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  YES
palomino7Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  YES
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    OK    OK  YES
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    OK    OK  YES


CHECK results for GBScleanR on nebbiolo1

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.

raw results


Summary

Package: GBScleanR
Version: 1.8.25
Command: /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings GBScleanR_1.8.25.tar.gz
StartedAt: 2024-10-09 23:31:23 -0400 (Wed, 09 Oct 2024)
EndedAt: 2024-10-09 23:34:54 -0400 (Wed, 09 Oct 2024)
EllapsedTime: 210.4 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: GBScleanR.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/home/biocbuild/bbs-3.19-bioc/R/site-library --timings GBScleanR_1.8.25.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.19-bioc/meat/GBScleanR.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
    GNU Fortran (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
* running under: Ubuntu 22.04.5 LTS
* using session charset: UTF-8
* checking for file ‘GBScleanR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘GBScleanR’ version ‘1.8.25’
* 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:102:18: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  gbsrCalcProb.cpp:116:22: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
See ‘/home/biocbuild/bbs-3.19-bioc/meat/GBScleanR.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
* 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 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
gbsrGDS2VCF,GbsrGenotypeData: no visible global function definition for
  ‘createfn.gds’
gbsrGDS2VCF,GbsrGenotypeData: no visible global function definition for
  ‘closefn.gds’
getGenotype,GbsrGenotypeData: no visible binding for global variable
  ‘variant_id’
Undefined global functions or variables:
  closefn.gds createfn.gds variant_id
* 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
* 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 re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE

Status: 1 WARNING, 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.19-bioc/meat/GBScleanR.Rcheck/00check.log’
for details.


Installation output

GBScleanR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.19-bioc/R/bin/R CMD INSTALL GBScleanR
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.19-bioc/R/site-library’
* installing *source* package ‘GBScleanR’ ...
** using staged installation
** libs
using C++ compiler: ‘g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
using C++11
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/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/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppParallel/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c gbsrCalcProb.cpp -o gbsrCalcProb.o
gbsrCalcProb.cpp: In function ‘void offsetProb(std::vector<double>&, const bool&)’:
gbsrCalcProb.cpp:102:18: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  102 |             if(g == 0 & g == 2){
      |                ~~^~~~
gbsrCalcProb.cpp:116:22: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  116 |                 if(g == 0 & g == 2){
      |                    ~~^~~~
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppParallel/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c gbsrFB.cpp -o gbsrFB.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/RcppParallel/include' -I/usr/local/include    -fpic  -g -O2  -Wall  -c gbsrIPO.cpp -o gbsrIPO.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/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/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/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/bbs-3.19-bioc/R/include" -DNDEBUG  -I'/home/biocbuild/bbs-3.19-bioc/R/site-library/Rcpp/include' -I'/home/biocbuild/bbs-3.19-bioc/R/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/bbs-3.19-bioc/R/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/bbs-3.19-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.19-bioc/R/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: x86_64-pc-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 '/tmp/RtmprbVEQp/sample7e880295bf7f5.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmprbVEQp/sample7e880295bf7f5.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e880295bf7f5.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 '/tmp/RtmprbVEQp/sample7e880732d8b19.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmprbVEQp/sample7e880732d8b19.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e880732d8b19.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 '/tmp/RtmprbVEQp/sample7e88053ec4cee.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmprbVEQp/sample7e88053ec4cee.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e88053ec4cee.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.
Wed Oct  9 23:34: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:
    /tmp/RtmprbVEQp/sample7e880237cc80f.gds
    [Progress Info: sample7e880237cc80f.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.
Wed Oct  9 23:34:00 2024
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmprbVEQp/sample7e880237cc80f.gds' (53.4K)
    # of fragments: 108
    save to '/tmp/RtmprbVEQp/sample7e880237cc80f.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e880237cc80f.gds.tmp' (52.8K, reduced: 648B)
    # of fragments: 54
Wed Oct  9 23:34: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 '/tmp/RtmprbVEQp/sample7e880237cc80f.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmprbVEQp/sample7e880237cc80f.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e880237cc80f.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 '/tmp/RtmprbVEQp/sample7e88036eb4a54.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmprbVEQp/sample7e88036eb4a54.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e88036eb4a54.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.
Wed Oct  9 23:34:10 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:
    /tmp/RtmprbVEQp/sample7e8804729a5eb.gds
    [Progress Info: sample7e8804729a5eb.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.
Wed Oct  9 23:34:10 2024
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmprbVEQp/sample7e8804729a5eb.gds' (53.4K)
    # of fragments: 108
    save to '/tmp/RtmprbVEQp/sample7e8804729a5eb.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e8804729a5eb.gds.tmp' (52.8K, reduced: 648B)
    # of fragments: 54
Wed Oct  9 23:34:10 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 '/tmp/RtmprbVEQp/sample7e8804729a5eb.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmprbVEQp/sample7e8804729a5eb.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e8804729a5eb.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
No parents info.
Wed Oct  9 23:34:10 2024
Variant Call Format (VCF) Import:
    file:
        out7e880636ec282.vcf (53.6K)
    file format: VCFv4.2
    genome reference: <unknown>
    # of sets of chromosomes (ploidy): 2
    # of samples: 48
    genotype field: GT
    genotype storage: bit2
    compression method: customized
    # of samples: 48
    INFO:
    FORMAT: AD
Output:
    /tmp/RtmprbVEQp/newgds7e8804e694a36.gds
    [Progress Info: newgds7e8804e694a36.gds.progress]
Parsing 'out7e880636ec282.vcf':
+ genotype/data   { Bit2 2x48x123 ZIP_ra, 16B }
Digests:
    sample.id  [md5: fc710f34afc9fda281ef151cecce7a21]
    variant.id  [md5: 5a4e8bfc1e37fcd1800d6ca6831cbd4e]
    position  [md5: 83d9428f88b63d605300a44262aaa34d]
    chromosome  [md5: f6bfc37d611c76b81e9d7b504bb3162c]
    allele  [md5: 383a20f1e5acc1301d92b6345c26ef9b]
    genotype  [md5: e83073ac0ea190a5b341a1864ef20f51]
    phase  [md5: 3b4a7a8eea6bb7de279d21b09ba01a37]
    annotation/id  [md5: fb2d15e923048de0eba44e54675c900c]
    annotation/qual  [md5: aba5ad5b4581d374c611cfab79690308]
    annotation/filter  [md5: eb14a330fb0decef5fabef1ce0f58772]
    annotation/format/AD  [md5: aa2e4cf4c3865723dc38072c47511533]
Done.
Wed Oct  9 23:34:10 2024
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmprbVEQp/newgds7e8804e694a36.gds' (19.4K)
    # of fragments: 107
    save to '/tmp/RtmprbVEQp/newgds7e8804e694a36.gds.tmp'
    rename '/tmp/RtmprbVEQp/newgds7e8804e694a36.gds.tmp' (18.8K, reduced: 636B)
    # of fragments: 54
Wed Oct  9 23:34:10 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 '/tmp/RtmprbVEQp/newgds7e8804e694a36.gds' (29.9K)
    # of fragments: 69
    save to '/tmp/RtmprbVEQp/newgds7e8804e694a36.gds.tmp'
    rename '/tmp/RtmprbVEQp/newgds7e8804e694a36.gds.tmp' (29.8K, reduced: 108B)
    # of fragments: 60
No parents info.
Wed Oct  9 23:34:11 2024
Variant Call Format (VCF) Import:
    file:
        out7e88074645db.vcf (101.2K)
    file format: VCFv4.2
    genome reference: <unknown>
    # of sets of chromosomes (ploidy): 2
    # of samples: 48
    genotype field: GT
    genotype storage: bit2
    compression method: customized
    # of samples: 48
    INFO:
    FORMAT: AD,FAD,FGT
Output:
    /tmp/RtmprbVEQp/newgds7e8804e04abc.gds
    [Progress Info: newgds7e8804e04abc.gds.progress]
Parsing 'out7e88074645db.vcf':
+ genotype/data   { Bit2 2x48x123 ZIP_ra, 16B }
Digests:
    sample.id  [md5: fc710f34afc9fda281ef151cecce7a21]
    variant.id  [md5: 5a4e8bfc1e37fcd1800d6ca6831cbd4e]
    position  [md5: 83d9428f88b63d605300a44262aaa34d]
    chromosome  [md5: f6bfc37d611c76b81e9d7b504bb3162c]
    allele  [md5: 383a20f1e5acc1301d92b6345c26ef9b]
    genotype  [md5: e83073ac0ea190a5b341a1864ef20f51]
    phase  [md5: 3b4a7a8eea6bb7de279d21b09ba01a37]
    annotation/id  [md5: fb2d15e923048de0eba44e54675c900c]
    annotation/qual  [md5: aba5ad5b4581d374c611cfab79690308]
    annotation/filter  [md5: eb14a330fb0decef5fabef1ce0f58772]
    annotation/format/AD  [md5: aa2e4cf4c3865723dc38072c47511533]
    annotation/format/FAD  [md5: e3520e6b6185958efc007d6c26f318f4]
    annotation/format/FGT  [md5: 6861f67853ead89a58211d8f85833083]
Done.
Wed Oct  9 23:34:11 2024
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmprbVEQp/newgds7e8804e04abc.gds' (27.9K)
    # of fragments: 129
    save to '/tmp/RtmprbVEQp/newgds7e8804e04abc.gds.tmp'
    rename '/tmp/RtmprbVEQp/newgds7e8804e04abc.gds.tmp' (27.2K, reduced: 780B)
    # of fragments: 64
Wed Oct  9 23:34:11 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 '/tmp/RtmprbVEQp/newgds7e8804e04abc.gds' (47.7K)
    # of fragments: 86
    save to '/tmp/RtmprbVEQp/newgds7e8804e04abc.gds.tmp'
    rename '/tmp/RtmprbVEQp/newgds7e8804e04abc.gds.tmp' (46.5K, reduced: 1.2K)
    # 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 '/tmp/RtmprbVEQp/sample7e88062c41764.gds' (95.5K)
    # of fragments: 69
    save to '/tmp/RtmprbVEQp/sample7e88062c41764.gds.tmp'
    rename '/tmp/RtmprbVEQp/sample7e88062c41764.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...

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 
 27.641   0.745  28.377 

Example timings

GBScleanR.Rcheck/GBScleanR-Ex.timings

nameusersystemelapsed
GbsrGenotypeData-class0.0160.0000.018
GbsrScheme-class0.0490.0000.049
addScheme0.010.000.01
assignScheme0.0750.0040.078
boxplotGBSR0.8090.0040.814
closeGDS0.0050.0000.004
countGenotype0.6790.0000.679
countRead0.7190.0000.720
estGeno2.1270.0312.161
gbsrGDS2CSV0.0330.0040.037
gbsrGDS2VCF0.0010.0040.006
gbsrVCF2GDS0.0750.0120.090
getAllele0.0040.0030.007
getChromosome0.0070.0000.007
getCountAlleleAlt0.4670.0000.467
getCountAlleleMissing0.4540.0000.454
getCountAlleleRef0.5150.0030.518
getCountGenoAlt0.5090.0030.512
getCountGenoHet0.4890.0010.490
getCountGenoMissing0.5950.0040.599
getCountGenoRef0.4590.0000.459
getCountRead0.5660.0030.569
getCountReadAlt0.5130.0000.513
getCountReadRef0.4810.0070.488
getGenotype0.0290.0040.034
getHaplotype2.1870.0362.222
getInfo0.0050.0000.005
getMAC0.4280.0070.435
getMAF0.4250.0050.430
getMarID0.0040.0030.007
getMeanReadAlt0.4340.0080.442
getMeanReadRef0.4480.0430.491
getMedianReadAlt0.4420.0070.449
getMedianReadRef0.4700.0030.473
getParents0.0080.0000.009
getPosition0.0070.0000.007
getRead0.0040.0030.007
getReplicates0.0060.0000.005
getSDReadAlt0.4370.0040.441
getSDReadRef0.4370.0030.441
getSamID0.0020.0060.008
histGBSR0.6040.0010.606
initScheme0.0070.0000.008
isOpenGDS0.0070.0000.007
loadGDS0.0660.0080.073
makeScheme0.0040.0040.008
nmar0.0010.0040.005
nsam0.0010.0030.005
pairsGBSR0.5730.0000.573
plotDosage0.1750.0040.178
plotGBSR0.5780.0000.578
plotReadRatio0.1630.0000.164
reopenGDS0.0050.0030.008
resetCallFilter0.5340.0080.543
resetFilter1.5680.0041.572
resetMarFilter1.0670.0001.068
resetSamFilter1.0890.0411.130
setCallFilter0.9980.0181.018
setInfoFilter0.0020.0040.007
setMarFilter0.9220.0010.923
setParents2.0080.0182.027
setReplicates0.0030.0040.006
setSamFilter0.7710.0040.774
showScheme0.0070.0000.007
thinMarker0.4110.0000.410
validMar0.0000.0060.007
validSam0.0040.0010.006