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

This page was generated on 2023-04-12 11:06:08 -0400 (Wed, 12 Apr 2023).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 20.04.5 LTS)x86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4502
palomino4Windows Server 2022 Datacenterx644.2.3 (2023-03-15 ucrt) -- "Shortstop Beagle" 4282
lconwaymacOS 12.5.1 Montereyx86_644.2.3 (2023-03-15) -- "Shortstop Beagle" 4310
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

CHECK results for GBScleanR on lconway


To the developers/maintainers of the GBScleanR package:
- Please 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 How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 737/2183HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
GBScleanR 1.2.14  (landing page)
Tomoyuki Furuta
Snapshot Date: 2023-04-10 14:00:05 -0400 (Mon, 10 Apr 2023)
git_url: https://git.bioconductor.org/packages/GBScleanR
git_branch: RELEASE_3_16
git_last_commit: 48ea0c3
git_last_commit_date: 2023-04-06 03:59:09 -0400 (Thu, 06 Apr 2023)
nebbiolo2Linux (Ubuntu 20.04.5 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino4Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
lconwaymacOS 12.5.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published

Summary

Package: GBScleanR
Version: 1.2.14
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings GBScleanR_1.2.14.tar.gz
StartedAt: 2023-04-10 20:18:26 -0400 (Mon, 10 Apr 2023)
EndedAt: 2023-04-10 20:21:20 -0400 (Mon, 10 Apr 2023)
EllapsedTime: 173.3 seconds
RetCode: 0
Status:   WARNINGS  
CheckDir: GBScleanR.Rcheck
Warnings: 3

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:GBScleanR.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings GBScleanR_1.2.14.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.16-bioc/meat/GBScleanR.Rcheck’
* using R version 4.2.3 (2023-03-15)
* using platform: x86_64-apple-darwin17.0 (64-bit)
* 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.2.14’
* 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 ... OK
* 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 ... WARNING
Invalid citation information in ‘inst/CITATION’:
  Error in parse(con): 12:3: unexpected symbol
  11:   doi = "10.1093/genetics/iyad055"
  12:   volume
        ^
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.getJnum: no visible binding for global variable ‘head’
Undefined global functions or variables:
  head
Consider adding
  importFrom("utils", "head")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... WARNING
Missing link or links in documentation object 'assignScheme.Rd':
  ‘asignScheme’

See section 'Cross-references' in the 'Writing R Extensions' manual.
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... WARNING
Documented arguments not in \usage in documentation object 'initScheme':
  ‘crosstype’

Undocumented arguments in documentation object 'showScheme'
  ‘pedigree’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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
Examples with CPU (user + system) or elapsed time > 5s
              user system elapsed
estGeno      1.716  5.839   7.638
setParents   1.239  5.600   6.903
getHaplotype 1.229  5.484   6.759
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 3 WARNINGs, 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.16-bioc/meat/GBScleanR.Rcheck/00check.log’
for details.



Installation output

GBScleanR.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL GBScleanR
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.2/Resources/library’
* installing *source* package ‘GBScleanR’ ...
** using staged installation
** libs
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppParallel/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppParallel/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c gbsrCalcProb.cpp -o gbsrCalcProb.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppParallel/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c gbsrFB.cpp -o gbsrFB.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppParallel/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c gbsrIPO.cpp -o gbsrIPO.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppParallel/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c gbsrStats.cpp -o gbsrStats.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppParallel/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c gbsrViterbi.cpp -o gbsrViterbi.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.2/Resources/library/RcppParallel/include' -I/usr/local/include   -fPIC  -Wall -g -O2  -c gbsrutil.cpp -o gbsrutil.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -o GBScleanR.so RcppExports.o gbsrCalcProb.o gbsrFB.o gbsrIPO.o gbsrStats.o gbsrViterbi.o gbsrutil.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.2/Resources/library/00LOCK-GBScleanR/00new/GBScleanR/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (GBScleanR)

Tests output

GBScleanR.Rcheck/tests/testthat.Rout


R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin17.0 (64-bit)

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

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

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

> library(testthat)
> library(GBScleanR)
Loading required package: SeqArray
Loading required package: gdsfmt
> 
> test_check("GBScleanR")
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/sample10ba7f09486b.gds' (95.5K)
    # of fragments: 69
    save to '/private/tmp/RtmpyvmRyx/sample10ba7f09486b.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/sample10ba7f09486b.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/sample10ba3a71a9f5.gds' (95.5K)
    # of fragments: 69
    save to '/private/tmp/RtmpyvmRyx/sample10ba3a71a9f5.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/sample10ba3a71a9f5.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.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/sample10ba7c4d31cc.gds' (95.5K)
    # of fragments: 69
    save to '/private/tmp/RtmpyvmRyx/sample10ba7c4d31cc.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/sample10ba7c4d31cc.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.
Mon Apr 10 20:20:53 2023
Variant Call Format (VCF) Import:
    file(s):
        sample.vcf (210.3K)
    file format: VCFv4.2
    genome reference: <unknown>
    the number of sets of chromosomes (ploidy): 2
    the number of samples: 102
    genotype storage: bit2
    compression method: customized
    # of samples: 102
Output:
    /tmp/RtmpyvmRyx/sample10ba300087d5.gds
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.
Mon Apr 10 20:20:53 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmpyvmRyx/sample10ba300087d5.gds' (53.4K)
    # of fragments: 108
    save to '/tmp/RtmpyvmRyx/sample10ba300087d5.gds.tmp'
    rename '/tmp/RtmpyvmRyx/sample10ba300087d5.gds.tmp' (52.8K, reduced: 648B)
    # of fragments: 54
Mon Apr 10 20:20:53 2023
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/sample10ba300087d5.gds' (95.5K)
    # of fragments: 69
    save to '/private/tmp/RtmpyvmRyx/sample10ba300087d5.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/sample10ba300087d5.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
The connection to the GDS file was closed.
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/sample10ba72d5c991.gds' (95.5K)
    # of fragments: 69
    save to '/private/tmp/RtmpyvmRyx/sample10ba72d5c991.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/sample10ba72d5c991.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.
 <None> <None> <None> <None> <None> <None> <None> <None> <None> <None>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.
Mon Apr 10 20:20:59 2023
Variant Call Format (VCF) Import:
    file(s):
        sample.vcf (210.3K)
    file format: VCFv4.2
    genome reference: <unknown>
    the number of sets of chromosomes (ploidy): 2
    the number of samples: 102
    genotype storage: bit2
    compression method: customized
    # of samples: 102
Output:
    /tmp/RtmpyvmRyx/sample10ba31a4897d.gds
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.
Mon Apr 10 20:20:59 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmpyvmRyx/sample10ba31a4897d.gds' (53.4K)
    # of fragments: 108
    save to '/tmp/RtmpyvmRyx/sample10ba31a4897d.gds.tmp'
    rename '/tmp/RtmpyvmRyx/sample10ba31a4897d.gds.tmp' (52.8K, reduced: 648B)
    # of fragments: 54
Mon Apr 10 20:20:59 2023
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/sample10ba31a4897d.gds' (95.5K)
    # of fragments: 69
    save to '/private/tmp/RtmpyvmRyx/sample10ba31a4897d.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/sample10ba31a4897d.gds.tmp' (95.4K, reduced: 108B)
    # of fragments: 60
No parents info.
Mon Apr 10 20:20:59 2023
Variant Call Format (VCF) Import:
    file(s):
        out10ba481167ce.vcf (50.9K)
    file format: VCFv4.2
    genome reference: <unknown>
    the number of sets of chromosomes (ploidy): 2
    the number of samples: 47
    genotype storage: bit2
    compression method: customized
    # of samples: 47
Output:
    /tmp/RtmpyvmRyx/newgds10ba6eb62a58.gds
Parsing 'out10ba481167ce.vcf':
+ genotype/data   { Bit2 2x47x119 ZIP_ra, 16B }
Digests:
    sample.id  [md5: 1474060d9cfdc66adeb7e1cee7d85904]
    variant.id  [md5: 2fe225cdcc03c6b25f94e65209f47935]
    position  [md5: 362ee02ef44dcd02ba0cee56f5b1f36f]
    chromosome  [md5: 2c63827bd00e7c6bf967d1b3564fb864]
    allele  [md5: e1a98b6ecb2f79887008397fc5104ebb]
    genotype  [md5: e1d7406445e3fdd76bf4768db715928f]
    phase  [md5: bc4bccfe4a216df56029726fa9c9cf90]
    annotation/id  [md5: 9ea6cc09614b5a6f5f6c818be9c0863e]
    annotation/qual  [md5: e5b0890672db1d9613363930dd2f3aba]
    annotation/filter  [md5: 9987a60b68575dbedaa31b344ec7e745]
    annotation/format/AD  [md5: 4f8f100579a805b495bae5fc53275833]
Done.
Mon Apr 10 20:20:59 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmpyvmRyx/newgds10ba6eb62a58.gds' (19.0K)
    # of fragments: 107
    save to '/tmp/RtmpyvmRyx/newgds10ba6eb62a58.gds.tmp'
    rename '/tmp/RtmpyvmRyx/newgds10ba6eb62a58.gds.tmp' (18.4K, reduced: 636B)
    # of fragments: 54
Mon Apr 10 20:20:59 2023
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/newgds10ba6eb62a58.gds' (28.9K)
    # of fragments: 69
    save to '/private/tmp/RtmpyvmRyx/newgds10ba6eb62a58.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/newgds10ba6eb62a58.gds.tmp' (28.8K, reduced: 108B)
    # of fragments: 60
No parents info.
Mon Apr 10 20:20:59 2023
Variant Call Format (VCF) Import:
    file(s):
        out10ba79963030.vcf (107.5K)
    file format: VCFv4.2
    genome reference: <unknown>
    the number of sets of chromosomes (ploidy): 2
    the number of samples: 47
    genotype storage: bit2
    compression method: customized
    # of samples: 47
Output:
    /tmp/RtmpyvmRyx/newgds10ba556c824b.gds
Parsing 'out10ba79963030.vcf':
+ genotype/data   { Bit2 2x47x119 ZIP_ra, 16B }
Digests:
    sample.id  [md5: 1474060d9cfdc66adeb7e1cee7d85904]
    variant.id  [md5: 2fe225cdcc03c6b25f94e65209f47935]
    position  [md5: 362ee02ef44dcd02ba0cee56f5b1f36f]
    chromosome  [md5: 2c63827bd00e7c6bf967d1b3564fb864]
    allele  [md5: e1a98b6ecb2f79887008397fc5104ebb]
    genotype  [md5: e1d7406445e3fdd76bf4768db715928f]
    phase  [md5: bc4bccfe4a216df56029726fa9c9cf90]
    annotation/id  [md5: 9ea6cc09614b5a6f5f6c818be9c0863e]
    annotation/qual  [md5: e5b0890672db1d9613363930dd2f3aba]
    annotation/filter  [md5: 9987a60b68575dbedaa31b344ec7e745]
    annotation/format/AD  [md5: 4f8f100579a805b495bae5fc53275833]
    annotation/format/CFT  [md5: 052799ab7ff3e095fe22de0c8ba85dde]
    annotation/format/FAD  [md5: 0103bf43040362e2f63ab04d829425a4]
    annotation/format/FGT  [md5: b6fe336f5d528c01f8d3fc074bfa6885]
Done.
Mon Apr 10 20:20:59 2023
Optimize the access efficiency ...
Clean up the fragments of GDS file:
    open the file '/tmp/RtmpyvmRyx/newgds10ba556c824b.gds' (28.7K)
    # of fragments: 140
    save to '/tmp/RtmpyvmRyx/newgds10ba556c824b.gds.tmp'
    rename '/tmp/RtmpyvmRyx/newgds10ba556c824b.gds.tmp' (27.9K, reduced: 852B)
    # of fragments: 69
Mon Apr 10 20:20:59 2023
Loading GDS file.
Reformatting FGT
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Working on 'annotation/format/FAD' ...
Working on 'annotation/format/FGT' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/newgds10ba556c824b.gds' (47.4K)
    # of fragments: 91
    save to '/private/tmp/RtmpyvmRyx/newgds10ba556c824b.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/newgds10ba556c824b.gds.tmp' (46.2K, reduced: 1.2K)
    # of fragments: 79
The connection to the GDS file was closed.
The connection to the GDS file was closed.
Loading GDS file.
Working on 'genotype' ...
Working on 'phase' ...
Working on 'annotation/format/AD' ...
Clean up the fragments of GDS file:
    open the file '/private/tmp/RtmpyvmRyx/sample10ba46de35bd.gds' (95.5K)
    # of fragments: 69
    save to '/private/tmp/RtmpyvmRyx/sample10ba46de35bd.gds.tmp'
    rename '/private/tmp/RtmpyvmRyx/sample10ba46de35bd.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 
 12.763   8.904  21.887 

Example timings

GBScleanR.Rcheck/GBScleanR-Ex.timings

nameusersystemelapsed
GbsrGenotypeData-class0.0100.0020.013
GbsrScheme-class0.0290.0010.030
addScheme0.0360.0020.037
assignScheme0.0490.0020.052
boxplotGBSR0.3810.0120.393
closeGDS0.0050.0010.005
countGenotype0.2820.0090.293
countRead0.2820.0120.298
estGeno1.7165.8397.638
gbsrGDS2CSV0.0240.0020.026
gbsrGDS2VCF0.0040.0010.004
gbsrVCF2GDS0.0770.0280.112
getAllele0.0050.0020.006
getChromosome0.0040.0020.006
getCountAlleleAlt0.0070.0020.009
getCountAlleleMissing0.0070.0020.009
getCountAlleleRef0.0150.0020.017
getCountGenoAlt0.0070.0020.009
getCountGenoHet0.0070.0020.009
getCountGenoMissing0.0070.0020.009
getCountGenoRef0.0070.0020.009
getCountRead0.0210.0020.023
getCountReadAlt0.0120.0020.015
getCountReadRef0.0120.0020.015
getGenotype0.0370.0010.039
getHaplotype1.2295.4846.759
getInfo0.0050.0020.006
getMAC0.0100.0020.012
getMAF0.0100.0020.012
getMarID0.0040.0020.007
getMeanReadAlt0.0150.0030.018
getMeanReadRef0.0130.0020.017
getMedianReadAlt0.0290.0080.036
getMedianReadRef0.0160.0030.019
getParents0.0060.0010.006
getPosition0.0030.0020.006
getRead0.0050.0010.005
getSDReadAlt0.0130.0030.016
getSDReadRef0.0150.0030.018
getSamID0.0040.0010.006
histGBSR0.1930.0020.197
initScheme0.0050.0020.006
isOpenGDS0.0040.0010.005
loadGDS0.0690.0320.109
nmar0.0030.0010.004
nsam0.0030.0010.004
pairsGBSR0.1410.0040.146
plotDosage0.1510.0150.167
plotGBSR0.1920.0060.200
plotReadRatio0.1450.0030.149
reopenGDS0.0060.0020.008
resetCallFilter0.3320.3070.649
resetFilter0.3660.3260.709
resetMarFilter0.0210.0030.024
resetSamFilter0.1010.0310.139
setCallFilter0.6220.6621.303
setInfoFilter0.0040.0010.004
setMarFilter0.0160.0030.020
setParents1.2395.6006.903
setSamFilter0.0320.0040.036
showScheme0.0040.0010.006
thinMarker0.0110.0010.013
validMar0.0050.0040.010
validSam0.0040.0020.007