Back to Mac ARM64 build report for BioC 3.18
A[B]CDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-03-28 11:32:17 -0400 (Thu, 28 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
kjohnson1macOS 13.6.1 Venturaarm644.3.3 (2024-02-29) -- "Angel Food Cake" 4376
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 196/2266HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
biodbChebi 1.8.0  (landing page)
Pierrick Roger
Snapshot Date: 2024-03-26 09:00:03 -0400 (Tue, 26 Mar 2024)
git_url: https://git.bioconductor.org/packages/biodbChebi
git_branch: RELEASE_3_18
git_last_commit: 664af9c
git_last_commit_date: 2023-10-24 11:36:37 -0400 (Tue, 24 Oct 2023)
kjohnson1macOS 13.6.1 Ventura / arm64  OK    OK    OK    OK  UNNEEDED, same version is already published

CHECK results for biodbChebi on kjohnson1


To the developers/maintainers of the biodbChebi package:
- 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: biodbChebi
Version: 1.8.0
Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:biodbChebi.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings biodbChebi_1.8.0.tar.gz
StartedAt: 2024-03-27 06:52:03 -0400 (Wed, 27 Mar 2024)
EndedAt: 2024-03-27 06:53:24 -0400 (Wed, 27 Mar 2024)
EllapsedTime: 81.7 seconds
RetCode: 0
Status:   OK  
CheckDir: biodbChebi.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.18-bioc-mac-arm64/meat/biodbChebi.Rcheck’
* using R version 4.3.3 (2024-02-29)
* using platform: aarch64-apple-darwin20 (64-bit)
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.6.1
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘biodbChebi/DESCRIPTION’ ... OK
* this is package ‘biodbChebi’ version ‘1.8.0’
* 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 ‘biodbChebi’ can be installed ... OK
* checking installed package size ... OK
* checking package 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 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 ... OK
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking 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 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: OK


Installation output

biodbChebi.Rcheck/00install.out

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


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library’
* installing *source* package ‘biodbChebi’ ...
** using staged installation
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (biodbChebi)

Tests output

biodbChebi.Rcheck/tests/testthat.Rout


R version 4.3.3 (2024-02-29) -- "Angel Food Cake"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20 (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.

> # vi: fdm=marker
> # Script needed to run testthat automatically from ‘R CMD check’. See
> # testthat::test_dir documentation.
> library(testthat)
> library(biodbChebi)
> Sys.setenv(TESTTHAT_REPORTER="summary")
> Sys.setenv(BIODB_LOG_DST="console")
> test_check("biodbChebi")
biodb.INFO [2024-03-27 06:52:58.958][biodb::testContext]
biodb.INFO [2024-03-27 06:52:58.964][biodb::testContext] ********************************************************************************
biodb.INFO [2024-03-27 06:52:58.965][biodb::testContext] Test context - Generic tests
biodb.INFO [2024-03-27 06:52:58.966][biodb::testContext] ********************************************************************************
biodb.INFO [2024-03-27 06:52:58.967][biodb::testContext]
biodb.INFO [2024-03-27 06:52:58.978][private$loadBiodbPkgsDefinitions] Loading definitions from package biodb version 1.10.0.
biodb.DEBUG[2024-03-27 06:52:58.982][self$loadDefinitions] Load definitions from file "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodb/definitions.yml".
biodb.DEBUG[2024-03-27 06:52:58.996][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:52:58.998][self$getConfig()$define] Define config key allow.huge.downloads.
biodb.DEBUG[2024-03-27 06:52:58.999][self$set] Set key allow.huge.downloads to TRUE.
biodb.DEBUG[2024-03-27 06:52:59.001][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.001][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.003][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.004][self$getConfig()$define] Define config key autoload.extra.pkgs.
biodb.DEBUG[2024-03-27 06:52:59.026][self$set] Set key autoload.extra.pkgs to TRUE.
biodb.DEBUG[2024-03-27 06:52:59.027][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.028][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.030][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.031][self$getConfig()$define] Define config key cache.all.requests.
biodb.DEBUG[2024-03-27 06:52:59.033][self$set] Set key cache.all.requests to TRUE.
biodb.DEBUG[2024-03-27 06:52:59.034][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.035][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.036][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.037][self$getConfig()$define] Define config key cache.directory.
biodb.DEBUG[2024-03-27 06:52:59.038][self$getConfig()$define] Define config key cache.read.only.
biodb.DEBUG[2024-03-27 06:52:59.039][self$set] Set key cache.read.only to FALSE.
biodb.DEBUG[2024-03-27 06:52:59.040][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.040][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.041][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.042][self$getConfig()$define] Define config key cache.subfolders.
biodb.DEBUG[2024-03-27 06:52:59.043][self$getConfig()$define] Define config key cache.system.
biodb.DEBUG[2024-03-27 06:52:59.044][self$set] Set key cache.system to TRUE.
biodb.DEBUG[2024-03-27 06:52:59.045][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.046][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.046][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.047][self$getConfig()$define] Define config key use.cache.for.local.db.
biodb.DEBUG[2024-03-27 06:52:59.048][self$set] Set key use.cache.for.local.db to FALSE.
biodb.DEBUG[2024-03-27 06:52:59.049][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.050][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.051][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.052][self$getConfig()$define] Define config key dwnld.chunk.size.
biodb.DEBUG[2024-03-27 06:52:59.052][self$getConfig()$define] Define config key dwnld.timeout.
biodb.DEBUG[2024-03-27 06:52:59.053][self$set] Set key dwnld.timeout to 3600.
biodb.DEBUG[2024-03-27 06:52:59.054][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.055][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.056][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.057][self$getConfig()$define] Define config key compute.fields.
biodb.DEBUG[2024-03-27 06:52:59.058][self$set] Set key compute.fields to TRUE.
biodb.DEBUG[2024-03-27 06:52:59.058][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.059][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.060][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.061][self$getConfig()$define] Define config key factory.cache.
biodb.DEBUG[2024-03-27 06:52:59.062][self$getConfig()$define] Define config key force.locale.
biodb.DEBUG[2024-03-27 06:52:59.063][self$set] Set key force.locale to TRUE.
biodb.DEBUG[2024-03-27 06:52:59.064][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.065][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.065][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.066][self$getConfig()$define] Define config key longterm.cache.subfolder.
biodb.DEBUG[2024-03-27 06:52:59.068][self$getConfig()$define] Define config key msg.caution.lvl.
biodb.DEBUG[2024-03-27 06:52:59.069][self$getConfig()$define] Define config key msg.debug.lvl.
biodb.DEBUG[2024-03-27 06:52:59.071][self$getConfig()$define] Define config key msg.info.lvl.
biodb.DEBUG[2024-03-27 06:52:59.072][self$getConfig()$define] Define config key multival.field.sep.
biodb.DEBUG[2024-03-27 06:52:59.073][self$set] Set key multival.field.sep to ";".
biodb.DEBUG[2024-03-27 06:52:59.074][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.075][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.076][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.077][self$getConfig()$define] Define config key intra.field.name.sep.
biodb.DEBUG[2024-03-27 06:52:59.078][self$set] Set key intra.field.name.sep to ".".
biodb.DEBUG[2024-03-27 06:52:59.079][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.080][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.081][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.082][self$getConfig()$define] Define config key entries.sep.
biodb.DEBUG[2024-03-27 06:52:59.083][self$set] Set key entries.sep to "|".
biodb.DEBUG[2024-03-27 06:52:59.084][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.085][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.086][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.087][self$getConfig()$define] Define config key offline.
biodb.DEBUG[2024-03-27 06:52:59.088][self$set] Set key offline to FALSE.
biodb.DEBUG[2024-03-27 06:52:59.089][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.089][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.090][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.091][self$getConfig()$define] Define config key persistent.cache.impl.
biodb.DEBUG[2024-03-27 06:52:59.092][self$set] Set key persistent.cache.impl to "custom".
biodb.DEBUG[2024-03-27 06:52:59.093][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.094][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.095][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.096][self$getConfig()$define] Define config key proton.mass.
biodb.DEBUG[2024-03-27 06:52:59.096][self$set] Set key proton.mass to 1.0072765.
biodb.DEBUG[2024-03-27 06:52:59.097][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.098][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.099][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.100][self$getConfig()$define] Define config key shortterm.cache.subfolder.
biodb.DEBUG[2024-03-27 06:52:59.101][self$getConfig()$define] Define config key svn.binary.path.
biodb.DEBUG[2024-03-27 06:52:59.120][self$set] Set key svn.binary.path to "".
biodb.DEBUG[2024-03-27 06:52:59.122][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.124][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.125][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.126][self$getConfig()$define] Define config key test.functions.
biodb.DEBUG[2024-03-27 06:52:59.127][self$getConfig()$define] Define config key useragent.
biodb.DEBUG[2024-03-27 06:52:59.128][self$set] Set key useragent to "R Bioconductor biodb library.".
biodb.DEBUG[2024-03-27 06:52:59.130][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.131][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.133][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.139][self$getDbsInfo()$define] Define connector comp.csv.file.
biodb.DEBUG[2024-03-27 06:52:59.178][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.205][self$setPropertyValue] Setting property "description" to "A connector to handle a compound database stored inside a CSV file. It is possible to choose the separator for the CSV file, as well as match the column names with the biodb entry fields.".
biodb.DEBUG[2024-03-27 06:52:59.207][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.208][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:52:59.208][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.209][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.210][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.211][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.212][self$setPropertyValue] Setting property "entry.content.type" to "tsv".
biodb.DEBUG[2024-03-27 06:52:59.213][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:52:59.214][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.214][self$setPropertyValue] Setting property "name" to "Compound CSV File".
biodb.DEBUG[2024-03-27 06:52:59.215][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:52:59.217][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.218][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.219][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:52:59.219][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:52:59.219][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:52:59.219][self$setPropertyValue] Setting property "searchable.fields" to "average.mass".
biodb.DEBUG[2024-03-27 06:52:59.219][self$setPropertyValue] Setting property "searchable.fields" to "nominal.mass".
biodb.DEBUG[2024-03-27 06:52:59.220][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:52:59.221][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.222][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.223][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:52:59.224][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.225][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.226][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.227][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.228][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:52:59.229][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:52:59.230][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.231][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.232][self$getDbsInfo()$define] Define connector comp.sqlite.
biodb.DEBUG[2024-03-27 06:52:59.234][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.236][self$setPropertyValue] Setting property "description" to "A connector to handle a compound database stored inside an SQLite file.".
biodb.DEBUG[2024-03-27 06:52:59.237][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.238][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:52:59.240][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.241][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.242][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.243][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.243][self$setPropertyValue] Setting property "entry.content.type" to "list".
biodb.DEBUG[2024-03-27 06:52:59.244][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:52:59.245][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.246][self$setPropertyValue] Setting property "name" to "Compound SQLite".
biodb.DEBUG[2024-03-27 06:52:59.247][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:52:59.247][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.248][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.249][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:52:59.249][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:52:59.249][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:52:59.249][self$setPropertyValue] Setting property "searchable.fields" to "average.mass".
biodb.DEBUG[2024-03-27 06:52:59.249][self$setPropertyValue] Setting property "searchable.fields" to "nominal.mass".
biodb.DEBUG[2024-03-27 06:52:59.250][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:52:59.251][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.252][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.252][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:52:59.253][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.254][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.255][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.256][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.256][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:52:59.257][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:52:59.258][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.259][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.261][self$getDbsInfo()$define] Define connector mass.csv.file.
biodb.DEBUG[2024-03-27 06:52:59.263][self$setPropertyValue] Setting property "compound.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.264][self$setPropertyValue] Setting property "description" to "A connector to handle a mass spectra database stored inside a CSV file. It is possible to choose the separator for the CSV file, as well as match the column names with the biodb entry fields..".
biodb.DEBUG[2024-03-27 06:52:59.265][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.266][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:52:59.268][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.268][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.269][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.270][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.271][self$setPropertyValue] Setting property "entry.content.type" to "tsv".
biodb.DEBUG[2024-03-27 06:52:59.272][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:52:59.274][self$setPropertyValue] Setting property "mass.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.275][self$setPropertyValue] Setting property "name" to "Mass spectra CSV File".
biodb.DEBUG[2024-03-27 06:52:59.275][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:52:59.276][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.277][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.278][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.279][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:52:59.280][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.280][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.281][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:52:59.282][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.283][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.283][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.284][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.285][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:52:59.286][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:52:59.288][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.289][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.291][self$getDbsInfo()$define] Define connector mass.sqlite.
biodb.DEBUG[2024-03-27 06:52:59.293][self$setPropertyValue] Setting property "compound.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.294][self$setPropertyValue] Setting property "description" to "A connector to handle a mass spectra database stored inside an SQLite file.".
biodb.DEBUG[2024-03-27 06:52:59.294][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.295][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:52:59.296][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.297][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.301][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.302][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.303][self$setPropertyValue] Setting property "entry.content.type" to "list".
biodb.DEBUG[2024-03-27 06:52:59.304][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:52:59.304][self$setPropertyValue] Setting property "mass.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.305][self$setPropertyValue] Setting property "name" to "Mass spectra SQLite".
biodb.DEBUG[2024-03-27 06:52:59.307][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:52:59.308][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.309][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.310][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.311][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:52:59.312][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.313][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.314][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:52:59.314][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.315][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.316][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.317][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.318][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:52:59.320][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:52:59.321][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.322][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:52:59.327][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:52:59.328][FUN] Trying to call function notifyNewObservers on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.329][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.330][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.331][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.333][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.334][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.335][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.336][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.337][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.338][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.339][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.340][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.341][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.341][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.342][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.343][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.344][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.345][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.345][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.346][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.347][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.348][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.348][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.349][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.350][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.351][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.352][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.352][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.353][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.354][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.355][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.356][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.356][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.357][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.358][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.359][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.359][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.360][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.361][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.361][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.362][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.363][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.364][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.364][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.365][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.366][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.366][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.367][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.368][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.369][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.369][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.370][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.371][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.371][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.372][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.373][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.374][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.374][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.375][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.376][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.376][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.377][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.378][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.379][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.379][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.380][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.381][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.382][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.382][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.383][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.384][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.384][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.385][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.386][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.387][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.387][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.388][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.389][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.390][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.390][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.391][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.392][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.393][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.393][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.394][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.395][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.396][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.397][self$getEntryFields()$define] Define field accession.
biodb.DEBUG[2024-03-27 06:52:59.404][self$getEntryFields()$define] Define field description.
biodb.DEBUG[2024-03-27 06:52:59.406][self$getEntryFields()$define] Define field name.
biodb.DEBUG[2024-03-27 06:52:59.407][self$getEntryFields()$define] Define field cas.id.
biodb.DEBUG[2024-03-27 06:52:59.408][self$getEntryFields()$define] Define field chebi.id.
biodb.DEBUG[2024-03-27 06:52:59.410][self$getEntryFields()$define] Define field chemspider.id.
biodb.DEBUG[2024-03-27 06:52:59.411][self$getEntryFields()$define] Define field comp.csv.file.id.
biodb.DEBUG[2024-03-27 06:52:59.412][self$getEntryFields()$define] Define field comp.sqlite.id.
biodb.DEBUG[2024-03-27 06:52:59.413][self$getEntryFields()$define] Define field expasy.enzyme.id.
biodb.DEBUG[2024-03-27 06:52:59.414][self$getEntryFields()$define] Define field hmdb.metabolites.id.
biodb.DEBUG[2024-03-27 06:52:59.417][self$getEntryFields()$define] Define field kegg.compound.id.
biodb.DEBUG[2024-03-27 06:52:59.419][self$getEntryFields()$define] Define field kegg.genes.id.
biodb.DEBUG[2024-03-27 06:52:59.422][self$getEntryFields()$define] Define field mass.csv.file.id.
biodb.DEBUG[2024-03-27 06:52:59.423][self$getEntryFields()$define] Define field mass.sqlite.id.
biodb.DEBUG[2024-03-27 06:52:59.425][self$getEntryFields()$define] Define field ncbi.gene.id.
biodb.DEBUG[2024-03-27 06:52:59.426][self$getEntryFields()$define] Define field ncbi.pubchem.comp.id.
biodb.DEBUG[2024-03-27 06:52:59.427][self$getEntryFields()$define] Define field compound.id.
biodb.DEBUG[2024-03-27 06:52:59.429][self$getEntryFields()$define] Define field average.mass.
biodb.DEBUG[2024-03-27 06:52:59.430][self$getEntryFields()$define] Define field molecular.mass.
biodb.DEBUG[2024-03-27 06:52:59.438][self$getEntryFields()$define] Define field monoisotopic.mass.
biodb.DEBUG[2024-03-27 06:52:59.440][self$getEntryFields()$define] Define field nominal.mass.
biodb.DEBUG[2024-03-27 06:52:59.443][self$getEntryFields()$define] Define field peak.attr.
biodb.DEBUG[2024-03-27 06:52:59.444][self$getEntryFields()$define] Define field peak.comp.
biodb.DEBUG[2024-03-27 06:52:59.446][self$getEntryFields()$define] Define field peak.error.ppm.
biodb.DEBUG[2024-03-27 06:52:59.447][self$getEntryFields()$define] Define field peak.formula.
biodb.DEBUG[2024-03-27 06:52:59.449][self$getEntryFields()$define] Define field peak.intensity.
biodb.DEBUG[2024-03-27 06:52:59.450][self$getEntryFields()$define] Define field peak.mass.
biodb.DEBUG[2024-03-27 06:52:59.451][self$getEntryFields()$define] Define field peak.mztheo.
biodb.DEBUG[2024-03-27 06:52:59.452][self$getEntryFields()$define] Define field peak.mzexp.
biodb.DEBUG[2024-03-27 06:52:59.453][self$getEntryFields()$define] Define field peak.mz.
biodb.DEBUG[2024-03-27 06:52:59.454][self$getEntryFields()$define] Define field peak.relative.intensity.
biodb.DEBUG[2024-03-27 06:52:59.456][self$getEntryFields()$define] Define field peaks.
biodb.DEBUG[2024-03-27 06:52:59.457][self$getEntryFields()$define] Define field chrom.col.constructor.
biodb.DEBUG[2024-03-27 06:52:59.458][self$getEntryFields()$define] Define field chrom.col.diameter.
biodb.DEBUG[2024-03-27 06:52:59.460][self$getEntryFields()$define] Define field chrom.col.id.
biodb.DEBUG[2024-03-27 06:52:59.462][self$getEntryFields()$define] Define field chrom.col.length.
biodb.DEBUG[2024-03-27 06:52:59.464][self$getEntryFields()$define] Define field chrom.col.method.protocol.
biodb.DEBUG[2024-03-27 06:52:59.466][self$getEntryFields()$define] Define field chrom.col.name.
biodb.DEBUG[2024-03-27 06:52:59.467][self$getEntryFields()$define] Define field chrom.flow.gradient.
biodb.DEBUG[2024-03-27 06:52:59.468][self$getEntryFields()$define] Define field chrom.flow.rate.
biodb.DEBUG[2024-03-27 06:52:59.470][self$getEntryFields()$define] Define field chrom.rt.
biodb.DEBUG[2024-03-27 06:52:59.471][self$getEntryFields()$define] Define field chrom.rt.max.
biodb.DEBUG[2024-03-27 06:52:59.472][self$getEntryFields()$define] Define field chrom.rt.min.
biodb.DEBUG[2024-03-27 06:52:59.473][self$getEntryFields()$define] Define field chrom.rt.unit.
biodb.DEBUG[2024-03-27 06:52:59.475][self$getEntryFields()$define] Define field chrom.solvent.
biodb.DEBUG[2024-03-27 06:52:59.476][self$getEntryFields()$define] Define field aa.seq.
biodb.DEBUG[2024-03-27 06:52:59.477][self$getEntryFields()$define] Define field aa.seq.length.
biodb.DEBUG[2024-03-27 06:52:59.478][self$getEntryFields()$define] Define field aa.seq.location.
biodb.DEBUG[2024-03-27 06:52:59.479][self$getEntryFields()$define] Define field nt.seq.
biodb.DEBUG[2024-03-27 06:52:59.480][self$getEntryFields()$define] Define field nt.seq.length.
biodb.DEBUG[2024-03-27 06:52:59.482][self$getEntryFields()$define] Define field ec.
biodb.DEBUG[2024-03-27 06:52:59.483][self$getEntryFields()$define] Define field organism.
biodb.DEBUG[2024-03-27 06:52:59.484][self$getEntryFields()$define] Define field pathway.class.
biodb.DEBUG[2024-03-27 06:52:59.485][self$getEntryFields()$define] Define field catalytic.activity.
biodb.DEBUG[2024-03-27 06:52:59.487][self$getEntryFields()$define] Define field cofactor.
biodb.DEBUG[2024-03-27 06:52:59.488][self$getEntryFields()$define] Define field gene.symbol.
biodb.DEBUG[2024-03-27 06:52:59.489][self$getEntryFields()$define] Define field charge.
biodb.DEBUG[2024-03-27 06:52:59.490][self$getEntryFields()$define] Define field comp.iupac.name.allowed.
biodb.DEBUG[2024-03-27 06:52:59.492][self$getEntryFields()$define] Define field comp.iupac.name.cas.
biodb.DEBUG[2024-03-27 06:52:59.494][self$getEntryFields()$define] Define field comp.iupac.name.pref.
biodb.DEBUG[2024-03-27 06:52:59.496][self$getEntryFields()$define] Define field comp.iupac.name.syst.
biodb.DEBUG[2024-03-27 06:52:59.497][self$getEntryFields()$define] Define field comp.iupac.name.trad.
biodb.DEBUG[2024-03-27 06:52:59.498][self$getEntryFields()$define] Define field comp.super.class.
biodb.DEBUG[2024-03-27 06:52:59.500][self$getEntryFields()$define] Define field equation.
biodb.DEBUG[2024-03-27 06:52:59.501][self$getEntryFields()$define] Define field formula.
biodb.DEBUG[2024-03-27 06:52:59.502][self$getEntryFields()$define] Define field composition.
biodb.DEBUG[2024-03-27 06:52:59.503][self$getEntryFields()$define] Define field inchi.
biodb.DEBUG[2024-03-27 06:52:59.504][self$getEntryFields()$define] Define field inchikey.
biodb.DEBUG[2024-03-27 06:52:59.505][self$getEntryFields()$define] Define field logp.
biodb.DEBUG[2024-03-27 06:52:59.506][self$getEntryFields()$define] Define field ms.level.
biodb.DEBUG[2024-03-27 06:52:59.508][self$getEntryFields()$define] Define field ms.mode.
biodb.DEBUG[2024-03-27 06:52:59.509][self$getEntryFields()$define] Define field msdev.
biodb.DEBUG[2024-03-27 06:52:59.510][self$getEntryFields()$define] Define field msdevtype.
biodb.DEBUG[2024-03-27 06:52:59.511][self$getEntryFields()$define] Define field msprecannot.
biodb.DEBUG[2024-03-27 06:52:59.512][self$getEntryFields()$define] Define field msprecmz.
biodb.DEBUG[2024-03-27 06:52:59.513][self$getEntryFields()$define] Define field mstype.
biodb.DEBUG[2024-03-27 06:52:59.514][self$getEntryFields()$define] Define field nb.compounds.
biodb.DEBUG[2024-03-27 06:52:59.515][self$getEntryFields()$define] Define field nb.peaks.
biodb.DEBUG[2024-03-27 06:52:59.517][self$getEntryFields()$define] Define field products.
biodb.DEBUG[2024-03-27 06:52:59.518][self$getEntryFields()$define] Define field smiles.
biodb.DEBUG[2024-03-27 06:52:59.519][self$getEntryFields()$define] Define field smiles.canonical.
biodb.DEBUG[2024-03-27 06:52:59.520][self$getEntryFields()$define] Define field smiles.isomeric.
biodb.DEBUG[2024-03-27 06:52:59.521][self$getEntryFields()$define] Define field substrates.
biodb.DEBUG[2024-03-27 06:52:59.527][initialize] Created successfully new BiodbMain instance.
biodb.DEBUG[2024-03-27 06:52:59.529][initialize] This is biodb version 1.10.0.
biodb.DEBUG[2024-03-27 06:52:59.535][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:52:59.536][FUN] Trying to call function notifyNewObservers on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.537][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.537][FUN] Trying to call function notifyNewObservers on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.538][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.543][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.547][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.548][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.548][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.550][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.552][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.553][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.554][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.554][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.555][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.556][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.557][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.557][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.559][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.559][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.560][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.561][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.561][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.562][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.562][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.563][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.564][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.564][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.565][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.565][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.566][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.567][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.568][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.570][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.571][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.572][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.573][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.573][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.574][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.574][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.575][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.575][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.576][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.577][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.577][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.578][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.579][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.579][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.580][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.581][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.582][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.582][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.583][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.585][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.586][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.587][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.589][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.589][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.590][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.591][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.592][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.593][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.594][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.595][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.595][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.596][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.597][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.598][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.598][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.599][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.600][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.601][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.601][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.602][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.603][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.604][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.604][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.605][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.606][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.606][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.607][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.608][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.608][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.609][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.610][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.611][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.611][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.612][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.613][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.613][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.614][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.615][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.616][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.617][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.618][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.619][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.619][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.620][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.621][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.621][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.622][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.623][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.624][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.624][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.625][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.626][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.626][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.627][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.628][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.629][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.629][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.630][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.631][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.631][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.632][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.635][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.636][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.637][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:52:59.638][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.639][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.640][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.640][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.641][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.642][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:52:59.644][biodb$loadDefinitions] Load definitions from file "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodbChebi/definitions.yml".
biodb.DEBUG[2024-03-27 06:52:59.656][self$getDbsInfo()$define] Define connector chebi.
biodb.DEBUG[2024-03-27 06:52:59.658][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.659][self$setPropertyValue] Setting property "description" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.660][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.661][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:52:59.662][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.662][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.663][self$setPropertyValue] Setting property "editable" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.664][self$setPropertyValue] Setting property "entry.content.encoding" to "UTF-8".
biodb.DEBUG[2024-03-27 06:52:59.665][self$setPropertyValue] Setting property "entry.content.type" to "xml".
biodb.DEBUG[2024-03-27 06:52:59.666][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:52:59.672][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.674][self$setPropertyValue] Setting property "name" to "ChEBI".
biodb.DEBUG[2024-03-27 06:52:59.674][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "substring-after(//chebi:return/chebi:chebiId,'CHEBI:')".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:charge".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "c("//chebi:Formulae/chebi:source[text()='ChEBI']/../chebi:data", "(//chebi:Formulae/chebi:data)[1]")".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:inchi".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:inchiKey".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:DatabaseLinks/chebi:type[text()='KEGG COMPOUND accession']/../chebi:data".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:mass".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:monoisotopicMass".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "c("//chebi:chebiAsciiName", "//chebi:Synonyms/chebi:data")".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:entityStar".
biodb.DEBUG[2024-03-27 06:52:59.675][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:smiles".
biodb.DEBUG[2024-03-27 06:52:59.676][self$setPropertyValue] Setting property "remote" to "TRUE".
biodb.DEBUG[2024-03-27 06:52:59.677][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:52:59.677][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:52:59.677][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:52:59.678][self$setPropertyValue] Setting property "scheduler.n" to "3".
biodb.DEBUG[2024-03-27 06:52:59.679][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.680][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.680][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:52:59.681][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:52:59.682][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:52:59.683][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:52:59.684][self$setPropertyValue] Setting property "urls" to "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:52:59.684][self$setPropertyValue] Setting property "urls" to "https://www.ebi.ac.uk/webservices/chebi/2.0/".
biodb.DEBUG[2024-03-27 06:52:59.684][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:52:59.685][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:52:59.686][self$setPropertyValue] Setting property "writable" to "FALSE".
biodb.DEBUG[2024-03-27 06:52:59.687][self$setPropertyValue] Setting property "xml.ns" to "https://www.ebi.ac.uk/webservices/chebi".
biodb.DEBUG[2024-03-27 06:52:59.687][self$setPropertyValue] Setting property "xml.ns" to "http://www.w3.org/2001/XMLSchema".
biodb.DEBUG[2024-03-27 06:52:59.692][self$getEntryFields()$define] Define field chebi.id.
biodb.DEBUG[2024-03-27 06:52:59.694][self$getEntryFields()$define] Define field kegg.compound.id.
biodb.DEBUG[2024-03-27 06:52:59.695][self$getEntryFields()$define] Define field n_stars.
biodb.DEBUG[2024-03-27 06:52:59.697][self$getEntryFields()$define] Define field molecular.mass.
biodb.DEBUG[2024-03-27 06:52:59.698][self$getEntryFields()$define] Define field inchi.
biodb.DEBUG[2024-03-27 06:52:59.699][self$getEntryFields()$define] Define field inchikey.
biodb.DEBUG[2024-03-27 06:52:59.736][super$initialize] Initialize connector chebi.
biodb.DEBUG[2024-03-27 06:52:59.738][super$initialize] Register connector chebi with the request scheduler
biodb.DEBUG[2024-03-27 06:52:59.744][private$bdb$getRequestScheduler()$re ...] Register connector chebi.
biodb.DEBUG[2024-03-27 06:52:59.750][private$addConnectorRules] Create new rule for URL "www.ebi.ac.uk" of connector "chebi".
biodb.DEBUG[2024-03-27 06:52:59.757][self$setFrequency] t=1.000000, n=3.000000
biodb.DEBUG[2024-03-27 06:52:59.758][self$setFrequency] t=1.000000, n=3.000000
biodb.DEBUG[2024-03-27 06:52:59.759][rule$addConnector] Connector "chebi" is already listed in rule "www.ebi.ac.uk".
biodb.DEBUG[2024-03-27 06:52:59.761][biodb$getFactory()$createConn] Creating new connector chebi for database class chebi .
biodb.INFO [2024-03-27 06:52:59.776][biodb::testThat]
biodb.INFO [2024-03-27 06:52:59.777][biodb::testThat] Running test function  test.entry.fields  (" Entry fields have a correct value ").
biodb.INFO [2024-03-27 06:52:59.778][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:52:59.779][biodb::testThat]
biodb.TRACE[2024-03-27 06:52:59.784][loadFileContents] Loaded 1 files from cache: [1]: "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodbChebi/testref/entry-chebi-15440-content.xml".
biodb.DEBUG[2024-03-27 06:52:59.787][biodb$getFactory()$createEntryFromCo ...] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:52:59.792][biodb$getFactory()$createEntryFromCo ...] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:52:59.806][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:52:59.808][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:52:59.808][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:52:59.826][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:52:59.827][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:52:59.828][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:52:59.829][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:52:59.843][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:52:59.845][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:52:59.845][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.846][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.849][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:52:59.863][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:52:59.864][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.865][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.866][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:52:59.867][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:52:59.868][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.869][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.894][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:52:59.896][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:52:59.898][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.899][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.900][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:52:59.902][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:52:59.903][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.904][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.905][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:52:59.906][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:52:59.907][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.908][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.909][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:52:59.910][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:52:59.910][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.911][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.912][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:52:59.913][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:52:59.914][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.915][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.916][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:52:59.917][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:52:59.917][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.918][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.919][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:52:59.920][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:52:59.921][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.922][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.923][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:52:59.924][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:52:59.925][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.926][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.927][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:52:59.928][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:52:59.929][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.930][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.931][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:52:59.932][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:52:59.932][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.933][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.934][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:52:59.935][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:52:59.936][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.937][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.938][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:52:59.939][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:52:59.939][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.940][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.941][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:52:59.942][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:52:59.943][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.944][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.945][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:52:59.945][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:52:59.946][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.947][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.948][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:52:59.949][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:52:59.950][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.951][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.952][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:52:59.953][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:52:59.955][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.956][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.959][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:52:59.960][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:52:59.961][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.962][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.963][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:52:59.965][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:52:59.965][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.966][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.968][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:52:59.968][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:52:59.969][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.970][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.971][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:52:59.972][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:52:59.985][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.986][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.987][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:52:59.988][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:52:59.989][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.990][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.990][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:52:59.991][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:52:59.992][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.993][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.994][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:52:59.995][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:52:59.995][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.996][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:52:59.997][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:52:59.998][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:52:59.999][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:52:59.999][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.000][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.001][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.002][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.003][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.003][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.004][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.005][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.006][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.038][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.039][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.040][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.041][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.042][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.043][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.044][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.044][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.045][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.046][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.047][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.048][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:00.049][biodb$getFactory()$createEntryFromCo ...] Accession numbers: 15440.
biodb.TRACE[2024-03-27 06:53:00.052][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.053][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.054][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.054][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.055][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.056][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.057][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.058][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.077][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.079][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.080][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.080][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.081][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.082][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.083][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.084][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.085][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.085][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.086][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.087][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.088][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.089][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.090][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.092][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.093][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mz.
biodb.TRACE[2024-03-27 06:53:00.094][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mz.
biodb.TRACE[2024-03-27 06:53:00.095][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.096][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.097][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mz.
biodb.TRACE[2024-03-27 06:53:00.098][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mz.
biodb.TRACE[2024-03-27 06:53:00.098][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.099][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.100][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mzexp.
biodb.TRACE[2024-03-27 06:53:00.101][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mzexp.
biodb.TRACE[2024-03-27 06:53:00.102][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.103][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.104][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mztheo.
biodb.TRACE[2024-03-27 06:53:00.105][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mztheo.
biodb.TRACE[2024-03-27 06:53:00.105][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.106][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.131][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.132][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.133][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.134][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.148][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.149][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.150][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.151][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.157][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.159][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.160][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.161][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.162][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.163][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.164][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.165][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.166][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.166][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.167][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.168][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.172][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.173][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.174][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.175][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.176][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.185][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.186][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.187][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.188][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.189][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.190][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.192][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.193][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.196][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.197][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.198][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.199][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.201][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.202][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.203][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.204][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.206][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.207][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.208][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.219][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.221][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.221][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.222][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.223][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.224][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.225][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.226][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.228][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.229][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.230][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.230][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.231][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.232][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.233][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.234][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.235][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.236][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.237][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.237][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.248][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.249][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.250][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.251][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.253][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.254][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.255][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.257][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.258][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.259][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.259][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.260][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.261][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.262][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.263][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.264][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.264][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.265][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.267][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.268][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.277][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.278][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.279][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.281][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.283][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.284][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.285][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.285][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.286][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.287][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.288][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.289][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.290][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.291][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.291][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.292][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.293][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.294][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.295][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.295][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.305][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:00.306][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:00.307][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.308][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.308][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:00.309][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:00.310][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.311][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.312][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:00.313][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:00.314][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.314][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.315][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:00.316][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:00.317][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.319][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.321][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:00.322][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:00.323][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.324][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.336][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.338][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.339][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.340][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.341][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.343][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.344][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.344][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.346][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.347][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.348][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.348][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.349][ef$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.350][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.351][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.352][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.353][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.355][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.356][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.357][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.366][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.368][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.369][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.369][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.370][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.371][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.372][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.373][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.374][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.375][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.375][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.376][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.377][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.378][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.379][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.380][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.380][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.381][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.382][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.383][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.395][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:00.396][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:00.397][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.398][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.399][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:00.399][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:00.400][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.401][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.402][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:00.403][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:00.404][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.404][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.405][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:00.406][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:00.407][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.408][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.408][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:00.409][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:00.410][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.411][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.462][self$getBiodb()$getEntryFields()$get] Asked field names are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.463][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.464][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.465][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.466][self$getBiodb()$getEntryFields()$get] Asked field names are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.467][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.467][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.468][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.469][self$getBiodb()$getEntryFields()$get] Asked field names are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.470][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.471][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.472][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.473][ef$get] Asked field names are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.473][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.474][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.475][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.476][self$getBiodb()$getEntryFields()$get] Asked field names are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.477][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.477][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.478][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.488][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.489][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.490][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.491][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.493][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.494][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.495][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.496][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.497][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.498][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.499][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.500][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.501][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.502][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.503][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.504][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.504][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.505][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.506][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.507][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.517][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:00.519][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:00.521][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.522][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.523][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:00.524][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:00.525][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.525][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.526][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:00.527][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:00.528][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.529][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.530][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:00.531][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:00.532][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.533][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.533][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:00.534][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:00.535][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.536][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.546][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.547][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.548][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.549][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.550][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.551][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.552][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.552][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.553][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.554][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.555][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.555][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.556][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.557][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.558][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.560][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.561][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.562][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.563][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.564][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.575][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.577][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.578][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.580][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.581][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.582][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.583][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.584][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.585][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.586][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.586][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.587][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.588][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.589][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.590][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.590][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.591][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.592][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.593][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.594][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.603][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.604][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.605][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.606][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.612][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:00.613][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:00.614][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.614][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.620][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:00.621][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:00.622][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.622][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.628][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.629][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.630][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.630][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.635][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.636][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.637][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.638][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.643][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.645][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.645][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.646][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.651][ef$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.652][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.653][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.654][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.659][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.660][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.661][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.661][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.666][ef$get] Asked field names are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.667][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.668][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.669][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.674][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.681][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.682][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.683][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.688][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:00.689][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:00.690][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.691][ef$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:00.699][biodb::testThat]
biodb.INFO [2024-03-27 06:53:00.700][biodb::testThat] Running test function  test.rt.unit  (" RT unit is defined when there is an RT value. ").
biodb.INFO [2024-03-27 06:53:00.701][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:00.702][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:00.715][private$loadEntries] Creating entries from ids [1]: "15440".
biodb.DEBUG[2024-03-27 06:53:00.727][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:00.731][cch$loadFileContent] Trying to load 1 files from cache: [1]: "15440".
biodb.TRACE[2024-03-27 06:53:00.732][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:00.733][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/15440.xml".
biodb.DEBUG[2024-03-27 06:53:00.735][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:00.760][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:00.762][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:00.763][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:00.764][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:00.765][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:00.771][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:00.772][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:00.773][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:00.775][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:00.779][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.780][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.781][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.782][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.783][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.784][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.785][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.786][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.804][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:00.806][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:00.806][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.807][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.809][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:00.809][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:00.810][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.811][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.812][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:00.813][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:00.814][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.814][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.815][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:00.816][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:00.817][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.818][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.819][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.820][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.820][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.821][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.822][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:00.823][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:00.824][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.825][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.825][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.827][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.828][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.829][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.831][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.832][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:00.833][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.834][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.835][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.836][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.837][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.838][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.840][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.840][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:00.841][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.842][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.843][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:00.844][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.845][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.845][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.846][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:00.847][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:00.848][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.849][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.850][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.851][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.852][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.852][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.856][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.857][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:00.858][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.860][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.861][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.862][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.863][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.864][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.865][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.866][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.867][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.868][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.869][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:00.870][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.870][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.871][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.872][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:00.873][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:00.874][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.875][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.876][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:00.877][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:00.877][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.880][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.882][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:00.885][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:00.886][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.887][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.889][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.889][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.890][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.891][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.895][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.896][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.906][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.907][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.908][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.909][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.910][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.910][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.911][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.912][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:00.913][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.914][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.918][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.921][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.922][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.923][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.924][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.926][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.926][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.927][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.928][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.929][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.930][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.930][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.931][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.932][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.933][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.934][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.938][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.940][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.941][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.945][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.946][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:00.947][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:00.948][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.952][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:00.954][self$createEntryFromContent] Accession numbers: 15440.
biodb.TRACE[2024-03-27 06:53:00.955][self$getBiodb()$getEntryFields()$get] Asked field names are: chrom.rt.
biodb.TRACE[2024-03-27 06:53:00.957][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chrom.rt.
biodb.TRACE[2024-03-27 06:53:00.958][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.958][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.959][self$getBiodb()$getEntryFields()$get] Asked field names are: chrom.rt.min.
biodb.TRACE[2024-03-27 06:53:00.960][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chrom.rt.min.
biodb.TRACE[2024-03-27 06:53:00.961][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.962][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:00.963][self$getBiodb()$getEntryFields()$get] Asked field names are: chrom.rt.max.
biodb.TRACE[2024-03-27 06:53:00.967][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chrom.rt.max.
biodb.TRACE[2024-03-27 06:53:00.968][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.969][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:00.985][biodb::testThat]
biodb.INFO [2024-03-27 06:53:00.986][biodb::testThat] Running test function  test.searchForEntries  (" We can search for an entry by searchable field ").
biodb.INFO [2024-03-27 06:53:00.987][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:00.987][biodb::testThat]
biodb.TRACE[2024-03-27 06:53:00.991][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:00.992][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:00.993][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:00.994][ef$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:00.995][function(conn, opt)] Testing searchForEntries() with entry "15440" and field "name".
biodb.TRACE[2024-03-27 06:53:01.030][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:01.031][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:01.032][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.033][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.034][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:01.035][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:01.036][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.036][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.037][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:01.038][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:01.039][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.040][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:01.044][function(conn, opt)] With value "squalene".
biodb.DEBUG[2024-03-27 06:53:01.052][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/webservice?wsdl".
biodb.DEBUG[2024-03-27 06:53:01.081][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:01.097][cch$loadFileContent] Trying to load 1 files from cache: [1]: "1ad88a023c4ce2bc0629db4acebeee05".
biodb.TRACE[2024-03-27 06:53:01.098][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:01.100][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/1ad88a023c4ce2bc0629db4acebeee05.content".
biodb.DEBUG[2024-03-27 06:53:01.126][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=squalene&searchCategory=ALL NAMES&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:01.133][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:01.134][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b9623d99e42a57d0f12e83910c2ffbf2".
biodb.TRACE[2024-03-27 06:53:01.136][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:01.137][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b9623d99e42a57d0f12e83910c2ffbf2.content".
biodb.DEBUG[2024-03-27 06:53:01.140][function(conn, opt)] With found IDs [1]: "15440".
biodb.TRACE[2024-03-27 06:53:01.162][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:01.164][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:01.165][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.165][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.166][ef$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.167][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.168][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.169][ef$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:01.173][biodb::testThat]
biodb.INFO [2024-03-27 06:53:01.174][biodb::testThat] Running test function  test.searchByName  (" We can search for an entry by name. ").
biodb.INFO [2024-03-27 06:53:01.175][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:01.176][biodb::testThat]
biodb.TRACE[2024-03-27 06:53:01.206][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:01.207][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:01.208][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.209][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.211][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:01.212][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:01.213][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.214][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.215][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:01.216][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:01.217][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.218][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:01.277][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=squalene&searchCategory=ALL NAMES&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:01.282][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:01.284][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b9623d99e42a57d0f12e83910c2ffbf2".
biodb.TRACE[2024-03-27 06:53:01.285][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:01.287][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b9623d99e42a57d0f12e83910c2ffbf2.content".
biodb.INFO [2024-03-27 06:53:01.308][biodb::testThat]
biodb.INFO [2024-03-27 06:53:01.309][biodb::testThat] Running test function  testEntryLoading  (" We can load an entry from the database. ").
biodb.INFO [2024-03-27 06:53:01.310][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:01.311][biodb::testThat]
biodb.TRACE[2024-03-27 06:53:01.333][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:01.334][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:01.335][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.336][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.336][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:01.337][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:01.339][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.340][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.341][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:01.342][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:01.344][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.345][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.346][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:01.347][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:01.348][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.348][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.349][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.350][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.351][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.353][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.354][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.355][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.357][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.358][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.359][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mz.
biodb.TRACE[2024-03-27 06:53:01.360][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mz.
biodb.TRACE[2024-03-27 06:53:01.360][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.361][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.362][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mz.
biodb.TRACE[2024-03-27 06:53:01.363][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mz.
biodb.TRACE[2024-03-27 06:53:01.364][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.365][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.365][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mzexp.
biodb.TRACE[2024-03-27 06:53:01.366][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mzexp.
biodb.TRACE[2024-03-27 06:53:01.367][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.368][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.369][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mztheo.
biodb.TRACE[2024-03-27 06:53:01.370][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mztheo.
biodb.TRACE[2024-03-27 06:53:01.370][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.378][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.398][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:01.399][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:01.400][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.401][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.402][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:01.403][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:01.404][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.404][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.406][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:01.408][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:01.409][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.410][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.411][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:01.414][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:01.415][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.416][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.417][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.419][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.420][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.421][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.422][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.423][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:01.423][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.424][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.425][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mz.
biodb.TRACE[2024-03-27 06:53:01.426][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mz.
biodb.TRACE[2024-03-27 06:53:01.427][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.427][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.428][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mz.
biodb.TRACE[2024-03-27 06:53:01.429][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mz.
biodb.TRACE[2024-03-27 06:53:01.430][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.431][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.431][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mzexp.
biodb.TRACE[2024-03-27 06:53:01.432][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mzexp.
biodb.TRACE[2024-03-27 06:53:01.433][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.434][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:01.435][self$getBiodb()$getEntryFields()$get] Asked field names are: peak.mztheo.
biodb.TRACE[2024-03-27 06:53:01.436][self$getBiodb()$getEntryFields()$get] Realnames of fields are: peak.mztheo.
biodb.TRACE[2024-03-27 06:53:01.436][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:01.437][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:01.447][biodb::testThat]
biodb.INFO [2024-03-27 06:53:01.448][biodb::testThat] Running test function  test.entry.page.url  (" We can get a URL pointing to the entry page. ").
biodb.INFO [2024-03-27 06:53:01.449][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:01.450][biodb::testThat]
biodb.INFO [2024-03-27 06:53:01.459][biodb::testThat]
biodb.INFO [2024-03-27 06:53:01.460][biodb::testThat] Running test function  test.entry.image.url  (" We can get a URL pointing to the entry image. ").
biodb.INFO [2024-03-27 06:53:01.461][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:01.462][biodb::testThat]
biodb.INFO [2024-03-27 06:53:01.472][biodb::testThat]
biodb.INFO [2024-03-27 06:53:01.474][biodb::testThat] Running test function  test.entry.page.url.download  (" The entry page URL can be downloaded. ").
biodb.INFO [2024-03-27 06:53:01.475][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:01.475][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:01.481][function(conn, opt)] Trying to download "https://www.ebi.ac.uk/chebi/searchId.do?chebiId=15440".
biodb.DEBUG[2024-03-27 06:53:01.834][getUrlContent] Use RCurl for downloading content of URL https://www.ebi.ac.uk/chebi/searchId.do?chebiId=15440.
biodb.INFO [2024-03-27 06:53:02.127][biodb::testThat]
biodb.INFO [2024-03-27 06:53:02.129][biodb::testThat] Running test function  test.entry.image.url.download  (" The entry image URL can be downloaded. ").
biodb.INFO [2024-03-27 06:53:02.130][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:02.131][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:02.243][getUrlContent] Use RCurl for downloading content of URL https://www.ebi.ac.uk/chebi/displayImage.do?defaultImage=true&imageIndex=0&chebiId=15440&dimensions=400.
biodb.TRACE[2024-03-27 06:53:02.371][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:02.375][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:02.376][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.377][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.378][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:02.378][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:02.379][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.380][ef$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:02.382][biodb::testThat]
biodb.INFO [2024-03-27 06:53:02.383][biodb::testThat] Running test function  test.searchCompound  (" We can search for a compound ").
biodb.INFO [2024-03-27 06:53:02.384][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:02.385][biodb::testThat]
biodb.TRACE[2024-03-27 06:53:02.396][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:02.397][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:02.398][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.399][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.400][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:02.400][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:02.401][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.402][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.403][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:02.404][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:02.405][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.405][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:02.503][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=squalene&searchCategory=ALL NAMES&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:02.507][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:02.508][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b9623d99e42a57d0f12e83910c2ffbf2".
biodb.TRACE[2024-03-27 06:53:02.509][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:02.511][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b9623d99e42a57d0f12e83910c2ffbf2.content".
biodb.DEBUG[2024-03-27 06:53:02.593][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=squalene&searchCategory=ALL NAMES&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:02.597][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:02.598][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b9623d99e42a57d0f12e83910c2ffbf2".
biodb.TRACE[2024-03-27 06:53:02.600][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:02.601][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b9623d99e42a57d0f12e83910c2ffbf2.content".
biodb.TRACE[2024-03-27 06:53:02.618][self$getBiodb()$getEntryFields()$get] Asked field names are: average.mass.
biodb.TRACE[2024-03-27 06:53:02.620][self$getBiodb()$getEntryFields()$get] Realnames of fields are: average.mass.
biodb.TRACE[2024-03-27 06:53:02.621][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.622][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.629][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.631][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.632][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.633][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.634][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.634][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.635][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.636][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.637][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.638][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.639][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.639][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.640][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.641][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.642][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.643][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.644][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.645][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:02.645][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.646][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:02.657][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.72*&searchCategory=MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:02.662][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:02.664][cch$loadFileContent] Trying to load 1 files from cache: [1]: "dabc9e8530050c4ceebbaec76743bcf1".
biodb.TRACE[2024-03-27 06:53:02.665][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:02.667][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/dabc9e8530050c4ceebbaec76743bcf1.content".
biodb.DEBUG[2024-03-27 06:53:02.670][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:02.671][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:02.671][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:02.677][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:02.679][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:02.680][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:02.681][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:02.684][private$loadEntries] Creating entries from ids [1]: "192288".
biodb.DEBUG[2024-03-27 06:53:02.743][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:02.745][cch$loadFileContent] Trying to load 1 files from cache: [1]: "192288".
biodb.TRACE[2024-03-27 06:53:02.746][cch$loadFileContent] file.exist = [1]: "FALSE".
biodb.TRACE[2024-03-27 06:53:02.747][loadFileContents] Loaded 0 files from cache: none.
biodb.DEBUG[2024-03-27 06:53:02.748][conn$getEntryContent] 0 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:02.749][conn$getEntryContent] 1 entry content(s) need to be fetched from ChEBI database "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:02.750][conn$getEntryContent] dwnld.chunk.size=NA
biodb.DEBUG[2024-03-27 06:53:02.751][conn$getEntryContent] 1 chunk(s) to download.
biodb.DEBUG[2024-03-27 06:53:02.754][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:02.755][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:02.755][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:02.766][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:02.767][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:02.768][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:02.769][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:02.770][scheduler$sendRequest] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=192288".
biodb.DEBUG[2024-03-27 06:53:02.773][private$doSendRequestLoop] Request header is: "".
biodb.DEBUG[2024-03-27 06:53:02.774][private$doSendRequestLoop] Request body is "".
biodb.TRACE[2024-03-27 06:53:02.775][private$doSendRequestOnce] Sent URL is "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=192288".
biodb.TRACE[2024-03-27 06:53:02.857][getRCurlRequestResult] Using RCurl package for sending request (https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=192288).
biodb.DEBUG[2024-03-27 06:53:02.934][scheduler$sendRequest] Saving content of request to cache.
biodb.TRACE[2024-03-27 06:53:02.937][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/7e76f7a384ab933ed01801c92c3eec77.content"
biodb.TRACE[2024-03-27 06:53:02.956][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/7e76f7a384ab933ed01801c92c3eec77.request"
biodb.TRACE[2024-03-27 06:53:02.959][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/192288.xml"
biodb.DEBUG[2024-03-27 06:53:02.961][conn$getEntryContent] Now 0 id(s) left to be retrieved...
biodb.DEBUG[2024-03-27 06:53:02.962][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:02.963][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:02.965][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:02.965][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:02.966][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:02.972][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:02.973][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:02.974][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:02.974][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:02.977][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:02.978][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:02.979][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.980][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.981][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:02.982][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:02.983][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.985][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.990][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:02.991][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:02.992][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.993][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.994][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:02.995][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:02.996][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:02.997][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:02.998][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:02.998][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:02.999][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.000][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.002][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:03.003][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:03.004][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.005][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.006][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:03.007][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:03.009][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.010][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.012][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:03.014][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:03.015][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.016][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.018][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.019][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.020][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.020][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.022][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.023][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.023][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.024][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.025][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:03.026][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:03.027][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.027][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.029][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:03.030][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.030][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.031][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.032][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:03.033][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.034][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.035][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.036][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:03.037][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:03.037][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.038][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.039][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:03.040][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:03.041][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.042][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.043][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:03.044][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:03.047][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.048][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.050][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:03.052][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:03.054][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.055][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.056][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:03.057][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:03.058][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.059][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.060][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:03.061][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:03.062][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.063][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.064][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:03.064][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:03.065][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.066][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.067][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:03.068][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:03.069][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.070][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.071][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.071][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.072][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.073][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.074][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.075][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.076][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.085][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.091][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.092][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.093][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.094][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.095][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.096][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.096][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.097][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.098][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.099][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.099][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.100][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.101][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.102][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.102][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.103][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.104][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.105][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.106][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.107][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.108][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.109][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.109][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.110][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.111][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.112][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.113][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.113][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.114][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.115][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.116][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.117][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:03.117][self$createEntryFromContent] Accession numbers: 192288.
biodb.TRACE[2024-03-27 06:53:03.128][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.130][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.130][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.131][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.132][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.133][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.134][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.135][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.135][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.136][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.137][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.139][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:03.143][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.73*&searchCategory=MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:03.148][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:03.150][cch$loadFileContent] Trying to load 1 files from cache: [1]: "41b7f9723242a79cfe14bebd91dbb5b6".
biodb.TRACE[2024-03-27 06:53:03.151][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:03.154][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/41b7f9723242a79cfe14bebd91dbb5b6.content".
biodb.DEBUG[2024-03-27 06:53:03.171][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:03.173][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:03.174][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:03.181][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:03.182][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:03.183][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:03.184][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:03.185][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.186][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.187][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.187][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.188][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.190][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.190][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.191][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.192][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.193][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.194][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.195][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:03.196][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:03.197][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:03.198][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:03.204][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:03.205][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:03.205][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:03.206][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:03.207][private$loadEntries] Creating entries from ids [1]: "209892".
biodb.DEBUG[2024-03-27 06:53:03.208][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:03.210][cch$loadFileContent] Trying to load 1 files from cache: [1]: "209892".
biodb.TRACE[2024-03-27 06:53:03.213][cch$loadFileContent] file.exist = [1]: "FALSE".
biodb.TRACE[2024-03-27 06:53:03.214][loadFileContents] Loaded 0 files from cache: none.
biodb.DEBUG[2024-03-27 06:53:03.215][conn$getEntryContent] 0 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:03.216][conn$getEntryContent] 1 entry content(s) need to be fetched from ChEBI database "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:03.217][conn$getEntryContent] dwnld.chunk.size=NA
biodb.DEBUG[2024-03-27 06:53:03.218][conn$getEntryContent] 1 chunk(s) to download.
biodb.DEBUG[2024-03-27 06:53:03.234][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:03.235][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:03.236][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:03.241][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:03.242][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:03.243][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:03.244][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:03.245][scheduler$sendRequest] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=209892".
biodb.DEBUG[2024-03-27 06:53:03.271][private$doSendRequestLoop] Request header is: "".
biodb.DEBUG[2024-03-27 06:53:03.273][private$doSendRequestLoop] Request body is "".
biodb.TRACE[2024-03-27 06:53:03.288][private$doSendRequestOnce] Sent URL is "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=209892".
biodb.TRACE[2024-03-27 06:53:03.382][getRCurlRequestResult] Using RCurl package for sending request (https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=209892).
biodb.DEBUG[2024-03-27 06:53:03.474][scheduler$sendRequest] Saving content of request to cache.
biodb.TRACE[2024-03-27 06:53:03.476][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/7a3362365076d47cdf0955cccdd37bcf.content"
biodb.TRACE[2024-03-27 06:53:03.480][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/7a3362365076d47cdf0955cccdd37bcf.request"
biodb.TRACE[2024-03-27 06:53:03.483][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/209892.xml"
biodb.DEBUG[2024-03-27 06:53:03.484][conn$getEntryContent] Now 0 id(s) left to be retrieved...
biodb.DEBUG[2024-03-27 06:53:03.485][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:03.487][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:03.488][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:03.489][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:03.490][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:03.497][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:03.499][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:03.501][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:03.502][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:03.506][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.507][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.508][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.509][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.510][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.511][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.512][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.514][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.517][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:03.519][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:03.521][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.522][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.524][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:03.525][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:03.526][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.527][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.528][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:03.529][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:03.530][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.531][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.532][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:03.533][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:03.534][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.535][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.536][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:03.537][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:03.538][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.538][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.539][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:03.540][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:03.541][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.542][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.543][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.544][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.545][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.545][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.547][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.548][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.551][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.552][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.554][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:03.555][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:03.556][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.558][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.560][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:03.564][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.566][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.568][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.570][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:03.571][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.572][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.573][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.574][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:03.575][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:03.575][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.577][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.579][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:03.580][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:03.581][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.582][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.583][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:03.584][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:03.584][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.585][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.587][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:03.588][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:03.588][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.589][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.590][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:03.591][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:03.592][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.593][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.595][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:03.596][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:03.596][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.597][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.598][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:03.599][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:03.600][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.601][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.602][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:03.603][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:03.604][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.605][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.606][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.607][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.608][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.608][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.609][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.610][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.611][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.612][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.612][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.613][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.614][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.615][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.616][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.617][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:03.617][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.618][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.619][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.620][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.630][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.631][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.632][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.633][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.634][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.635][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.636][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.636][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.637][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.638][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.639][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.640][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.641][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.642][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.643][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.643][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.644][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.645][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.646][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.647][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.648][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.648][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:03.649][self$createEntryFromContent] Accession numbers: 209892.
biodb.TRACE[2024-03-27 06:53:03.650][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.651][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.652][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.653][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.653][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.654][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.655][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.656][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.657][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.658][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.659][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.660][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:03.684][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=squalene&searchCategory=ALL NAMES&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:03.688][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:03.690][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b9623d99e42a57d0f12e83910c2ffbf2".
biodb.TRACE[2024-03-27 06:53:03.691][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:03.693][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b9623d99e42a57d0f12e83910c2ffbf2.content".
biodb.DEBUG[2024-03-27 06:53:03.696][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:03.697][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:03.698][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:03.703][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:03.705][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:03.706][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:03.708][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:03.709][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.710][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.711][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.711][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.712][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.713][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.714][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.715][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.716][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.717][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.717][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.720][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:03.721][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:03.722][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:03.723][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:03.729][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:03.731][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:03.732][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:03.733][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:03.734][private$loadEntries] Creating entries from ids [1]: "26747".
biodb.DEBUG[2024-03-27 06:53:03.735][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:03.737][cch$loadFileContent] Trying to load 1 files from cache: [1]: "26747".
biodb.TRACE[2024-03-27 06:53:03.738][cch$loadFileContent] file.exist = [1]: "FALSE".
biodb.TRACE[2024-03-27 06:53:03.739][loadFileContents] Loaded 0 files from cache: none.
biodb.DEBUG[2024-03-27 06:53:03.740][conn$getEntryContent] 0 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:03.741][conn$getEntryContent] 1 entry content(s) need to be fetched from ChEBI database "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:03.743][conn$getEntryContent] dwnld.chunk.size=NA
biodb.DEBUG[2024-03-27 06:53:03.744][conn$getEntryContent] 1 chunk(s) to download.
biodb.DEBUG[2024-03-27 06:53:03.747][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:03.748][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:03.748][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:03.755][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:03.756][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:03.757][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:03.758][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:03.759][scheduler$sendRequest] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=26747".
biodb.DEBUG[2024-03-27 06:53:03.762][private$doSendRequestLoop] Request header is: "".
biodb.DEBUG[2024-03-27 06:53:03.763][private$doSendRequestLoop] Request body is "".
biodb.TRACE[2024-03-27 06:53:03.765][private$doSendRequestOnce] Sent URL is "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=26747".
biodb.TRACE[2024-03-27 06:53:03.845][getRCurlRequestResult] Using RCurl package for sending request (https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=26747).
biodb.DEBUG[2024-03-27 06:53:03.921][scheduler$sendRequest] Saving content of request to cache.
biodb.TRACE[2024-03-27 06:53:03.925][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/462a35453014388bd90df1c9e4ade520.content"
biodb.TRACE[2024-03-27 06:53:03.929][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/462a35453014388bd90df1c9e4ade520.request"
biodb.TRACE[2024-03-27 06:53:03.932][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/26747.xml"
biodb.DEBUG[2024-03-27 06:53:03.935][conn$getEntryContent] Now 0 id(s) left to be retrieved...
biodb.DEBUG[2024-03-27 06:53:03.937][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:03.939][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:03.941][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:03.941][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:03.942][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:03.948][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:03.949][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:03.950][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:03.951][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:03.954][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.955][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.956][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.957][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.958][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:03.959][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:03.960][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.961][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.962][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:03.963][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:03.964][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.964][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.966][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:03.966][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:03.967][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.968][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.977][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:03.983][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:03.984][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.986][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.988][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.989][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:03.990][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.991][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.993][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:03.994][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:03.994][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.995][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:03.996][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:03.997][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:03.998][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:03.999][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.000][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:04.001][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:04.002][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.003][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.004][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:04.005][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:04.005][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.006][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.008][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:04.009][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:04.009][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.010][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.011][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:04.012][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:04.013][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.014][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.015][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:04.016][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:04.016][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.017][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.018][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:04.019][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:04.020][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.020][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.023][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.024][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.026][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.027][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.028][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.029][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.029][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.030][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.031][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.032][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.033][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.034][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.035][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.036][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.037][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.037][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.038][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.039][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.040][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.041][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.042][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.043][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.043][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.044][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.045][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.046][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.047][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.047][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.048][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.049][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.050][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.051][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.052][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.053][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.053][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.054][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.056][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.057][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.058][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.059][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:04.060][self$createEntryFromContent] Accession numbers: 26747.
biodb.TRACE[2024-03-27 06:53:04.062][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.063][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.064][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.065][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.066][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.067][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.068][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.068][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.069][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.070][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.071][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.072][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.073][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.073][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.074][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.075][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.076][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.077][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.078][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.079][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:04.081][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:04.081][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:04.082][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:04.088][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:04.089][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:04.090][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:04.091][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:04.093][private$loadEntries] Creating entries from ids [1]: "59285".
biodb.DEBUG[2024-03-27 06:53:04.095][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:04.096][cch$loadFileContent] Trying to load 1 files from cache: [1]: "59285".
biodb.TRACE[2024-03-27 06:53:04.098][cch$loadFileContent] file.exist = [1]: "FALSE".
biodb.TRACE[2024-03-27 06:53:04.099][loadFileContents] Loaded 0 files from cache: none.
biodb.DEBUG[2024-03-27 06:53:04.100][conn$getEntryContent] 0 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:04.101][conn$getEntryContent] 1 entry content(s) need to be fetched from ChEBI database "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:04.102][conn$getEntryContent] dwnld.chunk.size=NA
biodb.DEBUG[2024-03-27 06:53:04.102][conn$getEntryContent] 1 chunk(s) to download.
biodb.DEBUG[2024-03-27 06:53:04.105][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:04.106][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:04.107][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:04.112][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:04.113][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:04.114][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:04.115][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:04.116][scheduler$sendRequest] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=59285".
biodb.DEBUG[2024-03-27 06:53:04.120][private$doSendRequestLoop] Request header is: "".
biodb.DEBUG[2024-03-27 06:53:04.122][private$doSendRequestLoop] Request body is "".
biodb.TRACE[2024-03-27 06:53:04.123][private$doSendRequestOnce] Sent URL is "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=59285".
biodb.TRACE[2024-03-27 06:53:04.212][getRCurlRequestResult] Using RCurl package for sending request (https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=59285).
biodb.DEBUG[2024-03-27 06:53:04.288][scheduler$sendRequest] Saving content of request to cache.
biodb.TRACE[2024-03-27 06:53:04.290][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/a390fa120be311b7c431851d8d66d5ac.content"
biodb.TRACE[2024-03-27 06:53:04.294][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/a390fa120be311b7c431851d8d66d5ac.request"
biodb.TRACE[2024-03-27 06:53:04.297][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/59285.xml"
biodb.DEBUG[2024-03-27 06:53:04.299][conn$getEntryContent] Now 0 id(s) left to be retrieved...
biodb.DEBUG[2024-03-27 06:53:04.301][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:04.303][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:04.305][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:04.306][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:04.307][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:04.322][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:04.323][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:04.324][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:04.325][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:04.327][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.328][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.329][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.330][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.331][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.332][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.333][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.334][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.335][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:04.336][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:04.336][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.337][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.338][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:04.339][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:04.340][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.341][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.343][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:04.345][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:04.346][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.347][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.349][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:04.350][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:04.350][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.351][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.352][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:04.353][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:04.354][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.355][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.356][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:04.357][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.357][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.358][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.359][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:04.360][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:04.361][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.362][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.363][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:04.363][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:04.364][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.365][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.367][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:04.368][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:04.368][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.369][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.370][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:04.371][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:04.372][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.372][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.374][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:04.374][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:04.375][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.376][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.377][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:04.378][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:04.378][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.379][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.380][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.381][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.382][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.383][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.384][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.384][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.385][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.386][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.387][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.388][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.388][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.389][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.390][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.391][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.392][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.392][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.393][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.394][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.395][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.397][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.398][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.399][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.400][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.401][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.402][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.403][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.404][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.405][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.406][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.408][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.409][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.410][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.411][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.412][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.413][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.414][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.415][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.416][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.416][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.417][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:04.419][self$createEntryFromContent] Accession numbers: 59285.
biodb.TRACE[2024-03-27 06:53:04.421][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.423][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.424][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.425][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.426][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.427][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.429][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.429][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.431][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.432][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.433][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.434][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.435][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.436][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.437][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.437][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.438][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.439][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.440][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.441][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:04.442][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:04.443][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:04.443][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:04.449][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:04.451][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:04.451][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:04.452][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:04.454][private$loadEntries] Creating entries from ids [1]: "75174".
biodb.DEBUG[2024-03-27 06:53:04.455][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:04.457][cch$loadFileContent] Trying to load 1 files from cache: [1]: "75174".
biodb.TRACE[2024-03-27 06:53:04.459][cch$loadFileContent] file.exist = [1]: "FALSE".
biodb.TRACE[2024-03-27 06:53:04.460][loadFileContents] Loaded 0 files from cache: none.
biodb.DEBUG[2024-03-27 06:53:04.462][conn$getEntryContent] 0 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:04.463][conn$getEntryContent] 1 entry content(s) need to be fetched from ChEBI database "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:04.464][conn$getEntryContent] dwnld.chunk.size=NA
biodb.DEBUG[2024-03-27 06:53:04.466][conn$getEntryContent] 1 chunk(s) to download.
biodb.DEBUG[2024-03-27 06:53:04.469][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:04.470][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:04.471][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:04.479][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:04.482][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:04.485][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:04.486][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:04.487][scheduler$sendRequest] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=75174".
biodb.DEBUG[2024-03-27 06:53:04.491][private$doSendRequestLoop] Request header is: "".
biodb.DEBUG[2024-03-27 06:53:04.492][private$doSendRequestLoop] Request body is "".
biodb.TRACE[2024-03-27 06:53:04.500][private$doSendRequestOnce] Sent URL is "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=75174".
biodb.TRACE[2024-03-27 06:53:04.587][getRCurlRequestResult] Using RCurl package for sending request (https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=75174).
biodb.DEBUG[2024-03-27 06:53:04.681][scheduler$sendRequest] Saving content of request to cache.
biodb.TRACE[2024-03-27 06:53:04.684][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/379ec57940c7734782bc4c07c7e15a9b.content"
biodb.TRACE[2024-03-27 06:53:04.688][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/379ec57940c7734782bc4c07c7e15a9b.request"
biodb.TRACE[2024-03-27 06:53:04.691][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/75174.xml"
biodb.DEBUG[2024-03-27 06:53:04.692][conn$getEntryContent] Now 0 id(s) left to be retrieved...
biodb.DEBUG[2024-03-27 06:53:04.695][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:04.697][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:04.699][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:04.701][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:04.703][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:04.709][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:04.712][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:04.713][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:04.714][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:04.717][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.718][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.719][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.720][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.721][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.722][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.723][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.724][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.725][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:04.725][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:04.726][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.727][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.728][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:04.729][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:04.730][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.731][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.732][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:04.733][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:04.733][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.734][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.735][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:04.736][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:04.737][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.737][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.739][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:04.741][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:04.741][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.742][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.744][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:04.744][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.745][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.746][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.747][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:04.748][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:04.749][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.749][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.750][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:04.752][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:04.754][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.755][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.757][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:04.758][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:04.759][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.760][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.761][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:04.762][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:04.763][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.764][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.765][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:04.766][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:04.766][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.768][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.769][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:04.771][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:04.771][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.772][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.774][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.775][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.775][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.776][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.777][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.778][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.779][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.780][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.780][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.781][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.782][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.783][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.784][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.785][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:04.787][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.787][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.788][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.790][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.791][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.792][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.793][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.794][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.794][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.795][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.796][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.797][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.798][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.799][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.800][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.802][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.803][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.804][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.806][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.807][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.809][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.810][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.812][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:04.813][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:04.815][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.816][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:04.817][self$createEntryFromContent] Accession numbers: 75174.
biodb.TRACE[2024-03-27 06:53:04.818][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.819][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.819][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.820][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.821][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.822][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.823][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.824][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.825][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.825][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.826][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.827][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.828][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.829][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.830][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.830][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:04.831][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.832][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:04.833][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:04.834][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:04.835][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:04.836][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:04.837][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:04.843][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:04.844][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:04.845][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:04.846][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:04.847][private$loadEntries] Creating entries from ids [1]: "15441".
biodb.DEBUG[2024-03-27 06:53:04.848][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:04.849][cch$loadFileContent] Trying to load 1 files from cache: [1]: "15441".
biodb.TRACE[2024-03-27 06:53:04.858][cch$loadFileContent] file.exist = [1]: "FALSE".
biodb.TRACE[2024-03-27 06:53:04.864][loadFileContents] Loaded 0 files from cache: none.
biodb.DEBUG[2024-03-27 06:53:04.865][conn$getEntryContent] 0 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:04.866][conn$getEntryContent] 1 entry content(s) need to be fetched from ChEBI database "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:04.867][conn$getEntryContent] dwnld.chunk.size=NA
biodb.DEBUG[2024-03-27 06:53:04.869][conn$getEntryContent] 1 chunk(s) to download.
biodb.DEBUG[2024-03-27 06:53:04.873][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:04.874][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:04.875][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:04.881][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:04.882][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:04.883][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:04.883][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:04.885][scheduler$sendRequest] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=15441".
biodb.DEBUG[2024-03-27 06:53:04.888][private$doSendRequestLoop] Request header is: "".
biodb.DEBUG[2024-03-27 06:53:04.889][private$doSendRequestLoop] Request body is "".
biodb.TRACE[2024-03-27 06:53:04.891][private$doSendRequestOnce] Sent URL is "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=15441".
biodb.TRACE[2024-03-27 06:53:04.992][getRCurlRequestResult] Using RCurl package for sending request (https://www.ebi.ac.uk/webservices/chebi/2.0/test/getCompleteEntity?chebiId=15441).
biodb.DEBUG[2024-03-27 06:53:05.073][scheduler$sendRequest] Saving content of request to cache.
biodb.TRACE[2024-03-27 06:53:05.076][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/a6d4f93841bd82da498852b3a0a5692d.content"
biodb.TRACE[2024-03-27 06:53:05.082][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/a6d4f93841bd82da498852b3a0a5692d.request"
biodb.TRACE[2024-03-27 06:53:05.086][private$doSaveContentToFile] Saving to cache [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/15441.xml"
biodb.DEBUG[2024-03-27 06:53:05.088][conn$getEntryContent] Now 0 id(s) left to be retrieved...
biodb.DEBUG[2024-03-27 06:53:05.089][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:05.090][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:05.091][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.092][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.093][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.099][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.101][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.103][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.104][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:05.107][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.108][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.108][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.109][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.110][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.111][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.112][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.113][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.114][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.115][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.115][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.116][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.117][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.118][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.119][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.120][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.121][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.122][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.122][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.123][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.124][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.125][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.126][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.127][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.128][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.129][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.129][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.130][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.131][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.132][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.133][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.134][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.135][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.135][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.136][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.138][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.140][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.142][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.143][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.144][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.147][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.149][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.150][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.152][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.153][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.154][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.155][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.156][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.157][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.158][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.159][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.160][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.161][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.162][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.163][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.164][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.164][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.165][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.166][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.167][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.168][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.169][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.170][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.171][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.172][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.172][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.173][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.174][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.176][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.177][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.177][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.178][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.179][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.180][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.182][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.183][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.185][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.187][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.188][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.189][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.190][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.191][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.192][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.195][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.197][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.199][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.200][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.200][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.202][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.203][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.204][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.205][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.206][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.207][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.208][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.209][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.210][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.211][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.211][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.212][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.213][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.214][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.215][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.216][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.217][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.217][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.218][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.219][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.227][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.232][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.233][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.233][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.234][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.235][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.236][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.237][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.238][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.239][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.240][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.242][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.243][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.245][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.246][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.247][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.248][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.249][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.250][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.250][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.251][self$createEntryFromContent] Accession numbers: 15441.
biodb.TRACE[2024-03-27 06:53:05.252][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.253][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.254][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.255][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.256][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.257][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.257][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.258][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.259][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.260][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.261][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.262][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.262][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.263][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.264][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.272][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.273][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.274][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.275][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:05.276][private$loadEntries] Creating entries from ids [1]: "15442".
biodb.DEBUG[2024-03-27 06:53:05.276][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:05.278][cch$loadFileContent] Trying to load 1 files from cache: [1]: "15442".
biodb.TRACE[2024-03-27 06:53:05.279][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:05.282][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/15442.xml".
biodb.DEBUG[2024-03-27 06:53:05.284][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:05.285][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:05.286][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:05.288][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.289][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.289][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.297][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.298][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.299][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.300][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:05.302][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.303][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.304][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.305][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.306][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.307][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.308][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.309][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.310][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.310][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.311][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.312][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.313][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.314][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.315][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.316][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.317][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.318][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.319][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.320][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.321][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.322][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.323][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.324][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.325][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.325][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.326][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.327][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.328][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.329][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.330][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.330][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.331][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.332][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.333][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.334][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.335][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.336][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.337][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.337][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.338][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.339][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.340][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.341][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.342][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.343][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.343][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.344][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.345][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.346][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.347][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.347][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.350][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.351][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.353][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.355][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.356][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.357][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.358][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.359][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.360][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.361][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.362][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.363][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.364][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.365][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.366][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.366][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.368][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.369][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.369][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.370][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.371][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.372][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.373][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.373][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.374][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.375][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.376][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.377][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.378][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.378][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.379][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.380][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.381][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.382][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.383][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.383][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.384][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.385][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.386][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.387][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.388][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.389][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.396][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.398][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.399][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.399][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.400][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.401][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.402][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.403][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.404][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.404][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.405][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.406][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.407][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.408][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.409][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.411][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.412][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.414][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.415][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.416][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.417][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.418][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.419][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.420][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.420][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.421][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.422][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.423][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.424][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.424][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.425][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.426][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.427][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.428][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.428][self$createEntryFromContent] Accession numbers: 15442.
biodb.TRACE[2024-03-27 06:53:05.429][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.430][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.431][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.432][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.433][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.434][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.434][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.435][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.436][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.438][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.439][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.440][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.441][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.442][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.443][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.448][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.449][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.450][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.450][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:05.453][private$loadEntries] Creating entries from ids [1]: "57310".
biodb.DEBUG[2024-03-27 06:53:05.455][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:05.457][cch$loadFileContent] Trying to load 1 files from cache: [1]: "57310".
biodb.TRACE[2024-03-27 06:53:05.460][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:05.463][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/57310.xml".
biodb.DEBUG[2024-03-27 06:53:05.464][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:05.465][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:05.466][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:05.468][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.468][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.469][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.475][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.476][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.477][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.477][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:05.480][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.482][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.483][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.484][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.488][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.489][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.490][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.491][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.492][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.493][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.494][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.495][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.496][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.497][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.498][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.499][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.499][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.500][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.501][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.502][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.503][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.504][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.505][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.506][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.506][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.507][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.508][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.509][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.510][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.511][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.512][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.512][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.513][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.514][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.515][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.516][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.517][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.518][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.519][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.519][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.520][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.521][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.522][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.522][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.524][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.525][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.526][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.527][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.529][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.531][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.532][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.532][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.533][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.534][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.535][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.536][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.537][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.538][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.539][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.540][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.541][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.541][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.542][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.543][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.544][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.545][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.546][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.547][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.547][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.548][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.549][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.550][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.551][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.552][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.553][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.553][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.554][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.555][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.556][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.557][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.568][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.569][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.570][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.571][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.572][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.573][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.574][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.575][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.576][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.577][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.578][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.578][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.579][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.580][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.581][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.582][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.583][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.584][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.584][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.585][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.586][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.587][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.588][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.589][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.590][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.591][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.592][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.593][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.594][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.594][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.595][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.596][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.597][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.598][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.599][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.600][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.601][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.601][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.602][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.603][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.604][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.605][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.606][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.606][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.607][self$createEntryFromContent] Accession numbers: 57310.
biodb.TRACE[2024-03-27 06:53:05.608][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.609][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.610][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.611][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.611][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.612][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.613][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.614][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.615][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.616][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.616][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.617][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.618][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.619][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.619][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.625][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.626][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.627][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.629][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:05.630][private$loadEntries] Creating entries from ids [1]: "66216".
biodb.DEBUG[2024-03-27 06:53:05.631][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:05.633][cch$loadFileContent] Trying to load 1 files from cache: [1]: "66216".
biodb.TRACE[2024-03-27 06:53:05.636][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:05.639][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/66216.xml".
biodb.DEBUG[2024-03-27 06:53:05.641][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:05.642][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:05.643][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:05.645][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.646][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.646][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.652][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.654][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.656][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.657][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:05.660][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.661][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.662][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.663][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.664][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.665][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.666][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.666][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.667][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.669][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.670][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.671][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.673][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.674][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.675][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.676][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.677][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.678][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.679][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.679][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.681][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.681][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.682][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.683][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.684][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.685][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.686][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.687][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.688][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.689][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.690][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.691][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.692][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.693][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.693][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.694][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.695][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.696][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.697][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.698][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.699][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.700][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.701][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.701][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.703][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.703][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.704][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.705][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.706][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.707][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.708][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.709][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.710][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.710][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.711][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.712][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.713][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.714][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.715][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.716][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.717][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.717][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.718][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.719][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.720][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.721][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.722][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.723][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.724][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.731][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.733][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.734][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.735][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.736][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.737][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.738][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.738][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.739][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.740][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.741][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.742][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.743][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.744][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.744][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.745][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.746][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.747][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.748][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.749][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.749][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.752][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.753][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.754][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.755][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.756][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.756][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.757][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.758][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.759][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.760][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.761][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.762][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.764][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.765][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.766][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.767][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.768][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.769][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.771][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.772][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.773][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.774][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.775][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.776][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.777][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.777][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.778][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.779][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.780][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.781][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.782][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.782][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.783][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.784][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.785][self$createEntryFromContent] Accession numbers: 66216.
biodb.TRACE[2024-03-27 06:53:05.786][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.787][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.788][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.788][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.789][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.790][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.791][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.791][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.792][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.793][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.794][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.795][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.795][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.796][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.797][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.802][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.803][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.804][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.805][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:05.806][private$loadEntries] Creating entries from ids [1]: "70860".
biodb.DEBUG[2024-03-27 06:53:05.807][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:05.809][cch$loadFileContent] Trying to load 1 files from cache: [1]: "70860".
biodb.TRACE[2024-03-27 06:53:05.811][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:05.813][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/70860.xml".
biodb.DEBUG[2024-03-27 06:53:05.814][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:05.815][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:05.816][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:05.818][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.819][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.819][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.826][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.828][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.829][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.830][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:05.833][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.835][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.836][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.837][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.840][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.841][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.843][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.844][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.846][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.847][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.848][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.849][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.851][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:05.852][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:05.852][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.853][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.854][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.855][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.856][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.857][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.858][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:05.859][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:05.859][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.860][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.861][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.862][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.863][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.863][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.864][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:05.865][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:05.866][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.867][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.868][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.869][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.869][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.870][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.871][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.872][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:05.873][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.875][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.877][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.878][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:05.879][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.880][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.881][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.882][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.883][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.884][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.885][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:05.886][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.887][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.888][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.889][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.890][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.890][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.891][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.892][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.893][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:05.894][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.902][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.903][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.904][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.905][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.905][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.907][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:05.909][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:05.910][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.911][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.913][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.914][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.914][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.915][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.917][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:05.917][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:05.918][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.919][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.920][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.921][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.922][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.922][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.923][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:05.924][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:05.925][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.926][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.927][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.928][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.929][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.930][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.931][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.932][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.934][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.936][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.938][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.939][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.940][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.940][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.941][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.942][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:05.943][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.944][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.945][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.946][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.946][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.947][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.948][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.949][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.950][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.951][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.952][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.954][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.955][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.956][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.957][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.958][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.959][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.960][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.961][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.962][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.963][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.964][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.965][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:05.967][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:05.968][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.969][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.970][self$createEntryFromContent] Accession numbers: 70860.
biodb.TRACE[2024-03-27 06:53:05.971][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.972][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.973][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.974][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.974][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.975][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.976][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.977][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:05.978][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.978][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:05.979][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:05.980][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:05.981][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:05.982][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:05.982][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:05.988][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:05.989][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:05.990][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:05.990][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:05.991][private$loadEntries] Creating entries from ids [1]: "70861".
biodb.DEBUG[2024-03-27 06:53:05.992][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:05.994][cch$loadFileContent] Trying to load 1 files from cache: [1]: "70861".
biodb.TRACE[2024-03-27 06:53:05.996][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:05.998][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/70861.xml".
biodb.DEBUG[2024-03-27 06:53:05.999][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:06.001][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:06.002][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:06.003][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.004][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.005][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.011][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.013][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.014][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.015][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:06.018][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.019][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.020][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.020][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.021][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.022][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.023][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.024][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.025][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.026][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.027][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.028][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.030][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.031][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.032][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.033][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.034][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.034][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.035][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.038][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.040][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.042][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.042][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.043][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.044][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.045][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.046][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.047][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.048][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.049][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.050][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.050][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.051][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.052][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.053][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.054][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.055][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.056][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.056][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.057][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.058][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.059][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.060][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.060][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.062][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.063][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.063][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.064][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.073][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.074][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.075][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.075][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.076][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.077][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.078][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.079][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.080][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.081][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.081][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.082][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.083][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.084][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.085][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.085][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.087][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.088][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.090][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.090][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.092][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.093][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.094][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.095][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.097][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.098][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.100][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.101][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.102][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.103][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.104][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.105][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.107][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.108][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.108][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.109][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.110][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.111][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.112][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.113][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.114][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.115][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.116][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.116][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.117][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.118][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.119][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.120][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.121][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.122][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.123][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.124][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.125][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.126][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.127][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.128][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.128][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.129][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.130][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.131][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.132][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.133][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.134][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.135][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.136][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.137][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.138][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.139][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.140][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.142][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.143][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.144][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.145][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.146][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.147][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.148][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.149][self$createEntryFromContent] Accession numbers: 70861.
biodb.TRACE[2024-03-27 06:53:06.150][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.151][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.151][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.152][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.153][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.154][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.155][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.156][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.157][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.158][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.159][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.160][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.161][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.161][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.162][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.168][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.169][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.170][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.171][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:06.173][private$loadEntries] Creating entries from ids [1]: "78662".
biodb.DEBUG[2024-03-27 06:53:06.174][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:06.175][cch$loadFileContent] Trying to load 1 files from cache: [1]: "78662".
biodb.TRACE[2024-03-27 06:53:06.177][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:06.180][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/78662.xml".
biodb.DEBUG[2024-03-27 06:53:06.181][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:06.182][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:06.184][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:06.185][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.186][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.187][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.192][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.193][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.194][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.195][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:06.197][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.198][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.199][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.200][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.201][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.202][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.202][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.203][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.204][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.205][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.206][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.207][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.208][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.209][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.209][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.210][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.211][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.212][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.213][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.213][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.214][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.219][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.220][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.222][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.223][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.224][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.225][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.226][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.228][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.229][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.230][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.230][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.231][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.232][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.233][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.235][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.237][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.277][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.278][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.279][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.280][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.281][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.282][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.283][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.284][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.285][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.286][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.286][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.287][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.288][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.289][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.290][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.291][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.292][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.292][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.294][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.296][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.297][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.299][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.300][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.301][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.302][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.303][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.304][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.305][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.306][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.307][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.308][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.309][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.310][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.311][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.312][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.314][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.315][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.315][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.316][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.317][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.318][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.319][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.320][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.321][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.322][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.323][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.325][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.326][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.328][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.329][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.330][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.331][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.332][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.333][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.334][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.335][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.335][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.336][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.337][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.338][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.339][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.339][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.340][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.341][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.342][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.343][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.344][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.344][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.345][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.346][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.347][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.348][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.349][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.350][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.350][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.351][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.352][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.353][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.354][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.355][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.355][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.356][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.357][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.358][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.359][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.359][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.360][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.361][self$createEntryFromContent] Accession numbers: 78662.
biodb.TRACE[2024-03-27 06:53:06.362][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.363][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.364][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.364][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.365][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.366][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.367][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.368][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.369][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.372][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.373][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.374][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.375][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.376][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.377][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.381][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.382][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.383][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.384][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:06.385][private$loadEntries] Creating entries from ids [1]: "85084".
biodb.DEBUG[2024-03-27 06:53:06.386][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:06.388][cch$loadFileContent] Trying to load 1 files from cache: [1]: "85084".
biodb.TRACE[2024-03-27 06:53:06.389][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:06.392][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/85084.xml".
biodb.DEBUG[2024-03-27 06:53:06.393][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:06.394][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:06.395][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:06.397][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.398][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.398][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.404][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.405][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.406][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.407][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:06.409][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.410][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.411][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.412][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.413][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.414][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.415][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.416][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.417][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.418][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.419][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.420][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.421][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.422][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.423][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.424][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.425][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.426][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.427][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.428][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.429][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.430][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.431][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.432][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.433][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.434][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.435][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.436][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.437][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.446][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.447][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.448][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.450][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.451][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.451][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.453][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.455][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.456][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.458][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.459][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.460][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.461][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.462][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.463][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.464][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.465][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.465][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.466][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.467][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.468][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.469][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.470][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.471][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.472][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.472][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.473][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.474][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.475][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.476][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.477][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.478][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.479][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.480][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.480][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.481][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.482][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.483][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.484][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.485][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.486][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.486][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.487][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.488][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.489][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.490][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.491][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.492][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.492][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.493][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.495][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.496][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.497][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.499][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.500][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.501][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.502][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.503][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.504][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.505][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.506][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.506][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.507][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.508][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.509][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.510][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.510][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.511][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.512][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.513][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.513][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.514][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.515][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.516][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.517][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.518][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.519][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.519][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.520][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.521][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.522][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.522][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.523][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.524][self$createEntryFromContent] Accession numbers: 85084.
biodb.TRACE[2024-03-27 06:53:06.525][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.526][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.527][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.527][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.528][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.529][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.530][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.531][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.531][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.532][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.533][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.534][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.535][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.535][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.536][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.542][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.543][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.543][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.544][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:06.546][private$loadEntries] Creating entries from ids [1]: "85086".
biodb.DEBUG[2024-03-27 06:53:06.547][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:06.550][cch$loadFileContent] Trying to load 1 files from cache: [1]: "85086".
biodb.TRACE[2024-03-27 06:53:06.551][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:06.554][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/85086.xml".
biodb.DEBUG[2024-03-27 06:53:06.555][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:06.556][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:06.558][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:06.560][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.561][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.561][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.567][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.568][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.569][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.570][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:06.573][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.576][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.577][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.579][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.580][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.581][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.582][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.583][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.584][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.584][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.585][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.586][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.587][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.588][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.589][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.589][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.591][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.592][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.593][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.594][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.595][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.596][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.597][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.598][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.599][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.600][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.601][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.601][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.602][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.603][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.604][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.605][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.613][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.615][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.617][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.618][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.620][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.621][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.623][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.624][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.625][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.626][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.627][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.628][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.629][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.630][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.631][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.632][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.633][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.634][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.635][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.635][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.636][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.637][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.638][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.639][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.640][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.641][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.642][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.643][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.644][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.645][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.645][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.646][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.647][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.648][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.649][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.650][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.651][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.652][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.653][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.654][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.655][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.656][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.657][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.658][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.658][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.659][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.660][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.661][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.662][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.662][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.663][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.664][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.665][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.666][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.668][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.669][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.670][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.672][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.673][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.673][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.675][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.676][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.677][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.678][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.679][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.680][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.680][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.681][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.682][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.683][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.684][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.685][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.685][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.686][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.687][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.688][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.688][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.689][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.690][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.691][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.692][self$createEntryFromContent] Accession numbers: 85086.
biodb.TRACE[2024-03-27 06:53:06.693][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.693][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.694][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.695][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.696][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.697][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.697][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.698][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.699][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.700][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.701][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.701][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.702][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.703][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.704][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.709][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.710][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.712][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.713][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:06.714][private$loadEntries] Creating entries from ids [1]: "88123".
biodb.DEBUG[2024-03-27 06:53:06.716][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:06.718][cch$loadFileContent] Trying to load 1 files from cache: [1]: "88123".
biodb.TRACE[2024-03-27 06:53:06.719][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:06.722][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/88123.xml".
biodb.DEBUG[2024-03-27 06:53:06.724][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:06.725][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:06.726][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:06.728][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.729][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.729][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.735][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.737][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.738][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.739][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:06.743][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.744][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.745][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.746][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.747][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.748][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.749][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.749][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.750][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.751][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.752][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.753][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.754][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.755][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.756][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.756][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.757][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.758][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.759][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.760][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.761][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.762][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.762][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.763][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.764][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.765][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.766][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.766][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.767][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.768][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.769][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.770][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.771][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.772][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.772][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.773][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.783][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.786][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.788][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.789][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.790][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.791][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.792][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.792][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.794][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.794][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.795][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.796][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.797][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.798][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.799][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.800][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.801][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.801][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.802][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.803][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.804][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.805][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.806][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.806][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.807][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.808][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.809][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.810][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.811][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.812][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.813][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.814][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.815][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.815][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.816][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.817][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.819][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.820][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.821][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.822][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.823][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.824][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.825][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.825][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.826][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.827][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.828][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.829][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.830][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.831][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.832][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.832][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.833][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.834][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.835][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.836][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.836][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.837][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.838][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.839][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.840][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.841][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:06.841][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.842][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.843][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.844][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.845][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.845][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.846][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.847][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.848][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.849][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.849][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.850][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.851][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.852][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.854][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.855][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.856][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.858][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.859][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.860][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.861][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.862][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.862][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.863][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.864][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.865][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.866][self$createEntryFromContent] Accession numbers: 88123.
biodb.TRACE[2024-03-27 06:53:06.867][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.868][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.869][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.869][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.870][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.871][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.872][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.873][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.874][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.875][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.876][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.877][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:06.878][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.879][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.880][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.886][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.887][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.888][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.889][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:06.890][private$loadEntries] Creating entries from ids [1]: "134117".
biodb.DEBUG[2024-03-27 06:53:06.891][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:06.894][cch$loadFileContent] Trying to load 1 files from cache: [1]: "134117".
biodb.TRACE[2024-03-27 06:53:06.896][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:06.899][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/134117.xml".
biodb.DEBUG[2024-03-27 06:53:06.900][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:06.901][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:06.902][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:06.904][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:06.905][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:06.906][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:06.911][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:06.912][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:06.914][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:06.915][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:06.917][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.918][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.919][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.920][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.921][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:06.922][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:06.923][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.924][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.925][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.926][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.926][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.927][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.928][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:06.929][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:06.930][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.931][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.932][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.932][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.933][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.934][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.935][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:06.936][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:06.937][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.937][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.938][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.939][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.940][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.947][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.949][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:06.950][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:06.951][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.952][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.953][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.955][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.957][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.957][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.959][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.960][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:06.961][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.962][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.963][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.963][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:06.964][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.965][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.966][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.967][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.968][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.969][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.970][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:06.971][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:06.972][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.973][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.974][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.974][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.975][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.976][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.977][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.978][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:06.979][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.980][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.981][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.981][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.982][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.983][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.984][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:06.986][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:06.986][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.987][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.988][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.989][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.990][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.991][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.992][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:06.993][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:06.994][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:06.995][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:06.996][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:06.997][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:06.998][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.000][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.002][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.003][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.004][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.005][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.006][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.007][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.008][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.008][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.009][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.010][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.011][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.012][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.013][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.014][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.015][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.016][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.017][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.018][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.018][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.019][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.020][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.022][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.024][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.025][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.026][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.027][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.028][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.029][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.030][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.031][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.032][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.033][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.034][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.035][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.035][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.036][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.037][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.038][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.039][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.039][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.040][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.042][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.043][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.044][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.046][self$createEntryFromContent] Accession numbers: 134117.
biodb.TRACE[2024-03-27 06:53:07.047][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.048][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.049][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.050][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.050][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.051][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.052][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.053][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.054][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.055][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.055][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.056][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.057][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.058][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.058][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.065][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.066][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.067][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.068][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:07.069][private$loadEntries] Creating entries from ids [1]: "138307".
biodb.DEBUG[2024-03-27 06:53:07.070][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:07.072][cch$loadFileContent] Trying to load 1 files from cache: [1]: "138307".
biodb.TRACE[2024-03-27 06:53:07.073][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:07.075][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/138307.xml".
biodb.DEBUG[2024-03-27 06:53:07.076][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:07.078][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:07.079][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:07.080][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.081][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.082][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.088][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.089][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.089][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.090][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:07.094][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.095][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.096][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.097][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.098][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.099][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.100][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.101][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.101][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.102][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.103][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.104][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.105][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.106][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.107][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.108][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.108][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.109][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.117][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.119][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.120][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.121][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.123][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.124][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.125][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.126][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.127][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.129][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.130][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.132][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.133][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.134][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.135][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.136][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.137][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.138][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.139][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.140][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.140][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.141][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.142][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.143][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.144][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.145][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.146][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.147][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.147][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.148][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.149][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.150][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.151][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.152][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.153][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.153][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.154][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.155][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.156][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.157][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.158][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.158][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.159][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.160][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.161][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.162][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.163][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.164][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.165][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.165][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.166][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.167][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.168][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.169][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.170][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.171][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.172][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.172][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.173][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.174][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.175][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.176][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.177][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.178][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.178][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.179][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.180][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.181][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.182][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.182][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.183][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.184][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.185][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.185][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.186][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.187][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.188][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.189][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.190][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.190][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.191][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.192][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.193][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.194][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.194][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.195][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.196][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.197][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.198][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.199][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.199][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.200][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.201][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.202][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.203][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.204][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.204][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.205][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.206][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.207][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.209][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.210][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.211][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.213][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.214][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.215][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.216][self$createEntryFromContent] Accession numbers: 138307.
biodb.TRACE[2024-03-27 06:53:07.217][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.218][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.218][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.219][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.220][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.221][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.222][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.223][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.223][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.224][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.225][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.226][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.227][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.227][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.228][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.237][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.238][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.239][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.240][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:07.241][private$loadEntries] Creating entries from ids [1]: "176803".
biodb.DEBUG[2024-03-27 06:53:07.242][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:07.244][cch$loadFileContent] Trying to load 1 files from cache: [1]: "176803".
biodb.TRACE[2024-03-27 06:53:07.245][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:07.247][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/176803.xml".
biodb.DEBUG[2024-03-27 06:53:07.248][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:07.249][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:07.250][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:07.252][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.253][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.254][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.259][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.260][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.261][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.262][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:07.264][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.265][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.266][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.266][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.267][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.270][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.271][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.272][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.273][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.281][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.283][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.284][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.285][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.286][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.287][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.288][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.289][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.290][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.292][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.293][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.295][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.297][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.298][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.299][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.300][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.301][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.302][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.302][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.304][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.305][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.306][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.306][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.307][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.308][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.309][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.310][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.311][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.312][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.313][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.314][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.315][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.316][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.317][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.317][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.319][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.320][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.321][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.322][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.323][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.324][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.325][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.326][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.327][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.328][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.329][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.329][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.331][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.332][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.333][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.334][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.334][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.335][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.336][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.337][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.338][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.339][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.340][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.341][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.342][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.343][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.343][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.344][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.345][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.346][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.347][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.348][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.349][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.350][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.350][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.351][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.352][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.353][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.354][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.355][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.356][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.357][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.359][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.360][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.361][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.362][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.363][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.364][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.364][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.365][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.366][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.367][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.368][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.370][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.371][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.372][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.373][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.374][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.375][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.377][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.378][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.380][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.381][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.381][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.382][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.383][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.384][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.385][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.386][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.387][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.388][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.389][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.390][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.390][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.391][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.392][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.393][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.394][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.395][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.395][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.396][self$createEntryFromContent] Accession numbers: 176803.
biodb.TRACE[2024-03-27 06:53:07.397][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.399][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.400][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.401][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.403][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.404][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.405][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.406][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.406][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.407][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.408][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.409][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.410][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.410][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.411][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.417][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.418][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.419][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.420][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:07.421][private$loadEntries] Creating entries from ids [1]: "176962".
biodb.DEBUG[2024-03-27 06:53:07.421][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:07.423][cch$loadFileContent] Trying to load 1 files from cache: [1]: "176962".
biodb.TRACE[2024-03-27 06:53:07.424][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:07.427][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/176962.xml".
biodb.DEBUG[2024-03-27 06:53:07.428][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:07.430][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:07.431][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:07.432][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.433][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.434][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.439][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.440][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.441][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.442][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:07.452][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.455][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.456][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.457][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.459][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.460][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.460][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.461][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.462][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.463][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.464][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.465][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.466][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.467][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.467][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.468][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.469][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.470][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.471][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.472][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.473][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.474][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.474][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.475][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.476][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.477][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.478][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.478][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.480][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.480][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.481][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.482][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.483][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.484][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.484][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.485][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.486][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.487][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.488][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.489][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.490][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.490][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.491][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.492][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.493][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.495][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.496][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.497][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.499][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.500][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.501][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.502][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.503][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.504][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.505][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.505][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.507][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.507][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.508][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.509][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.510][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.511][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.512][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.513][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.514][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.515][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.515][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.516][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.517][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.518][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.519][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.519][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.521][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.521][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.522][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.523][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.524][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.526][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.527][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.528][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.530][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.531][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.532][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.533][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.534][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.535][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.536][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.537][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.538][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.539][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.539][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.540][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.541][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.542][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.543][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.544][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.544][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.545][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.546][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.547][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.548][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.549][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.550][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.550][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.551][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.552][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.553][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.554][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.555][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.556][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.556][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.557][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.558][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.559][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.560][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.561][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.562][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.563][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.564][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.564][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.565][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.566][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.567][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.568][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.568][self$createEntryFromContent] Accession numbers: 176962.
biodb.TRACE[2024-03-27 06:53:07.569][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.570][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.571][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.572][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.573][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.574][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.576][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.577][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.578][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.580][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.581][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.581][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.582][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.583][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.584][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.589][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.590][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.591][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.592][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:07.593][private$loadEntries] Creating entries from ids [1]: "198655".
biodb.DEBUG[2024-03-27 06:53:07.594][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:07.595][cch$loadFileContent] Trying to load 1 files from cache: [1]: "198655".
biodb.TRACE[2024-03-27 06:53:07.596][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:07.599][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/198655.xml".
biodb.DEBUG[2024-03-27 06:53:07.601][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:07.602][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:07.603][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:07.611][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.613][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.615][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.620][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.621][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.622][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.623][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:07.626][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.627][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.627][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.629][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.631][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.633][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.634][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.636][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.637][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.639][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.640][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.641][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.642][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.643][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.644][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.645][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.647][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.648][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.649][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.650][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.652][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.653][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.654][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.656][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.657][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.658][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.659][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.660][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.661][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.662][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.663][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.664][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.665][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.666][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.666][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.667][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.668][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.669][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.670][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.672][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.673][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.674][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.675][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.676][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.677][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.678][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.680][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.681][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.683][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.684][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.685][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.686][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.687][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.688][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.689][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.690][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.691][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.692][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.694][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.695][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.696][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.696][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.697][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.698][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.699][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.700][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.701][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.702][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.703][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.704][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.705][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.705][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.707][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.709][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.710][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.711][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.712][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.713][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.714][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.716][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.718][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.719][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.719][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.721][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.723][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.724][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.725][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.726][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.727][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.728][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.729][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.730][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.731][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.732][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.733][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.733][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.734][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.736][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.737][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.738][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.738][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.739][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.740][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.741][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.742][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.743][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.744][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.744][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.745][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.746][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.747][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.748][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.749][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.750][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.750][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.751][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.752][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.753][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.754][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.754][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.755][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.756][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.757][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.758][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.759][self$createEntryFromContent] Accession numbers: 198655.
biodb.TRACE[2024-03-27 06:53:07.760][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.760][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.761][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.762][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.763][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.764][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.765][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.765][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.767][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.769][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.770][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.771][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.772][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.773][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.774][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.780][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.781][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.781][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.782][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:07.790][private$loadEntries] Creating entries from ids [1]: "215045".
biodb.DEBUG[2024-03-27 06:53:07.792][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:07.794][cch$loadFileContent] Trying to load 1 files from cache: [1]: "215045".
biodb.TRACE[2024-03-27 06:53:07.795][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:07.797][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/215045.xml".
biodb.DEBUG[2024-03-27 06:53:07.799][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:07.800][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:07.801][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:07.803][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:07.804][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:07.805][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:07.811][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:07.812][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:07.813][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:07.814][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:07.816][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.817][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.819][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.821][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.822][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.824][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.825][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.826][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.827][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.827][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.828][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.829][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.831][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:07.832][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:07.833][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.834][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.835][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.836][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.837][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.838][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.839][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:07.841][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:07.841][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.842][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.843][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.844][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.845][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.846][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.847][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:07.848][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:07.849][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.850][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.851][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.851][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.852][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.853][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.855][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.856][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:07.858][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.860][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.861][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.862][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:07.864][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.865][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.866][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.867][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.868][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.869][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.870][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:07.871][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.872][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.873][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.875][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.876][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.877][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.878][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.880][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.881][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:07.882][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.883][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.884][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.885][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.885][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.886][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.887][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:07.888][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:07.889][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.891][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.893][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.894][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.896][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.896][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.898][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:07.899][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:07.900][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.901][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.902][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.903][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.903][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.904][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.905][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:07.906][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:07.907][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.908][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.909][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.910][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.910][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.911][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.912][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.913][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.914][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.915][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.915][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.916][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.917][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.918][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.919][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.920][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:07.920][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.921][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.922][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.923][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.924][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.924][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.926][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.928][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.928][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.930][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.931][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.933][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.934][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.935][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.936][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.938][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.939][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.940][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.940][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.941][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.942][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.943][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.944][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:07.945][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:07.947][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.948][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.949][self$createEntryFromContent] Accession numbers: 215045.
biodb.TRACE[2024-03-27 06:53:07.950][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.952][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.952][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.953][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.955][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.956][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.957][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.958][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:07.959][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.960][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:07.960][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:07.961][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:07.990][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=squalene&searchCategory=ALL NAMES&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:07.995][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:07.997][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b9623d99e42a57d0f12e83910c2ffbf2".
biodb.TRACE[2024-03-27 06:53:07.998][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:07.999][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b9623d99e42a57d0f12e83910c2ffbf2.content".
biodb.DEBUG[2024-03-27 06:53:08.004][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.005][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.006][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.013][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.014][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.015][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.016][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.017][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.018][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.019][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.020][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.021][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.023][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.024][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.025][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.026][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.027][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.028][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.029][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.030][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.031][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.032][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.037][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.038][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.039][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.039][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.040][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.041][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.042][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.043][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.044][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.045][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.045][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.046][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.047][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.048][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.049][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.050][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.050][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.051][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.052][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.053][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.054][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.055][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.055][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.056][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.057][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.058][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.060][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.069][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.070][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.071][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.072][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.073][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.074][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.075][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.076][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.076][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.077][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.079][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.081][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.082][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.084][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.085][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.086][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.087][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.088][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.089][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.089][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.090][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.091][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.092][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.093][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.094][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.095][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.096][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.102][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.103][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.104][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.104][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.105][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.106][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.107][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.108][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.109][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.110][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.112][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.113][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.114][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.115][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.116][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.116][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.117][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.118][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.119][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.120][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.121][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.122][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.124][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.125][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.126][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.127][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.128][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.134][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.135][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.135][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.136][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.137][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.138][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.139][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.140][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.140][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.141][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.142][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.143][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.144][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.145][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.145][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.146][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.154][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.157][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.158][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.164][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.165][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.166][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.167][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.169][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.170][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.171][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.172][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.173][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.174][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.176][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.177][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.178][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.179][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.180][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.181][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.182][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.183][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.184][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.190][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.190][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.191][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.192][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.193][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.194][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.195][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.196][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.197][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.199][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.200][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.201][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.202][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.203][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.203][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.204][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.205][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.206][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.207][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.212][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.213][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.214][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.215][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.216][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.217][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.218][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.218][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.219][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.220][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.222][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.223][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.224][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.225][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.227][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.228][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.229][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.229][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.230][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.236][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.237][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.238][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.239][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.240][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.241][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.241][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.242][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.243][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.244][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.245][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.246][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.246][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.247][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.248][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.249][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.250][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.250][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.251][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.257][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.258][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.258][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.259][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.260][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.261][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.262][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.263][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.264][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.265][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.265][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.266][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.267][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.268][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.269][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.270][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.271][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.271][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.272][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.280][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.282][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.282][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.283][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.284][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.286][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.288][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.289][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.290][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.291][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.292][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.293][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.294][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.294][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.295][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.296][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.297][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.298][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.298][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.304][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.305][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.306][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.306][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.308][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.308][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.309][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.310][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.311][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.312][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.313][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.313][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.314][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.315][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.317][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.318][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.319][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.321][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.322][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.336][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.338][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.339][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.340][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.342][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.343][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.343][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.344][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.345][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.346][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.347][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.347][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.348][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.349][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.350][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.351][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.352][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.352][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.353][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.359][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.361][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.362][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.363][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.364][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.365][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.366][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.367][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.368][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.369][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.370][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.371][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.371][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.372][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.373][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.374][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.375][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.375][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.376][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.384][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.385][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.386][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.386][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.387][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.388][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.389][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.390][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.392][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.394][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.395][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.397][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.399][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.400][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.400][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.401][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.402][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.403][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.403][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.409][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.409][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.410][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.411][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.411][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.412][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.413][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.413][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.414][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.415][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.415][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.416][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.417][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.417][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.418][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.419][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.420][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.421][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.421][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.429][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.431][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.432][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.432][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.434][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.434][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.435][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.436][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.437][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.438][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.439][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.439][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.440][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.441][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.442][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.443][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.444][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.445][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.446][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.452][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.453][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.454][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.455][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.457][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.459][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.459][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.460][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.462][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.463][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.464][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.464][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.465][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.466][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.467][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.468][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.469][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.469][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.470][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.476][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.478][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.479][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.480][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.482][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.483][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.484][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.485][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.486][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.487][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.488][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.489][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.490][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.491][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.491][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.492][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.493][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.494][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.495][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.503][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.504][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.505][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.506][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.508][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.509][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.516][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.518][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.519][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.520][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.521][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.522][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.523][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.524][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.524][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.525][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.542][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.544][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.545][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.548][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.549][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.550][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.551][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.552][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.552][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.553][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.554][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.555][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.556][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.557][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.557][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.558][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.560][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.561][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.562][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.564][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.590][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.39124*&searchCategory=MONOISOTOPIC MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:08.594][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:08.596][cch$loadFileContent] Trying to load 1 files from cache: [1]: "c5171beada848a87ef2ffa10427d9be3".
biodb.TRACE[2024-03-27 06:53:08.598][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:08.601][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/c5171beada848a87ef2ffa10427d9be3.content".
biodb.DEBUG[2024-03-27 06:53:08.605][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.39125*&searchCategory=MONOISOTOPIC MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:08.609][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:08.610][cch$loadFileContent] Trying to load 1 files from cache: [1]: "750e63ff76a843f016511fa71c89113e".
biodb.TRACE[2024-03-27 06:53:08.611][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:08.613][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/750e63ff76a843f016511fa71c89113e.content".
biodb.DEBUG[2024-03-27 06:53:08.616][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.617][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.618][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.623][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.624][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.625][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.626][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:08.627][private$loadEntries] Creating entries from ids [1]: "4648".
biodb.DEBUG[2024-03-27 06:53:08.628][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:08.630][cch$loadFileContent] Trying to load 1 files from cache: [1]: "4648".
biodb.TRACE[2024-03-27 06:53:08.632][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:08.635][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/4648.xml".
biodb.DEBUG[2024-03-27 06:53:08.636][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:08.637][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:08.638][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:08.640][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.641][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.641][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.647][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.648][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.649][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.650][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.653][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.654][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.655][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.656][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.658][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.659][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.661][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.662][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.663][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:08.664][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:08.666][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.667][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.668][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:08.669][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:08.670][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.671][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.672][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:08.673][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:08.673][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.674][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.676][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:08.677][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:08.677][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.678][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.679][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:08.680][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:08.681][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.681][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.683][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:08.683][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:08.684][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.685][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.686][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:08.687][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:08.688][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.688][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.697][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:08.700][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:08.701][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.703][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.704][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:08.705][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:08.706][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.707][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.708][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:08.709][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:08.710][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.711][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.711][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:08.712][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.713][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.714][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.715][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:08.716][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.717][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.717][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.718][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.719][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.720][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.721][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.722][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.723][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.723][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.724][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.725][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:08.726][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:08.727][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.727][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.729][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:08.730][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:08.730][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.731][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.732][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:08.733][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:08.734][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.735][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.737][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:08.738][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:08.738][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.739][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.740][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:08.741][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:08.742][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.743][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.744][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:08.745][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:08.746][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.746][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.747][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.748][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.749][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.750][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.751][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.751][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.752][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.753][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.754][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.755][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.756][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.756][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.757][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.758][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.759][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.760][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.761][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.761][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.762][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.764][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.765][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.767][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.769][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.770][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.771][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.771][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.772][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.773][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.774][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.775][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.776][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.776][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.777][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.778][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.779][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.780][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.780][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.781][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.782][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.783][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.784][self$createEntryFromContent] Accession numbers: 4648.
biodb.TRACE[2024-03-27 06:53:08.785][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.785][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.786][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.787][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.788][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.789][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.789][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.790][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.791][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.792][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.793][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.793][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.794][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.795][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.796][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.802][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.803][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.804][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.805][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.807][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.808][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.809][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.810][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.811][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.811][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.812][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.813][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.814][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.815][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.816][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.816][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.817][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.818][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.819][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.825][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.826][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.827][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.828][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:08.829][private$loadEntries] Creating entries from ids [1]: "62447".
biodb.DEBUG[2024-03-27 06:53:08.829][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:08.831][cch$loadFileContent] Trying to load 1 files from cache: [1]: "62447".
biodb.TRACE[2024-03-27 06:53:08.832][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:08.835][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/62447.xml".
biodb.DEBUG[2024-03-27 06:53:08.836][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:08.837][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:08.838][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:08.840][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:08.841][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:08.842][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:08.847][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:08.848][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:08.849][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:08.849][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:08.862][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.863][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.864][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.865][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.867][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.868][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.869][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.869][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.870][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:08.871][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:08.872][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.873][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.874][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:08.875][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:08.876][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.877][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.878][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:08.879][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:08.880][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.880][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.881][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:08.882][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:08.883][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.884][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.885][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:08.886][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:08.886][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.887][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.888][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:08.889][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:08.890][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.891][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.892][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:08.893][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:08.894][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.895][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.896][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:08.897][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:08.898][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.899][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.901][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:08.902][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:08.904][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.905][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.906][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:08.907][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.908][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.909][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.910][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:08.912][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:08.914][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.914][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.916][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.917][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.918][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.919][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.920][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.921][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.922][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.922][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.923][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:08.924][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:08.925][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.926][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.927][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:08.929][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:08.930][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.930][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.931][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:08.932][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:08.934][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.935][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.936][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:08.938][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:08.939][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.940][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.941][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:08.942][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:08.943][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.944][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.946][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:08.947][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:08.948][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.949][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.951][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.952][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.953][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.954][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.955][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.956][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.957][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.958][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.958][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.959][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.960][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.962][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.963][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.965][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:08.966][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.967][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.968][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.969][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.971][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.972][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.973][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.974][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.975][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.976][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.977][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.978][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.979][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.980][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.982][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.984][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.985][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.985][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.986][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.987][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.988][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.989][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.990][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:08.991][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:08.991][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.992][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:08.993][self$createEntryFromContent] Accession numbers: 62447.
biodb.TRACE[2024-03-27 06:53:08.994][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.995][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.996][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:08.997][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:08.997][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.998][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:08.999][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.000][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.001][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.002][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.002][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.003][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.023][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=squalene&searchCategory=ALL NAMES&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:09.033][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:09.035][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b9623d99e42a57d0f12e83910c2ffbf2".
biodb.TRACE[2024-03-27 06:53:09.037][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:09.038][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b9623d99e42a57d0f12e83910c2ffbf2.content".
biodb.DEBUG[2024-03-27 06:53:09.041][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.042][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.043][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.048][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.050][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.050][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.051][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.052][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.053][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.054][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.055][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.056][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.057][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.058][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.058][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.059][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.060][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.061][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.062][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.063][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.064][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.064][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.070][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.071][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.072][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.073][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.074][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.075][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.076][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.077][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.079][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.080][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.081][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.082][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.083][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.084][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.085][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.086][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.087][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.088][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.088][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.089][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.090][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.091][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.092][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.092][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.093][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.094][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.095][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.103][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.104][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.106][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.107][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.108][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.109][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.110][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.110][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.111][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.112][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.113][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.114][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.115][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.116][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.116][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.117][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.118][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.119][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.120][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.120][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.121][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.122][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.123][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.124][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.125][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.125][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.126][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.132][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.133][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.133][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.134][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.135][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.136][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.137][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.138][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.139][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.140][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.140][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.141][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.142][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.143][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.144][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.145][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.145][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.146][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.147][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.148][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.149][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.149][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.150][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.151][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.152][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.153][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.153][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.159][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.160][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.160][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.161][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.162][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.163][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.164][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.165][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.166][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.167][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.167][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.168][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.169][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.170][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.171][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.171][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.172][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.173][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.174][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.179][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.180][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.181][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.182][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.183][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.184][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.184][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.185][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.186][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.187][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.187][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.188][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.197][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.200][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.201][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.203][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.204][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.205][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.205][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.211][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.212][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.213][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.214][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.215][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.216][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.217][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.218][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.219][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.220][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.220][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.221][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.222][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.223][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.224][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.225][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.226][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.226][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.227][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.233][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.234][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.234][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.235][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.236][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.237][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.238][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.239][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.240][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.241][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.242][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.243][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.244][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.245][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.246][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.247][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.248][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.249][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.251][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.258][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.260][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.261][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.261][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.262][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.263][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.264][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.265][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.266][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.267][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.268][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.268][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.269][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.270][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.271][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.272][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.273][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.273][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.274][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.281][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.282][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.283][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.284][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.285][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.286][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.286][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.287][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.288][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.289][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.290][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.291][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.292][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.292][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.293][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.294][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.295][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.296][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.296][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.302][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.303][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.303][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.304][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.305][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.306][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.308][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.309][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.311][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.312][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.313][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.314][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.315][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.316][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.317][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.318][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.319][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.319][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.320][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.326][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.327][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.328][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.329][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.330][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.331][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.332][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.332][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.333][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.334][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.335][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.336][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.337][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.338][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.338][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.339][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.341][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.342][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.343][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.351][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.352][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.353][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.354][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.355][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.356][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.357][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.358][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.359][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.360][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.361][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.362][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.363][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.363][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.364][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.365][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.366][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.376][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.378][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.384][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.385][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.386][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.387][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.388][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.389][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.390][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.391][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.392][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.392][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.393][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.394][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.395][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.396][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.397][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.398][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.400][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.401][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.402][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.409][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.410][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.411][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.412][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.413][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.414][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.415][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.415][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.416][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.417][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.418][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.419][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.420][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.421][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.421][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.422][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.423][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.424][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.425][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.430][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.431][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.432][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.433][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.434][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.435][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.435][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.436][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.437][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.438][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.439][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.440][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.441][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.442][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.443][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.444][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.444][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.445][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.446][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.452][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.453][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.453][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.454][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.455][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.456][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.457][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.458][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.459][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.460][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.461][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.461][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.462][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.463][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.464][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.465][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.466][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.467][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.468][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.475][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.476][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.477][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.478][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.479][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.480][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.481][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.482][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.482][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.483][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.484][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.485][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.486][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.487][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.487][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.488][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.489][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.490][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.490][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.497][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.498][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.499][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.499][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.501][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.503][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.504][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.505][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.506][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.507][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.508][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.509][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.510][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.511][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.512][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.512][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.513][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.514][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.515][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.520][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.521][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.522][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.523][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.524][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.525][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.526][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.526][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.528][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.530][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.530][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.532][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.533][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.534][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.535][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.536][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.566][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=squalene&searchCategory=ALL NAMES&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:09.571][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:09.572][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b9623d99e42a57d0f12e83910c2ffbf2".
biodb.TRACE[2024-03-27 06:53:09.574][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:09.575][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b9623d99e42a57d0f12e83910c2ffbf2.content".
biodb.DEBUG[2024-03-27 06:53:09.580][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.583][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.584][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.589][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.591][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.591][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.593][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.595][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.596][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.597][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.598][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.599][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.600][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.601][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.602][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.604][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.605][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.606][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.607][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.608][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.609][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.609][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.615][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.616][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.617][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.618][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.619][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.620][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.620][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.621][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.622][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.623][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.624][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.624][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.625][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.627][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.627][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.628][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.629][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.630][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.631][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.632][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.633][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.634][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.635][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.635][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.636][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.637][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.638][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.644][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.645][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.646][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.647][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.648][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.649][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.649][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.650][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.651][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.652][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.653][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.654][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.654][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.655][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.656][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.657][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.658][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.659][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.660][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.661][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.662][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.662][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.663][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.664][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.665][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.666][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.667][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.673][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.674][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.675][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.675][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.677][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.678][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.679][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.679][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.680][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.681][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.682][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.683][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.684][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.685][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.685][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.686][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.687][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.688][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.689][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.690][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.691][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.692][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.693][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.694][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.695][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.696][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.697][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.703][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.704][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.704][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.705][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.706][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.708][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.709][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.710][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.711][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.712][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.713][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.714][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.715][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.717][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.718][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.719][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.720][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.721][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.722][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.735][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.736][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.737][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.737][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.739][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.739][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.740][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.741][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.742][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.743][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.744][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.744][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.745][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.746][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.747][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.748][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.749][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.750][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.750][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.756][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.757][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.757][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.758][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.759][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.760][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.761][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.762][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.763][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.764][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.765][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.765][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.766][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.767][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.768][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.769][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.770][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.771][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.771][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.777][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.778][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.779][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.779][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.780][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.781][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.782][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.783][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.784][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.785][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.786][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.787][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.788][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.789][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.790][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.790][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.791][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.792][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.793][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.798][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.799][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.800][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.801][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.802][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.803][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.804][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.805][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.805][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.806][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.807][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.808][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.809][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.811][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.812][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.814][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.815][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.816][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.817][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.823][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.825][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.825][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.826][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.827][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.828][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.829][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.830][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.831][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.832][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.832][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.833][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.834][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.835][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.836][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.837][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.837][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.838][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.839][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.845][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.846][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.847][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.848][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.849][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.850][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.851][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.852][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.853][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.854][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.855][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.856][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.857][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.858][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.859][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.860][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.861][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.862][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.862][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.869][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.871][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.871][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.872][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.873][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.874][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.875][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.876][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.877][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.877][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.878][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.879][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.880][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.881][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.882][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.883][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.885][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.887][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.888][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.894][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.895][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.896][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.911][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.914][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.915][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.917][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.918][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.919][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.920][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.921][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.921][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.922][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.923][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.924][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.925][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.926][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.926][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.927][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.933][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.934][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.935][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.936][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.937][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.938][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.939][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.939][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.940][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.941][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.942][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.943][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.944][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.945][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.945][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.946][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.947][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.948][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.949][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.954][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.956][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.957][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.957][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.959][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.960][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.961][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.962][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.963][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.964][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.965][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.965][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.966][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.967][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.968][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.969][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.970][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.972][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.973][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:09.979][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:09.980][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:09.981][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:09.982][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:09.983][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.984][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.985][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.986][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.988][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.989][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.990][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.991][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:09.991][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.992][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:09.993][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:09.994][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:09.995][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:09.996][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:09.996][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.002][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.003][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.004][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.004][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.006][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.008][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.009][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.011][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.012][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.013][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.014][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.014][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.015][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.016][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.017][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.018][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.019][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.019][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.020][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.026][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.027][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.029][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.029][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.031][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.032][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.032][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.033][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.034][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.036][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.037][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.038][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.039][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.040][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.041][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.041][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.042][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.043][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.044][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.050][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.051][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.051][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.052][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.053][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.054][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.055][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.056][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.057][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.058][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.058][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.059][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.060][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.061][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.062][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.063][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.064][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.064][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.065][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.070][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.071][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.072][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.073][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.074][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.075][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.076][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.077][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.078][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.086][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.087][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.088][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.090][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.091][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.092][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.093][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.109][self$getBiodb()$getEntryFields()$get] Asked field names are: nominal.mass.
biodb.TRACE[2024-03-27 06:53:10.110][self$getBiodb()$getEntryFields()$get] Realnames of fields are: nominal.mass.
biodb.TRACE[2024-03-27 06:53:10.111][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.112][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:10.121][biodb::testThat]
biodb.INFO [2024-03-27 06:53:10.123][biodb::testThat] Running test function  test_annotateMzValues_input_vector  (" annotateMzValues() accepts a single vector. ").
biodb.INFO [2024-03-27 06:53:10.125][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:10.126][biodb::testThat]
biodb.TRACE[2024-03-27 06:53:10.131][self$getBiodb()$getEntryFields()$get] Asked field names are: average.mass.
biodb.TRACE[2024-03-27 06:53:10.132][self$getBiodb()$getEntryFields()$get] Realnames of fields are: average.mass.
biodb.TRACE[2024-03-27 06:53:10.133][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.134][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.135][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.136][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.137][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.138][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.139][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.140][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.140][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.141][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.142][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.143][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.144][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.145][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.146][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.146][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.147][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.148][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.153][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.154][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.155][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.161][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.162][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.162][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.163][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:10.166][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.72*&searchCategory=MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:10.170][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:10.171][cch$loadFileContent] Trying to load 1 files from cache: [1]: "dabc9e8530050c4ceebbaec76743bcf1".
biodb.TRACE[2024-03-27 06:53:10.172][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:10.173][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/dabc9e8530050c4ceebbaec76743bcf1.content".
biodb.DEBUG[2024-03-27 06:53:10.176][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.177][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.177][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.183][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.184][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.184][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.185][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.186][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.187][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.188][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.189][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.191][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.192][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.193][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.194][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.195][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.196][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.197][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.198][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.200][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.73*&searchCategory=MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:10.203][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:10.205][cch$loadFileContent] Trying to load 1 files from cache: [1]: "41b7f9723242a79cfe14bebd91dbb5b6".
biodb.TRACE[2024-03-27 06:53:10.206][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:10.207][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/41b7f9723242a79cfe14bebd91dbb5b6.content".
biodb.DEBUG[2024-03-27 06:53:10.211][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.212][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.213][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.218][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.219][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.220][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.221][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.222][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.223][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.223][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.224][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.225][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.226][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.227][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.227][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.228][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.229][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.230][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.231][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.232][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.232][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.233][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.238][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.239][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.240][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.241][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.242][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.243][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.244][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.244][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.245][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.246][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.248][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.249][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.251][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.252][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.253][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.254][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.255][private$bdb$entriesToDataframe] 3 entrie(s) to convert in data frame.
biodb.DEBUG[2024-03-27 06:53:10.257][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.258][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.259][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.272][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.273][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.274][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.276][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.277][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.278][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.279][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.280][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.281][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.282][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.282][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.283][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.285][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.286][private$selectFields]
biodb.TRACE[2024-03-27 06:53:10.287][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:10.288][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:10.289][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.289][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.291][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.292][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.292][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.293][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.294][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.295][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.296][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.296][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.297][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.298][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.299][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.300][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.300][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.301][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:10.302][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.303][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.304][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.305][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.306][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.307][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.308][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.309][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.310][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.311][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.312][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.313][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.323][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [192288].
biodb.DEBUG[2024-03-27 06:53:10.324][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.325][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.326][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.331][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.332][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.333][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.333][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.335][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.336][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.336][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.337][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.338][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.339][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.340][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.343][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.344][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.345][private$selectFields]
biodb.TRACE[2024-03-27 06:53:10.346][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:10.347][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:10.349][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.350][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.351][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.353][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.354][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.355][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.356][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.356][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.357][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.358][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.359][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.360][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.361][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.362][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.362][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.363][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:10.364][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.365][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.366][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.367][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.367][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.368][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.369][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.370][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.371][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.372][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.373][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.374][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.375][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [15440].
biodb.DEBUG[2024-03-27 06:53:10.376][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.377][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.378][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.383][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.384][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.385][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.386][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.387][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.388][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.389][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.391][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.392][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.393][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.394][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.395][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.396][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.396][private$selectFields]
biodb.TRACE[2024-03-27 06:53:10.397][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:10.398][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:10.399][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.400][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.401][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.401][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.402][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.403][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.404][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.405][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.407][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.408][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.409][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.410][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.411][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.412][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.413][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.414][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:10.414][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.416][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.418][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.419][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.420][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.422][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.422][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.423][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.424][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.425][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.426][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.427][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.434][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [209892].
biodb.DEBUG[2024-03-27 06:53:10.436][private$entriesToListOfDataframes] Converted 3 entry/ies to data frame(s).
biodb.DEBUG[2024-03-27 06:53:10.437][private$bdb$entriesToDataframe] Merging data frames with a singleentry each into a single data frame with all entries.
biodb.TRACE[2024-03-27 06:53:10.449][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.451][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.451][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.452][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.453][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.454][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.455][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.456][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.457][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.459][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.460][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.461][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.463][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.464][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.465][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.466][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.524][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.525][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.526][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.531][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.532][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.533][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.534][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:10.537][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.38*&searchCategory=MONOISOTOPIC MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:10.541][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:10.542][cch$loadFileContent] Trying to load 1 files from cache: [1]: "49f51d93ac229648aa454636918ce386".
biodb.TRACE[2024-03-27 06:53:10.544][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:10.546][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/49f51d93ac229648aa454636918ce386.content".
biodb.DEBUG[2024-03-27 06:53:10.549][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.39*&searchCategory=MONOISOTOPIC MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:10.552][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:10.554][cch$loadFileContent] Trying to load 1 files from cache: [1]: "121ea95906eb67bed88948c362686e4f".
biodb.TRACE[2024-03-27 06:53:10.555][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:10.557][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/121ea95906eb67bed88948c362686e4f.content".
biodb.DEBUG[2024-03-27 06:53:10.560][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.561][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.562][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.567][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.568][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.569][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.570][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.571][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.572][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.573][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.574][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.575][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.576][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.576][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.577][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.578][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.579][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.580][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.580][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.581][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.582][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.583][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.589][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.591][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.591][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.593][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.595][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.596][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.597][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.606][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.607][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.609][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.610][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.611][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.612][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.613][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.614][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.615][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.616][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.617][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.618][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.623][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.624][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.625][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.626][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.627][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.628][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.628][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.629][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.630][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.632][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.633][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.634][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.635][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.636][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:10.637][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.638][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.662][private$bdb$entriesToDataframe] 3 entrie(s) to convert in data frame.
biodb.DEBUG[2024-03-27 06:53:10.684][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.685][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.686][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.691][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.692][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.693][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.694][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.695][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.696][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.697][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.698][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.699][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.699][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.700][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.701][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.702][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.703][private$selectFields]
biodb.TRACE[2024-03-27 06:53:10.703][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:10.704][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:10.705][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.706][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.706][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.707][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.708][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.709][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.710][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.710][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.711][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.712][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.713][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.713][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.714][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.715][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.716][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.717][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:10.718][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.718][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.719][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.720][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.721][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.722][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.723][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.724][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.725][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.727][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.728][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.729][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.730][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [4648].
biodb.DEBUG[2024-03-27 06:53:10.731][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.732][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.733][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.738][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.739][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.740][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.741][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.762][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.763][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.765][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.766][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.768][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.769][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.770][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.771][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.794][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.795][private$selectFields]
biodb.TRACE[2024-03-27 06:53:10.796][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:10.797][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:10.797][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.798][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.799][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.800][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.801][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.802][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.802][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.803][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.804][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.805][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.817][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.818][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.819][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.820][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.821][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.822][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:10.822][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.823][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.824][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.825][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.826][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.827][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.828][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.829][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.830][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.831][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.832][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.833][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.834][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [15440].
biodb.DEBUG[2024-03-27 06:53:10.835][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.836][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.837][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.842][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.843][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.844][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.845][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.846][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.847][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.847][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.848][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.849][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.850][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.851][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.852][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.852][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.853][private$selectFields]
biodb.TRACE[2024-03-27 06:53:10.854][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:10.855][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:10.857][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.858][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.859][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.861][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.862][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.863][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.864][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.864][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.865][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.866][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.867][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:10.868][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.869][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.869][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.870][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.871][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:10.872][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.873][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.874][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.874][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.875][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.876][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.877][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.878][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.878][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.879][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:10.880][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.881][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.882][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [62447].
biodb.DEBUG[2024-03-27 06:53:10.883][private$entriesToListOfDataframes] Converted 3 entry/ies to data frame(s).
biodb.DEBUG[2024-03-27 06:53:10.884][private$bdb$entriesToDataframe] Merging data frames with a singleentry each into a single data frame with all entries.
biodb.TRACE[2024-03-27 06:53:10.895][self$getBiodb()$getEntryFields()$get] Asked field names are: nominal.mass.
biodb.TRACE[2024-03-27 06:53:10.896][self$getBiodb()$getEntryFields()$get] Realnames of fields are: nominal.mass.
biodb.TRACE[2024-03-27 06:53:10.897][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.898][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:10.910][biodb::testThat]
biodb.INFO [2024-03-27 06:53:10.912][biodb::testThat] Running test function  test_annotateMzValues_ppm_tol  (" ppm tolerance works in annotateMzValues() ").
biodb.INFO [2024-03-27 06:53:10.913][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:10.914][biodb::testThat]
biodb.TRACE[2024-03-27 06:53:10.918][self$getBiodb()$getEntryFields()$get] Asked field names are: average.mass.
biodb.TRACE[2024-03-27 06:53:10.919][self$getBiodb()$getEntryFields()$get] Realnames of fields are: average.mass.
biodb.TRACE[2024-03-27 06:53:10.920][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.921][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.922][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.923][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.924][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.924][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.925][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.926][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.927][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.928][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.929][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.930][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.930][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.931][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.932][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.934][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.935][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.938][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.942][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.943][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.944][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.950][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.951][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.952][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.952][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:10.957][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.72*&searchCategory=MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:10.961][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:10.962][cch$loadFileContent] Trying to load 1 files from cache: [1]: "dabc9e8530050c4ceebbaec76743bcf1".
biodb.TRACE[2024-03-27 06:53:10.963][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:10.965][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/dabc9e8530050c4ceebbaec76743bcf1.content".
biodb.DEBUG[2024-03-27 06:53:10.968][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:10.969][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:10.970][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:10.978][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:10.979][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:10.980][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:10.981][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:10.983][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.984][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.986][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.987][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.988][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.988][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.989][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.990][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:10.991][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.992][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:10.993][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:10.993][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:10.995][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.73*&searchCategory=MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:10.999][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:11.001][cch$loadFileContent] Trying to load 1 files from cache: [1]: "41b7f9723242a79cfe14bebd91dbb5b6".
biodb.TRACE[2024-03-27 06:53:11.003][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:11.005][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/41b7f9723242a79cfe14bebd91dbb5b6.content".
biodb.DEBUG[2024-03-27 06:53:11.007][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.008][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.009][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.014][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.015][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.016][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.017][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.018][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.019][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.020][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.020][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.021][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.022][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.023][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.024][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.025][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.026][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.026][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.027][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.028][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.029][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.030][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.035][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.038][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.039][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.040][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.041][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.043][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.044][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.045][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.045][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.046][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.047][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.048][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.049][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.050][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.050][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.053][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.054][private$bdb$entriesToDataframe] 3 entrie(s) to convert in data frame.
biodb.DEBUG[2024-03-27 06:53:11.057][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.058][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.058][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.064][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.065][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.066][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.067][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.068][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.069][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.070][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.071][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.072][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.072][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.073][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.074][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.075][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.075][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.076][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.077][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.078][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.079][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.079][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.080][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.081][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.082][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.083][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.083][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.084][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.085][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.086][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.095][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.096][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.098][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.100][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.102][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.104][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.105][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.106][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.107][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.108][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.109][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.110][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.111][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.112][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.112][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.113][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.114][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.115][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [192288].
biodb.DEBUG[2024-03-27 06:53:11.117][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.117][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.118][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.124][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.125][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.126][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.126][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.128][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.129][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.130][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.131][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.133][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.135][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.136][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.137][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.138][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.139][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.140][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.141][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.142][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.144][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.145][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.146][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.147][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.148][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.149][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.149][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.150][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.151][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.153][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.154][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.155][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.156][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.157][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.158][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.159][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.160][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.161][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.162][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.163][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.163][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.164][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.165][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.166][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.167][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.167][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.168][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.169][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [15440].
biodb.DEBUG[2024-03-27 06:53:11.170][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.171][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.173][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.179][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.181][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.181][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.182][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.183][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.184][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.185][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.186][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.187][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.188][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.189][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.189][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.190][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.191][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.192][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.193][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.193][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.194][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.195][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.196][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.197][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.197][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.198][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.199][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.200][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.201][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.201][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.202][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.203][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.204][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.205][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.205][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.206][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.207][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.208][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.209][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.209][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.210][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.211][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.212][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.213][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.214][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.216][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.217][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.218][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [209892].
biodb.DEBUG[2024-03-27 06:53:11.220][private$entriesToListOfDataframes] Converted 3 entry/ies to data frame(s).
biodb.DEBUG[2024-03-27 06:53:11.220][private$bdb$entriesToDataframe] Merging data frames with a singleentry each into a single data frame with all entries.
biodb.TRACE[2024-03-27 06:53:11.230][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.231][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.232][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.233][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.234][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.234][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.236][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.237][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.239][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.240][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.241][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.242][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.243][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.244][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.244][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.245][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.249][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.249][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.250][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.256][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.257][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.257][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.266][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:11.270][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.38*&searchCategory=MONOISOTOPIC MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:11.274][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:11.275][cch$loadFileContent] Trying to load 1 files from cache: [1]: "49f51d93ac229648aa454636918ce386".
biodb.TRACE[2024-03-27 06:53:11.276][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:11.278][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/49f51d93ac229648aa454636918ce386.content".
biodb.DEBUG[2024-03-27 06:53:11.282][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.39*&searchCategory=MONOISOTOPIC MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:11.285][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:11.286][cch$loadFileContent] Trying to load 1 files from cache: [1]: "121ea95906eb67bed88948c362686e4f".
biodb.TRACE[2024-03-27 06:53:11.288][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:11.289][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/121ea95906eb67bed88948c362686e4f.content".
biodb.DEBUG[2024-03-27 06:53:11.291][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.292][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.293][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.299][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.299][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.300][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.301][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.302][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.303][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.304][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.305][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.306][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.307][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.307][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.308][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.309][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.310][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.312][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.313][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.314][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.314][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.315][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.321][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.322][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.324][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.325][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.326][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.327][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.328][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.329][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.330][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.332][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.333][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.334][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.335][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.336][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.337][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.337][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.338][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.339][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.340][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.345][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.347][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.348][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.349][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.351][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.352][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.353][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.354][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.355][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.356][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.357][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.358][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.358][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.359][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.360][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.361][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.362][private$bdb$entriesToDataframe] 3 entrie(s) to convert in data frame.
biodb.DEBUG[2024-03-27 06:53:11.364][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.364][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.365][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.371][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.372][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.373][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.373][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.375][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.376][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.377][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.378][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.379][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.379][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.380][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.381][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.382][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.383][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.383][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.384][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.385][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.386][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.387][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.388][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.389][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.390][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.391][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.393][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.394][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.395][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.396][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.397][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.399][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.400][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.401][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.402][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.404][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.405][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.406][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.407][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.408][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.409][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.410][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.411][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.412][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.412][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.413][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.414][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.415][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [4648].
biodb.DEBUG[2024-03-27 06:53:11.416][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.417][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.418][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.423][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.424][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.425][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.426][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.427][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.428][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.429][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.429][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.430][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.431][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.432][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.433][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.440][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.444][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.446][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.448][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.449][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.450][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.451][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.452][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.453][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.454][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.455][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.456][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.458][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.459][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.460][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.461][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.462][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.463][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.464][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.465][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.466][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.467][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.468][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.468][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.469][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.470][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.471][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.472][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.472][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.473][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.474][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.475][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.476][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [15440].
biodb.DEBUG[2024-03-27 06:53:11.477][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.478][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.479][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.484][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.485][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.486][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.487][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.488][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.489][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.490][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.491][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.491][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.492][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.493][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.494][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.495][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.496][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.496][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.497][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.498][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.499][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.500][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.500][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.501][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.502][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.503][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.503][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.504][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.505][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.506][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.508][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.509][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.510][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.511][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.512][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.513][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.514][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.514][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.515][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.516][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.517][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.518][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.519][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.519][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.520][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.521][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.522][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.523][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [62447].
biodb.DEBUG[2024-03-27 06:53:11.524][private$entriesToListOfDataframes] Converted 3 entry/ies to data frame(s).
biodb.DEBUG[2024-03-27 06:53:11.525][private$bdb$entriesToDataframe] Merging data frames with a singleentry each into a single data frame with all entries.
biodb.TRACE[2024-03-27 06:53:11.534][self$getBiodb()$getEntryFields()$get] Asked field names are: nominal.mass.
biodb.TRACE[2024-03-27 06:53:11.536][self$getBiodb()$getEntryFields()$get] Realnames of fields are: nominal.mass.
biodb.TRACE[2024-03-27 06:53:11.537][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.538][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:11.543][biodb::testThat]
biodb.INFO [2024-03-27 06:53:11.544][biodb::testThat] Running test function  test_annotateMzValues_input_dataframe_untouched  (" Input data frame is not modified by annotateMzValues() ").
biodb.INFO [2024-03-27 06:53:11.545][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:11.545][biodb::testThat]
biodb.TRACE[2024-03-27 06:53:11.549][self$getBiodb()$getEntryFields()$get] Asked field names are: average.mass.
biodb.TRACE[2024-03-27 06:53:11.550][self$getBiodb()$getEntryFields()$get] Realnames of fields are: average.mass.
biodb.TRACE[2024-03-27 06:53:11.551][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.552][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.552][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.553][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.554][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.555][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.556][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.557][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.557][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.558][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.559][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.560][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.561][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.561][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.562][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.563][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.564][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.565][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.570][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.571][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.572][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.579][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.580][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.581][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.582][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:11.585][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.72*&searchCategory=MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:11.588][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:11.590][cch$loadFileContent] Trying to load 1 files from cache: [1]: "dabc9e8530050c4ceebbaec76743bcf1".
biodb.TRACE[2024-03-27 06:53:11.591][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:11.592][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/dabc9e8530050c4ceebbaec76743bcf1.content".
biodb.DEBUG[2024-03-27 06:53:11.595][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.596][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.597][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.602][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.603][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.604][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.612][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.614][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.615][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.616][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.617][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.618][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.619][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.620][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.621][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.622][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.623][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.624][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.625][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.627][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.73*&searchCategory=MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:11.630][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:11.632][cch$loadFileContent] Trying to load 1 files from cache: [1]: "41b7f9723242a79cfe14bebd91dbb5b6".
biodb.TRACE[2024-03-27 06:53:11.633][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:11.634][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/41b7f9723242a79cfe14bebd91dbb5b6.content".
biodb.DEBUG[2024-03-27 06:53:11.637][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.639][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.640][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.646][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.647][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.648][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.649][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.650][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.651][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.652][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.653][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.654][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.655][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.656][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.657][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.658][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.659][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.659][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.660][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.661][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.662][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.663][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.668][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.669][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.670][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.671][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.672][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.673][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.674][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.674][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.675][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.676][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.677][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.678][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.679][self$getBiodb()$getEntryFields()$get] Asked field names are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.679][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:11.680][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.681][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.682][private$bdb$entriesToDataframe] 3 entrie(s) to convert in data frame.
biodb.DEBUG[2024-03-27 06:53:11.684][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.684][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.685][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.690][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.692][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.692][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.693][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.694][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.695][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.696][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.697][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.698][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.699][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.699][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.700][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.701][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.702][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.703][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.703][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.704][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.705][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.706][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.707][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.707][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.708][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.709][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.710][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.711][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.712][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.713][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.714][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.715][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.715][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.716][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.717][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.719][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.720][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.721][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.722][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.723][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.724][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.725][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.726][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.727][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.728][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.729][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.729][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.731][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [192288].
biodb.DEBUG[2024-03-27 06:53:11.732][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.733][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.734][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.739][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.740][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.741][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.742][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.743][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.744][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.745][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.745][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.746][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.747][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.748][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.749][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.750][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.750][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.751][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.752][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.753][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.753][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.754][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.755][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.756][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.757][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.757][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.758][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.759][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.760][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.761][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.761][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.762][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.763][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.764][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.772][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.774][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.776][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.777][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.778][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.779][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.780][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.781][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.782][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.782][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.783][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.784][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.785][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.786][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [15440].
biodb.DEBUG[2024-03-27 06:53:11.787][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.788][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.789][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.794][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.795][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.796][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.797][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.798][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.799][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.800][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.801][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.802][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.803][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.804][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.805][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.806][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.807][private$selectFields]
biodb.TRACE[2024-03-27 06:53:11.807][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:11.808][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:11.809][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.810][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.811][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.812][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.812][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.813][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.814][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.815][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.816][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.816][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.817][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:11.818][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.819][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.820][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.820][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.821][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:11.822][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.823][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.824][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.825][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.825][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.826][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.827][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.828][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.829][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.830][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.830][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.831][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.832][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [209892].
biodb.DEBUG[2024-03-27 06:53:11.833][private$entriesToListOfDataframes] Converted 3 entry/ies to data frame(s).
biodb.DEBUG[2024-03-27 06:53:11.834][private$bdb$entriesToDataframe] Merging data frames with a singleentry each into a single data frame with all entries.
biodb.TRACE[2024-03-27 06:53:11.856][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.857][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.858][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.859][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.860][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.861][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.861][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.862][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.863][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.864][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.865][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.866][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.866][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.867][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.868][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.869][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.874][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.875][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.876][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.882][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.883][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.884][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.885][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:11.887][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.38*&searchCategory=MONOISOTOPIC MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:11.891][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:11.892][cch$loadFileContent] Trying to load 1 files from cache: [1]: "49f51d93ac229648aa454636918ce386".
biodb.TRACE[2024-03-27 06:53:11.893][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:11.895][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/49f51d93ac229648aa454636918ce386.content".
biodb.DEBUG[2024-03-27 06:53:11.899][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=410.39*&searchCategory=MONOISOTOPIC MASS&maximumResults=0&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:11.904][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:11.905][cch$loadFileContent] Trying to load 1 files from cache: [1]: "121ea95906eb67bed88948c362686e4f".
biodb.TRACE[2024-03-27 06:53:11.906][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:11.907][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/121ea95906eb67bed88948c362686e4f.content".
biodb.DEBUG[2024-03-27 06:53:11.911][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.911][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.912][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.917][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.918][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.919][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.920][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.921][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.922][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.923][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.923][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.924][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.925][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.926][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.927][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.927][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.928][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.929][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.930][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.931][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.931][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.939][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.946][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.947][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.948][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.948][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.950][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.951][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.952][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.953][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.954][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.955][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.956][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.957][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.958][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.958][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.959][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.960][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.961][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.962][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.962][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.968][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.969][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.969][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.970][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.971][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.972][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.973][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.974][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.975][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.975][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.976][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.977][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.978][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.979][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:11.980][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.980][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:11.981][private$bdb$entriesToDataframe] 3 entrie(s) to convert in data frame.
biodb.DEBUG[2024-03-27 06:53:11.983][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:11.984][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:11.985][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:11.990][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:11.991][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:11.992][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:11.992][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:11.994][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.994][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.995][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.996][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:11.997][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.998][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:11.999][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:11.999][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.000][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.001][private$selectFields]
biodb.TRACE[2024-03-27 06:53:12.002][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:12.002][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:12.003][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.004][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.005][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.005][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.006][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.007][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.008][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.009][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.009][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.010][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.011][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.012][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.013][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.013][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.014][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.015][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:12.016][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.017][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.017][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.018][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.019][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.020][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.021][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.021][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.022][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.023][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.024][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.025][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.026][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [4648].
biodb.DEBUG[2024-03-27 06:53:12.028][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:12.029][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:12.030][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:12.037][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:12.038][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:12.039][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.040][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:12.041][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.042][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.043][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.044][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.045][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.047][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.048][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.049][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.050][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.050][private$selectFields]
biodb.TRACE[2024-03-27 06:53:12.051][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:12.052][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:12.053][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.054][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.055][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.055][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.056][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.057][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.058][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.059][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.059][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.060][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.061][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.062][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.063][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.064][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.065][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.066][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:12.067][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.068][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.068][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.069][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.070][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.071][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.072][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.073][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.073][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.074][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.075][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.076][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.077][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [15440].
biodb.DEBUG[2024-03-27 06:53:12.079][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:12.079][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:12.080][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:12.086][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:12.087][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:12.087][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.088][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:12.096][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.098][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.099][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.100][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.101][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.102][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.103][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.104][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.105][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.105][private$selectFields]
biodb.TRACE[2024-03-27 06:53:12.106][private$selectFields] Fields is null: FALSE
biodb.TRACE[2024-03-27 06:53:12.107][private$selectFields] Fields.type is null: TRUE
biodb.TRACE[2024-03-27 06:53:12.108][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.109][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.110][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.110][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.111][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.112][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.113][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.114][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.114][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.115][private$selectFields] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.116][private$organizeFieldsByGroups] Fields [1]: "chebi.id"
biodb.TRACE[2024-03-27 06:53:12.117][ef$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.118][ef$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.118][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.119][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.120][private$organizeFieldsByGroups] Groups [2]: "chebi.id, list()"
biodb.TRACE[2024-03-27 06:53:12.121][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.122][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.123][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.123][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.125][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.126][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.126][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.127][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.128][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.129][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.130][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.130][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.132][private$entriesToListOfDataframes] Entry converted to data frame: [1, 1]: [chebi.id] [62447].
biodb.DEBUG[2024-03-27 06:53:12.133][private$entriesToListOfDataframes] Converted 3 entry/ies to data frame(s).
biodb.DEBUG[2024-03-27 06:53:12.133][private$bdb$entriesToDataframe] Merging data frames with a singleentry each into a single data frame with all entries.
biodb.TRACE[2024-03-27 06:53:12.153][self$getBiodb()$getEntryFields()$get] Asked field names are: nominal.mass.
biodb.TRACE[2024-03-27 06:53:12.155][self$getBiodb()$getEntryFields()$get] Realnames of fields are: nominal.mass.
biodb.TRACE[2024-03-27 06:53:12.156][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.156][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:12.161][biodb::testThat]
biodb.INFO [2024-03-27 06:53:12.162][biodb::testThat] Running test function  test.wrong.entry  (" Wrong entry gives NULL ").
biodb.INFO [2024-03-27 06:53:12.164][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:12.165][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:12.167][private$loadEntries] Creating entries from ids [1]: "WRONGA".
biodb.DEBUG[2024-03-27 06:53:12.168][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:12.170][cch$loadFileContent] Trying to load 1 files from cache: [1]: "WRONGA".
biodb.TRACE[2024-03-27 06:53:12.172][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:12.174][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/WRONGA.xml".
biodb.DEBUG[2024-03-27 06:53:12.175][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:12.176][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:12.177][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:12.179][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:12.180][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:12.180][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:12.186][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:12.187][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:12.188][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.189][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:12.193][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.195][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.196][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.196][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.198][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.199][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.199][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.200][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.201][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:12.202][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:12.203][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.204][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.205][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:12.206][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:12.206][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.207][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.209][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:12.211][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:12.212][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.213][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.215][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.217][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.217][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.218][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.219][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.220][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.221][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.222][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.223][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:12.224][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:12.224][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.225][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.227][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.228][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.229][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.230][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.231][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:12.232][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:12.232][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.233][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.234][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:12.235][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:12.236][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.237][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.238][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:12.239][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:12.239][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.240][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.241][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.242][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.243][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.244][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.245][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.245][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.246][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.247][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.248][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.249][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.249][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.250][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.251][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.252][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.260][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.261][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.263][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.264][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.265][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.266][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.267][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.267][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.268][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.269][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.270][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.271][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.271][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.272][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.273][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.274][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.275][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.276][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.276][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.277][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.278][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.279][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.280][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.280][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.281][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.282][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:12.283][self$createEntryFromContent] Accession numbers: .
biodb.DEBUG[2024-03-27 06:53:12.283][self$createEntryFromContent] Found 1 entry/ies without an accession number. Set it/them to NULL.
biodb.INFO [2024-03-27 06:53:12.293][biodb::testThat]
biodb.INFO [2024-03-27 06:53:12.294][biodb::testThat] Running test function  test.wrong.entry.among.good.ones  (" One wrong entry does not block the retrieval of good ones ").
biodb.INFO [2024-03-27 06:53:12.295][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:12.296][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:12.307][function(conn, opt)] IDS: [4]: "WRONGB, 15440, 2528, 7799"
biodb.DEBUG[2024-03-27 06:53:12.308][private$loadEntries] Creating entries from ids [3]: "WRONGB, 2528, 7799".
biodb.DEBUG[2024-03-27 06:53:12.309][conn$getEntryContent] Get ChEBI entry content(s) for 3 id(s)...
biodb.TRACE[2024-03-27 06:53:12.311][cch$loadFileContent] Trying to load 3 files from cache: [3]: "WRONGB, 2528, 7799".
biodb.TRACE[2024-03-27 06:53:12.312][cch$loadFileContent] file.exist = [3]: "TRUE, TRUE, TRUE".
biodb.TRACE[2024-03-27 06:53:12.314][loadFileContents] Loaded 3 files from cache: [3]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/WRONGB.xml, /Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/2528.xml, /Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/7799.xml".
biodb.DEBUG[2024-03-27 06:53:12.315][conn$getEntryContent] 3 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:12.317][self$createEntryFromContent] Creating ChEBI entries from 3 content(s).
biodb.DEBUG[2024-03-27 06:53:12.318][self$createEntryFromContent] Parsing 3 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:12.319][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:12.320][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:12.321][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:12.326][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:12.327][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:12.328][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.329][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:12.331][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.332][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.333][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.334][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.335][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.336][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.337][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.337][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.338][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:12.339][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:12.340][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.341][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.342][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:12.343][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:12.344][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.345][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.346][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:12.347][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:12.348][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.349][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.350][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.351][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.352][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.352][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.353][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.354][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.355][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.356][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.357][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:12.359][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:12.361][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.362][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.363][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.364][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.365][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.366][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.367][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:12.368][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:12.369][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.369][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.370][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:12.371][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:12.372][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.373][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.374][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:12.375][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:12.376][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.376][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.377][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.378][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.379][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.380][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.381][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.382][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.382][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.383][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.384][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.385][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.386][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.387][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.388][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.388][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.389][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.390][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.391][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.392][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.393][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.393][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.394][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.395][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.396][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.396][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.397][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.398][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.399][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.400][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:12.401][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:12.402][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:12.402][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:12.408][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:12.409][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:12.410][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.418][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:12.422][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.423][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.424][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.425][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.426][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.427][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.428][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.428][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.429][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:12.430][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:12.431][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.432][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.433][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:12.434][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:12.435][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.435][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.436][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:12.437][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:12.438][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.439][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.440][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:12.441][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:12.442][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.443][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.444][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:12.444][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:12.445][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.446][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.447][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:12.448][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:12.449][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.449][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.450][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.451][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.452][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.453][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.454][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.455][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.456][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.456][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.457][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.458][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.459][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.460][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.461][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.462][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.463][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.463][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.464][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:12.465][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:12.466][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.467][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.468][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:12.469][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:12.470][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.470][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.471][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.472][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.473][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.474][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.475][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.476][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.476][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.477][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.478][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:12.479][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:12.480][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.480][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.482][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:12.483][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:12.483][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.484][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.485][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:12.486][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:12.487][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.488][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.489][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:12.490][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:12.490][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.493][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.494][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:12.495][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:12.496][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.497][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.498][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:12.499][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:12.500][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.500][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.501][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.502][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.503][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.504][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.505][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.506][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.507][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.507][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.508][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.509][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.510][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.511][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.512][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.513][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.514][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.514][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.515][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.516][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.517][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.518][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.519][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.520][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.520][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.521][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.522][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.523][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.524][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.524][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:12.526][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:12.526][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:12.527][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:12.533][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:12.534][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:12.535][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.536][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:12.539][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.540][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.541][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.542][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.543][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.544][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.544][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.545][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.546][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:12.547][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:12.548][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.549][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.550][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:12.551][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:12.552][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.552][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.553][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:12.554][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:12.555][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.556][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.557][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:12.559][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:12.560][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.568][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.570][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:12.571][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:12.572][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.573][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.574][self$getBiodb()$getEntryFields()$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:12.575][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:12.576][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.578][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.580][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.581][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.582][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.583][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.584][self$getBiodb()$getEntryFields()$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.585][self$getBiodb()$getEntryFields()$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:12.586][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.587][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.588][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.589][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.590][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.591][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.592][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.593][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:12.594][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.595][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.596][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:12.597][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:12.597][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.598][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.599][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:12.600][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:12.601][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.602][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.603][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.604][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.604][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.605][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.606][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.608][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.609][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.611][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.612][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:12.613][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:12.613][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.614][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.616][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:12.617][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:12.617][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.618][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.619][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:12.620][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:12.621][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.622][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.623][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:12.624][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:12.624][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.625][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.626][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:12.627][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:12.628][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.629][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.631][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:12.631][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:12.632][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.633][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.634][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.635][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.636][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.636][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.637][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.638][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.639][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.640][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.641][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.643][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.644][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.645][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.646][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.647][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:12.648][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.649][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.650][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.651][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.651][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.652][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.653][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.654][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.655][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.656][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.656][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.657][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.658][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.659][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.660][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.661][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.661][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.662][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.663][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.663][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.664][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.665][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.665][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.666][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.667][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.668][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.668][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.669][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.670][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.671][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.672][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.673][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.673][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.674][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.675][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.677][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.678][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.679][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.680][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.681][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.681][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.682][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.683][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.684][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.685][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.686][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.687][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:12.688][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:12.689][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.689][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:12.690][self$createEntryFromContent] Accession numbers: , 2528, 7799.
biodb.DEBUG[2024-03-27 06:53:12.691][self$createEntryFromContent] Found 1 entry/ies without an accession number. Set it/them to NULL.
biodb.DEBUG[2024-03-27 06:53:12.692][function(conn, opt)] Entries: [4]: "NULL, <environment>, <environment>, <environment>"
biodb.INFO [2024-03-27 06:53:12.709][biodb::testThat]
biodb.INFO [2024-03-27 06:53:12.710][biodb::testThat] Running test function  test.peak.table  (" The peak table is correct. ").
biodb.INFO [2024-03-27 06:53:12.711][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:12.712][biodb::testThat]
biodb.INFO [2024-03-27 06:53:12.748][biodb::testThat]
biodb.INFO [2024-03-27 06:53:12.749][biodb::testThat] Running test function  test.nb.entries  (" Nb entries is positive. ").
biodb.INFO [2024-03-27 06:53:12.750][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:12.751][biodb::testThat]
biodb.INFO [2024-03-27 06:53:12.760][biodb::testThat]
biodb.INFO [2024-03-27 06:53:12.761][biodb::testThat] Running test function  test.entry.ids  (" We can get a list of entry ids. ").
biodb.INFO [2024-03-27 06:53:12.761][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:12.762][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:12.765][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=1*&searchCategory=CHEBI ID&maximumResults=100&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:12.768][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:12.769][cch$loadFileContent] Trying to load 1 files from cache: [1]: "aed2cd6d5d221333c0a30a9f8dbc41b4".
biodb.TRACE[2024-03-27 06:53:12.771][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:12.774][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/aed2cd6d5d221333c0a30a9f8dbc41b4.content".
biodb.TRACE[2024-03-27 06:53:12.787][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:12.788][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:12.789][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.790][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:12.790][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.791][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:12.792][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:12.793][ef$get] fields variable is a list.
biodb.INFO [2024-03-27 06:53:12.796][biodb::testThat]
biodb.INFO [2024-03-27 06:53:12.798][biodb::testThat] Running test function  test.annotateMzValues  (" annotateMzValues() works correctly. ").
biodb.INFO [2024-03-27 06:53:12.798][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:12.799][biodb::testThat]
biodb.ERROR[2024-03-27 06:53:12.816][conn$annotateMzValues] No column named "mz" was found inside data frame.
biodb.ERROR[2024-03-27 06:53:12.834][ef$checkIsDefined] Field(s) "foo" is/are not defined.
biodb.INFO [2024-03-27 06:53:12.849][biodb$terminate] Closing BiodbMain instance...
biodb.DEBUG[2024-03-27 06:53:12.850][private$conn[[conn]]$.__enclos_env__ ...] Unregister connector chebi from the request scheduler
biodb.INFO [2024-03-27 06:53:12.851][self$deleteConn] Connector "chebi" deleted.
biodb.DEBUG[2024-03-27 06:53:12.852][notifyObservers] Notify observers for terminate.
biodb.DEBUG[2024-03-27 06:53:12.853][FUN] Trying to call function terminate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:12.854][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:12.854][FUN] Trying to call function terminate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:12.855][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:12.856][FUN] Trying to call function terminate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.857][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.INFO [2024-03-27 06:53:12.867][biodb::testContext]
biodb.INFO [2024-03-27 06:53:12.868][biodb::testContext] ********************************************************************************
biodb.INFO [2024-03-27 06:53:12.869][biodb::testContext] Test context - Test conversions
biodb.INFO [2024-03-27 06:53:12.870][biodb::testContext] ********************************************************************************
biodb.INFO [2024-03-27 06:53:12.871][biodb::testContext]
biodb.INFO [2024-03-27 06:53:12.873][private$loadBiodbPkgsDefinitions] Loading definitions from package biodb version 1.10.0.
biodb.DEBUG[2024-03-27 06:53:12.875][self$loadDefinitions] Load definitions from file "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodb/definitions.yml".
biodb.DEBUG[2024-03-27 06:53:12.880][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:12.881][self$getConfig()$define] Define config key allow.huge.downloads.
biodb.DEBUG[2024-03-27 06:53:12.882][self$set] Set key allow.huge.downloads to TRUE.
biodb.DEBUG[2024-03-27 06:53:12.883][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.884][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.885][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.886][self$getConfig()$define] Define config key autoload.extra.pkgs.
biodb.DEBUG[2024-03-27 06:53:12.887][self$set] Set key autoload.extra.pkgs to TRUE.
biodb.DEBUG[2024-03-27 06:53:12.887][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.888][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.889][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.890][self$getConfig()$define] Define config key cache.all.requests.
biodb.DEBUG[2024-03-27 06:53:12.891][self$set] Set key cache.all.requests to TRUE.
biodb.DEBUG[2024-03-27 06:53:12.891][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.892][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.893][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.893][self$getConfig()$define] Define config key cache.directory.
biodb.DEBUG[2024-03-27 06:53:12.894][self$getConfig()$define] Define config key cache.read.only.
biodb.DEBUG[2024-03-27 06:53:12.895][self$set] Set key cache.read.only to FALSE.
biodb.DEBUG[2024-03-27 06:53:12.896][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.897][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.897][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.907][self$getConfig()$define] Define config key cache.subfolders.
biodb.DEBUG[2024-03-27 06:53:12.908][self$getConfig()$define] Define config key cache.system.
biodb.DEBUG[2024-03-27 06:53:12.910][self$set] Set key cache.system to TRUE.
biodb.DEBUG[2024-03-27 06:53:12.911][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.912][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.913][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.913][self$getConfig()$define] Define config key use.cache.for.local.db.
biodb.DEBUG[2024-03-27 06:53:12.914][self$set] Set key use.cache.for.local.db to FALSE.
biodb.DEBUG[2024-03-27 06:53:12.915][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.916][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.917][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.917][self$getConfig()$define] Define config key dwnld.chunk.size.
biodb.DEBUG[2024-03-27 06:53:12.918][self$getConfig()$define] Define config key dwnld.timeout.
biodb.DEBUG[2024-03-27 06:53:12.919][self$set] Set key dwnld.timeout to 3600.
biodb.DEBUG[2024-03-27 06:53:12.920][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.921][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.921][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.922][self$getConfig()$define] Define config key compute.fields.
biodb.DEBUG[2024-03-27 06:53:12.923][self$set] Set key compute.fields to TRUE.
biodb.DEBUG[2024-03-27 06:53:12.924][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.925][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.925][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.926][self$getConfig()$define] Define config key factory.cache.
biodb.DEBUG[2024-03-27 06:53:12.927][self$getConfig()$define] Define config key force.locale.
biodb.DEBUG[2024-03-27 06:53:12.928][self$set] Set key force.locale to TRUE.
biodb.DEBUG[2024-03-27 06:53:12.929][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.929][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.930][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.931][self$getConfig()$define] Define config key longterm.cache.subfolder.
biodb.DEBUG[2024-03-27 06:53:12.932][self$getConfig()$define] Define config key msg.caution.lvl.
biodb.DEBUG[2024-03-27 06:53:12.932][self$getConfig()$define] Define config key msg.debug.lvl.
biodb.DEBUG[2024-03-27 06:53:12.933][self$getConfig()$define] Define config key msg.info.lvl.
biodb.DEBUG[2024-03-27 06:53:12.934][self$getConfig()$define] Define config key multival.field.sep.
biodb.DEBUG[2024-03-27 06:53:12.935][self$set] Set key multival.field.sep to ";".
biodb.DEBUG[2024-03-27 06:53:12.936][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.936][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.937][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.938][self$getConfig()$define] Define config key intra.field.name.sep.
biodb.DEBUG[2024-03-27 06:53:12.939][self$set] Set key intra.field.name.sep to ".".
biodb.DEBUG[2024-03-27 06:53:12.939][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.940][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.941][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.942][self$getConfig()$define] Define config key entries.sep.
biodb.DEBUG[2024-03-27 06:53:12.943][self$set] Set key entries.sep to "|".
biodb.DEBUG[2024-03-27 06:53:12.943][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.944][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.945][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.945][self$getConfig()$define] Define config key offline.
biodb.DEBUG[2024-03-27 06:53:12.946][self$set] Set key offline to FALSE.
biodb.DEBUG[2024-03-27 06:53:12.947][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.948][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.948][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.949][self$getConfig()$define] Define config key persistent.cache.impl.
biodb.DEBUG[2024-03-27 06:53:12.950][self$set] Set key persistent.cache.impl to "custom".
biodb.DEBUG[2024-03-27 06:53:12.951][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.951][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.952][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.953][self$getConfig()$define] Define config key proton.mass.
biodb.DEBUG[2024-03-27 06:53:12.954][self$set] Set key proton.mass to 1.0072765.
biodb.DEBUG[2024-03-27 06:53:12.955][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.955][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.956][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.957][self$getConfig()$define] Define config key shortterm.cache.subfolder.
biodb.DEBUG[2024-03-27 06:53:12.958][self$getConfig()$define] Define config key svn.binary.path.
biodb.DEBUG[2024-03-27 06:53:12.976][self$set] Set key svn.binary.path to "".
biodb.DEBUG[2024-03-27 06:53:12.977][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.978][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.979][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.981][self$getConfig()$define] Define config key test.functions.
biodb.DEBUG[2024-03-27 06:53:12.982][self$getConfig()$define] Define config key useragent.
biodb.DEBUG[2024-03-27 06:53:12.983][self$set] Set key useragent to "R Bioconductor biodb library.".
biodb.DEBUG[2024-03-27 06:53:12.984][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:12.985][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:12.985][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:12.986][self$getDbsInfo()$define] Define connector comp.csv.file.
biodb.DEBUG[2024-03-27 06:53:12.988][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:12.990][self$setPropertyValue] Setting property "description" to "A connector to handle a compound database stored inside a CSV file. It is possible to choose the separator for the CSV file, as well as match the column names with the biodb entry fields.".
biodb.DEBUG[2024-03-27 06:53:12.991][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:12.992][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:12.993][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:12.994][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:12.994][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:12.995][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:12.996][self$setPropertyValue] Setting property "entry.content.type" to "tsv".
biodb.DEBUG[2024-03-27 06:53:12.997][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:12.998][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:12.999][self$setPropertyValue] Setting property "name" to "Compound CSV File".
biodb.DEBUG[2024-03-27 06:53:12.999][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:13.000][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.001][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.002][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:13.002][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:13.002][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:13.002][self$setPropertyValue] Setting property "searchable.fields" to "average.mass".
biodb.DEBUG[2024-03-27 06:53:13.002][self$setPropertyValue] Setting property "searchable.fields" to "nominal.mass".
biodb.DEBUG[2024-03-27 06:53:13.003][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:13.004][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.004][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.005][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:13.006][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.007][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.008][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.009][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.011][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:13.012][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:13.013][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.014][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.015][self$getDbsInfo()$define] Define connector comp.sqlite.
biodb.DEBUG[2024-03-27 06:53:13.017][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.018][self$setPropertyValue] Setting property "description" to "A connector to handle a compound database stored inside an SQLite file.".
biodb.DEBUG[2024-03-27 06:53:13.018][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.019][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:13.020][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.021][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.022][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.022][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.025][self$setPropertyValue] Setting property "entry.content.type" to "list".
biodb.DEBUG[2024-03-27 06:53:13.026][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:13.027][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.028][self$setPropertyValue] Setting property "name" to "Compound SQLite".
biodb.DEBUG[2024-03-27 06:53:13.029][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:13.029][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.030][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.031][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:13.031][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:13.031][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:13.031][self$setPropertyValue] Setting property "searchable.fields" to "average.mass".
biodb.DEBUG[2024-03-27 06:53:13.031][self$setPropertyValue] Setting property "searchable.fields" to "nominal.mass".
biodb.DEBUG[2024-03-27 06:53:13.032][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:13.033][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.034][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.034][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:13.035][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.036][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.037][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.038][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.038][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:13.039][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:13.040][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.041][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.042][self$getDbsInfo()$define] Define connector mass.csv.file.
biodb.DEBUG[2024-03-27 06:53:13.043][self$setPropertyValue] Setting property "compound.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.044][self$setPropertyValue] Setting property "description" to "A connector to handle a mass spectra database stored inside a CSV file. It is possible to choose the separator for the CSV file, as well as match the column names with the biodb entry fields..".
biodb.DEBUG[2024-03-27 06:53:13.045][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.046][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:13.047][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.048][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.049][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.049][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.050][self$setPropertyValue] Setting property "entry.content.type" to "tsv".
biodb.DEBUG[2024-03-27 06:53:13.051][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:13.052][self$setPropertyValue] Setting property "mass.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.053][self$setPropertyValue] Setting property "name" to "Mass spectra CSV File".
biodb.DEBUG[2024-03-27 06:53:13.054][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:13.054][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.055][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.056][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.057][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:13.058][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.058][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.067][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:13.068][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.070][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.071][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.072][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.073][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:13.073][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:13.074][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.075][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.076][self$getDbsInfo()$define] Define connector mass.sqlite.
biodb.DEBUG[2024-03-27 06:53:13.078][self$setPropertyValue] Setting property "compound.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.079][self$setPropertyValue] Setting property "description" to "A connector to handle a mass spectra database stored inside an SQLite file.".
biodb.DEBUG[2024-03-27 06:53:13.080][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.080][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:13.081][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.082][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.083][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.084][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.085][self$setPropertyValue] Setting property "entry.content.type" to "list".
biodb.DEBUG[2024-03-27 06:53:13.085][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:13.086][self$setPropertyValue] Setting property "mass.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.087][self$setPropertyValue] Setting property "name" to "Mass spectra SQLite".
biodb.DEBUG[2024-03-27 06:53:13.088][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:13.089][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.090][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.090][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.091][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:13.092][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.093][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.093][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:13.094][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.095][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.096][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.097][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.097][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:13.098][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:13.099][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.100][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:13.101][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:13.102][FUN] Trying to call function notifyNewObservers on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.102][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.103][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.104][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.105][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.105][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.106][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.107][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.108][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.108][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.109][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.110][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.111][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.111][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.112][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.113][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.114][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.114][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.115][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.116][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.116][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.117][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.118][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.119][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.119][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.120][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.121][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.121][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.122][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.123][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.124][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.124][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.125][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.126][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.127][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.127][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.128][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.129][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.130][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.131][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.131][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.132][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.133][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.133][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.134][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.135][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.135][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.136][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.137][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.138][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.139][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.140][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.141][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.141][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.142][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.143][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.144][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.145][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.145][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.146][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.147][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.147][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.148][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.149][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.150][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.150][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.151][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.152][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.152][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.153][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.154][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.155][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.155][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.156][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.157][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.157][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.158][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.159][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.160][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.160][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.161][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.162][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.162][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.163][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.164][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.165][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.165][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.166][self$getEntryFields()$define] Define field accession.
biodb.DEBUG[2024-03-27 06:53:13.167][self$getEntryFields()$define] Define field description.
biodb.DEBUG[2024-03-27 06:53:13.169][self$getEntryFields()$define] Define field name.
biodb.DEBUG[2024-03-27 06:53:13.170][self$getEntryFields()$define] Define field cas.id.
biodb.DEBUG[2024-03-27 06:53:13.171][self$getEntryFields()$define] Define field chebi.id.
biodb.DEBUG[2024-03-27 06:53:13.172][self$getEntryFields()$define] Define field chemspider.id.
biodb.DEBUG[2024-03-27 06:53:13.174][self$getEntryFields()$define] Define field comp.csv.file.id.
biodb.DEBUG[2024-03-27 06:53:13.175][self$getEntryFields()$define] Define field comp.sqlite.id.
biodb.DEBUG[2024-03-27 06:53:13.177][self$getEntryFields()$define] Define field expasy.enzyme.id.
biodb.DEBUG[2024-03-27 06:53:13.179][self$getEntryFields()$define] Define field hmdb.metabolites.id.
biodb.DEBUG[2024-03-27 06:53:13.182][self$getEntryFields()$define] Define field kegg.compound.id.
biodb.DEBUG[2024-03-27 06:53:13.184][self$getEntryFields()$define] Define field kegg.genes.id.
biodb.DEBUG[2024-03-27 06:53:13.185][self$getEntryFields()$define] Define field mass.csv.file.id.
biodb.DEBUG[2024-03-27 06:53:13.186][self$getEntryFields()$define] Define field mass.sqlite.id.
biodb.DEBUG[2024-03-27 06:53:13.188][self$getEntryFields()$define] Define field ncbi.gene.id.
biodb.DEBUG[2024-03-27 06:53:13.189][self$getEntryFields()$define] Define field ncbi.pubchem.comp.id.
biodb.DEBUG[2024-03-27 06:53:13.190][self$getEntryFields()$define] Define field compound.id.
biodb.DEBUG[2024-03-27 06:53:13.191][self$getEntryFields()$define] Define field average.mass.
biodb.DEBUG[2024-03-27 06:53:13.192][self$getEntryFields()$define] Define field molecular.mass.
biodb.DEBUG[2024-03-27 06:53:13.193][self$getEntryFields()$define] Define field monoisotopic.mass.
biodb.DEBUG[2024-03-27 06:53:13.195][self$getEntryFields()$define] Define field nominal.mass.
biodb.DEBUG[2024-03-27 06:53:13.196][self$getEntryFields()$define] Define field peak.attr.
biodb.DEBUG[2024-03-27 06:53:13.205][self$getEntryFields()$define] Define field peak.comp.
biodb.DEBUG[2024-03-27 06:53:13.207][self$getEntryFields()$define] Define field peak.error.ppm.
biodb.DEBUG[2024-03-27 06:53:13.209][self$getEntryFields()$define] Define field peak.formula.
biodb.DEBUG[2024-03-27 06:53:13.210][self$getEntryFields()$define] Define field peak.intensity.
biodb.DEBUG[2024-03-27 06:53:13.212][self$getEntryFields()$define] Define field peak.mass.
biodb.DEBUG[2024-03-27 06:53:13.213][self$getEntryFields()$define] Define field peak.mztheo.
biodb.DEBUG[2024-03-27 06:53:13.214][self$getEntryFields()$define] Define field peak.mzexp.
biodb.DEBUG[2024-03-27 06:53:13.215][self$getEntryFields()$define] Define field peak.mz.
biodb.DEBUG[2024-03-27 06:53:13.216][self$getEntryFields()$define] Define field peak.relative.intensity.
biodb.DEBUG[2024-03-27 06:53:13.218][self$getEntryFields()$define] Define field peaks.
biodb.DEBUG[2024-03-27 06:53:13.219][self$getEntryFields()$define] Define field chrom.col.constructor.
biodb.DEBUG[2024-03-27 06:53:13.220][self$getEntryFields()$define] Define field chrom.col.diameter.
biodb.DEBUG[2024-03-27 06:53:13.221][self$getEntryFields()$define] Define field chrom.col.id.
biodb.DEBUG[2024-03-27 06:53:13.222][self$getEntryFields()$define] Define field chrom.col.length.
biodb.DEBUG[2024-03-27 06:53:13.224][self$getEntryFields()$define] Define field chrom.col.method.protocol.
biodb.DEBUG[2024-03-27 06:53:13.229][self$getEntryFields()$define] Define field chrom.col.name.
biodb.DEBUG[2024-03-27 06:53:13.231][self$getEntryFields()$define] Define field chrom.flow.gradient.
biodb.DEBUG[2024-03-27 06:53:13.232][self$getEntryFields()$define] Define field chrom.flow.rate.
biodb.DEBUG[2024-03-27 06:53:13.234][self$getEntryFields()$define] Define field chrom.rt.
biodb.DEBUG[2024-03-27 06:53:13.236][self$getEntryFields()$define] Define field chrom.rt.max.
biodb.DEBUG[2024-03-27 06:53:13.239][self$getEntryFields()$define] Define field chrom.rt.min.
biodb.DEBUG[2024-03-27 06:53:13.240][self$getEntryFields()$define] Define field chrom.rt.unit.
biodb.DEBUG[2024-03-27 06:53:13.242][self$getEntryFields()$define] Define field chrom.solvent.
biodb.DEBUG[2024-03-27 06:53:13.243][self$getEntryFields()$define] Define field aa.seq.
biodb.DEBUG[2024-03-27 06:53:13.244][self$getEntryFields()$define] Define field aa.seq.length.
biodb.DEBUG[2024-03-27 06:53:13.245][self$getEntryFields()$define] Define field aa.seq.location.
biodb.DEBUG[2024-03-27 06:53:13.247][self$getEntryFields()$define] Define field nt.seq.
biodb.DEBUG[2024-03-27 06:53:13.248][self$getEntryFields()$define] Define field nt.seq.length.
biodb.DEBUG[2024-03-27 06:53:13.249][self$getEntryFields()$define] Define field ec.
biodb.DEBUG[2024-03-27 06:53:13.250][self$getEntryFields()$define] Define field organism.
biodb.DEBUG[2024-03-27 06:53:13.251][self$getEntryFields()$define] Define field pathway.class.
biodb.DEBUG[2024-03-27 06:53:13.253][self$getEntryFields()$define] Define field catalytic.activity.
biodb.DEBUG[2024-03-27 06:53:13.254][self$getEntryFields()$define] Define field cofactor.
biodb.DEBUG[2024-03-27 06:53:13.255][self$getEntryFields()$define] Define field gene.symbol.
biodb.DEBUG[2024-03-27 06:53:13.257][self$getEntryFields()$define] Define field charge.
biodb.DEBUG[2024-03-27 06:53:13.258][self$getEntryFields()$define] Define field comp.iupac.name.allowed.
biodb.DEBUG[2024-03-27 06:53:13.259][self$getEntryFields()$define] Define field comp.iupac.name.cas.
biodb.DEBUG[2024-03-27 06:53:13.260][self$getEntryFields()$define] Define field comp.iupac.name.pref.
biodb.DEBUG[2024-03-27 06:53:13.262][self$getEntryFields()$define] Define field comp.iupac.name.syst.
biodb.DEBUG[2024-03-27 06:53:13.263][self$getEntryFields()$define] Define field comp.iupac.name.trad.
biodb.DEBUG[2024-03-27 06:53:13.264][self$getEntryFields()$define] Define field comp.super.class.
biodb.DEBUG[2024-03-27 06:53:13.267][self$getEntryFields()$define] Define field equation.
biodb.DEBUG[2024-03-27 06:53:13.268][self$getEntryFields()$define] Define field formula.
biodb.DEBUG[2024-03-27 06:53:13.270][self$getEntryFields()$define] Define field composition.
biodb.DEBUG[2024-03-27 06:53:13.271][self$getEntryFields()$define] Define field inchi.
biodb.DEBUG[2024-03-27 06:53:13.273][self$getEntryFields()$define] Define field inchikey.
biodb.DEBUG[2024-03-27 06:53:13.275][self$getEntryFields()$define] Define field logp.
biodb.DEBUG[2024-03-27 06:53:13.277][self$getEntryFields()$define] Define field ms.level.
biodb.DEBUG[2024-03-27 06:53:13.278][self$getEntryFields()$define] Define field ms.mode.
biodb.DEBUG[2024-03-27 06:53:13.280][self$getEntryFields()$define] Define field msdev.
biodb.DEBUG[2024-03-27 06:53:13.281][self$getEntryFields()$define] Define field msdevtype.
biodb.DEBUG[2024-03-27 06:53:13.282][self$getEntryFields()$define] Define field msprecannot.
biodb.DEBUG[2024-03-27 06:53:13.283][self$getEntryFields()$define] Define field msprecmz.
biodb.DEBUG[2024-03-27 06:53:13.284][self$getEntryFields()$define] Define field mstype.
biodb.DEBUG[2024-03-27 06:53:13.285][self$getEntryFields()$define] Define field nb.compounds.
biodb.DEBUG[2024-03-27 06:53:13.287][self$getEntryFields()$define] Define field nb.peaks.
biodb.DEBUG[2024-03-27 06:53:13.288][self$getEntryFields()$define] Define field products.
biodb.DEBUG[2024-03-27 06:53:13.289][self$getEntryFields()$define] Define field smiles.
biodb.DEBUG[2024-03-27 06:53:13.290][self$getEntryFields()$define] Define field smiles.canonical.
biodb.DEBUG[2024-03-27 06:53:13.291][self$getEntryFields()$define] Define field smiles.isomeric.
biodb.DEBUG[2024-03-27 06:53:13.293][self$getEntryFields()$define] Define field substrates.
biodb.DEBUG[2024-03-27 06:53:13.298][initialize] Created successfully new BiodbMain instance.
biodb.DEBUG[2024-03-27 06:53:13.300][initialize] This is biodb version 1.10.0.
biodb.DEBUG[2024-03-27 06:53:13.301][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:13.302][FUN] Trying to call function notifyNewObservers on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.303][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.303][FUN] Trying to call function notifyNewObservers on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.304][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.305][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.306][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.307][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.307][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.308][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.309][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.309][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.310][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.311][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.312][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.312][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.313][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.314][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.314][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.315][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.316][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.318][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.319][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.320][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.321][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.322][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.323][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.324][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.325][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.325][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.326][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.327][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.328][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.328][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.329][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.330][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.331][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.331][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.332][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.333][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.333][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.334][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.335][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.335][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.336][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.337][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.339][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.340][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.341][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.342][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.343][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.345][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.346][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.346][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.347][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.348][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.349][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.349][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.350][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.351][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.594][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.595][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.595][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.596][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.597][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.598][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.598][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.599][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.600][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.601][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.601][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.602][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.603][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.603][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.604][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.605][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.605][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.606][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.607][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.608][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.608][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.609][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.610][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.610][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.611][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.612][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.612][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.613][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.614][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.615][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.615][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.616][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.617][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.619][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.620][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.621][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.622][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.623][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.624][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.625][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.625][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.626][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.627][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.628][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.628][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.629][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.630][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.630][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.631][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.632][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.633][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.633][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.634][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.636][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.637][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.638][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.639][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.640][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:13.641][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.642][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.643][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.644][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.645][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.646][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.648][biodb$loadDefinitions] Load definitions from file "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodbChebi/definitions.yml".
biodb.DEBUG[2024-03-27 06:53:13.649][self$getDbsInfo()$define] Define connector chebi.
biodb.DEBUG[2024-03-27 06:53:13.651][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.652][self$setPropertyValue] Setting property "description" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.653][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.654][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:13.655][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.655][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.656][self$setPropertyValue] Setting property "editable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.657][self$setPropertyValue] Setting property "entry.content.encoding" to "UTF-8".
biodb.DEBUG[2024-03-27 06:53:13.658][self$setPropertyValue] Setting property "entry.content.type" to "xml".
biodb.DEBUG[2024-03-27 06:53:13.659][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:13.659][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.660][self$setPropertyValue] Setting property "name" to "ChEBI".
biodb.DEBUG[2024-03-27 06:53:13.661][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "substring-after(//chebi:return/chebi:chebiId,'CHEBI:')".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:charge".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "c("//chebi:Formulae/chebi:source[text()='ChEBI']/../chebi:data", "(//chebi:Formulae/chebi:data)[1]")".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:inchi".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:inchiKey".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:DatabaseLinks/chebi:type[text()='KEGG COMPOUND accession']/../chebi:data".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:mass".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:monoisotopicMass".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "c("//chebi:chebiAsciiName", "//chebi:Synonyms/chebi:data")".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:entityStar".
biodb.DEBUG[2024-03-27 06:53:13.662][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:smiles".
biodb.DEBUG[2024-03-27 06:53:13.664][self$setPropertyValue] Setting property "remote" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:13.665][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:13.665][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:13.665][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:13.666][self$setPropertyValue] Setting property "scheduler.n" to "3".
biodb.DEBUG[2024-03-27 06:53:13.667][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.668][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.669][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:13.670][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:13.671][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:13.671][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:13.672][self$setPropertyValue] Setting property "urls" to "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:13.672][self$setPropertyValue] Setting property "urls" to "https://www.ebi.ac.uk/webservices/chebi/2.0/".
biodb.DEBUG[2024-03-27 06:53:13.673][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:13.674][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:13.675][self$setPropertyValue] Setting property "writable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:13.675][self$setPropertyValue] Setting property "xml.ns" to "https://www.ebi.ac.uk/webservices/chebi".
biodb.DEBUG[2024-03-27 06:53:13.675][self$setPropertyValue] Setting property "xml.ns" to "http://www.w3.org/2001/XMLSchema".
biodb.DEBUG[2024-03-27 06:53:13.677][self$getEntryFields()$define] Define field chebi.id.
biodb.DEBUG[2024-03-27 06:53:13.678][self$getEntryFields()$define] Define field kegg.compound.id.
biodb.DEBUG[2024-03-27 06:53:13.680][self$getEntryFields()$define] Define field n_stars.
biodb.DEBUG[2024-03-27 06:53:13.681][self$getEntryFields()$define] Define field molecular.mass.
biodb.DEBUG[2024-03-27 06:53:13.683][self$getEntryFields()$define] Define field inchi.
biodb.DEBUG[2024-03-27 06:53:13.684][self$getEntryFields()$define] Define field inchikey.
biodb.DEBUG[2024-03-27 06:53:13.687][super$initialize] Initialize connector chebi.
biodb.DEBUG[2024-03-27 06:53:13.688][super$initialize] Register connector chebi with the request scheduler
biodb.DEBUG[2024-03-27 06:53:13.689][private$bdb$getRequestScheduler()$re ...] Register connector chebi.
biodb.DEBUG[2024-03-27 06:53:13.691][private$addConnectorRules] Create new rule for URL "www.ebi.ac.uk" of connector "chebi".
biodb.DEBUG[2024-03-27 06:53:13.692][self$setFrequency] t=1.000000, n=3.000000
biodb.DEBUG[2024-03-27 06:53:13.693][self$setFrequency] t=1.000000, n=3.000000
biodb.DEBUG[2024-03-27 06:53:13.694][rule$addConnector] Connector "chebi" is already listed in rule "www.ebi.ac.uk".
biodb.DEBUG[2024-03-27 06:53:13.696][biodb$getFactory()$createConn] Creating new connector chebi for database class chebi .
biodb.INFO [2024-03-27 06:53:13.698][biodb::testThat]
biodb.INFO [2024-03-27 06:53:13.698][biodb::testThat] Running test function  test_chebi_convCasToChebi  (" convCasToChebi() works. ").
biodb.INFO [2024-03-27 06:53:13.699][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:13.700][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:13.704][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/webservice?wsdl".
biodb.DEBUG[2024-03-27 06:53:13.708][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.709][cch$loadFileContent] Trying to load 1 files from cache: [1]: "1ad88a023c4ce2bc0629db4acebeee05".
biodb.TRACE[2024-03-27 06:53:13.710][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.712][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/1ad88a023c4ce2bc0629db4acebeee05.content".
biodb.DEBUG[2024-03-27 06:53:13.716][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=51-41-2&searchCategory=REGISTRY NUMBERS&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.721][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.723][cch$loadFileContent] Trying to load 1 files from cache: [1]: "0e2b277bfac878e1dcf7dc3f91acb8d3".
biodb.TRACE[2024-03-27 06:53:13.724][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.726][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/0e2b277bfac878e1dcf7dc3f91acb8d3.content".
biodb.DEBUG[2024-03-27 06:53:13.728][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.728][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.729][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.735][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.736][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.737][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.738][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.740][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=87605-72-9&searchCategory=REGISTRY NUMBERS&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.744][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.745][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b767b3e02c49727a1749efea3e381744".
biodb.TRACE[2024-03-27 06:53:13.747][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.748][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b767b3e02c49727a1749efea3e381744.content".
biodb.DEBUG[2024-03-27 06:53:13.750][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.751][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.752][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.758][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.759][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.760][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.761][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.781][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.783][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.783][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.789][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.790][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.791][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.792][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.797][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=51-41-2&searchCategory=REGISTRY NUMBERS&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.801][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.803][cch$loadFileContent] Trying to load 1 files from cache: [1]: "0e2b277bfac878e1dcf7dc3f91acb8d3".
biodb.TRACE[2024-03-27 06:53:13.805][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.806][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/0e2b277bfac878e1dcf7dc3f91acb8d3.content".
biodb.DEBUG[2024-03-27 06:53:13.808][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.809][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.810][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.817][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.818][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.819][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.820][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.822][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=87605-72-9&searchCategory=REGISTRY NUMBERS&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.826][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.827][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b767b3e02c49727a1749efea3e381744".
biodb.TRACE[2024-03-27 06:53:13.828][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.830][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b767b3e02c49727a1749efea3e381744.content".
biodb.DEBUG[2024-03-27 06:53:13.832][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.833][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.834][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.839][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.841][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.841][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.842][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.843][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.844][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.845][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.850][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.852][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.853][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.853][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.858][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=51-41-2&searchCategory=REGISTRY NUMBERS&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.861][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.863][cch$loadFileContent] Trying to load 1 files from cache: [1]: "0e2b277bfac878e1dcf7dc3f91acb8d3".
biodb.TRACE[2024-03-27 06:53:13.864][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.865][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/0e2b277bfac878e1dcf7dc3f91acb8d3.content".
biodb.DEBUG[2024-03-27 06:53:13.867][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.868][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.869][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.875][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.876][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.877][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.878][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.880][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=87605-72-9&searchCategory=REGISTRY NUMBERS&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.883][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.885][cch$loadFileContent] Trying to load 1 files from cache: [1]: "b767b3e02c49727a1749efea3e381744".
biodb.TRACE[2024-03-27 06:53:13.886][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.888][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/b767b3e02c49727a1749efea3e381744.content".
biodb.DEBUG[2024-03-27 06:53:13.890][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.891][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.892][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.899][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.900][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.901][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.902][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.904][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=14215-68-0&searchCategory=REGISTRY NUMBERS&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.908][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.910][cch$loadFileContent] Trying to load 1 files from cache: [1]: "70e3912746e7e39b39fbbffe6c90b502".
biodb.TRACE[2024-03-27 06:53:13.911][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.914][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/70e3912746e7e39b39fbbffe6c90b502.content".
biodb.DEBUG[2024-03-27 06:53:13.916][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.917][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.918][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.923][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.924][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.925][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.926][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.INFO [2024-03-27 06:53:13.938][biodb::testThat]
biodb.INFO [2024-03-27 06:53:13.939][biodb::testThat] Running test function  test_chebi_convInchiToChebi  (" convInchiToChebi() works. ").
biodb.INFO [2024-03-27 06:53:13.940][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:13.941][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:13.954][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=InChI=1S/C15H24/c1-9(2)11-7-8-15(4)12-6-5-10(3)14(15)13(11)12/h5,9,11-14H,6-8H2,1-4H3/t11?,12?,13?,14?,15-/m0/s1&searchCategory=INCHI/INCHI KEY&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.958][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.959][cch$loadFileContent] Trying to load 1 files from cache: [1]: "64007787a4f3864bb479683766386808".
biodb.TRACE[2024-03-27 06:53:13.961][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.962][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/64007787a4f3864bb479683766386808.content".
biodb.DEBUG[2024-03-27 06:53:13.965][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.965][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.966][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.972][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.973][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.973][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.974][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:13.979][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=VLXDPFLIRFYIME-MWHZVNNOSA-N&searchCategory=INCHI/INCHI KEY&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:13.982][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:13.984][cch$loadFileContent] Trying to load 1 files from cache: [1]: "7547b08b3ebd50447d61026ab0af8d63".
biodb.TRACE[2024-03-27 06:53:13.985][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:13.986][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/7547b08b3ebd50447d61026ab0af8d63.content".
biodb.DEBUG[2024-03-27 06:53:13.989][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:13.990][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:13.990][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:13.996][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:13.997][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:13.998][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:13.998][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.INFO [2024-03-27 06:53:14.003][biodb$terminate] Closing BiodbMain instance...
biodb.DEBUG[2024-03-27 06:53:14.005][private$conn[[conn]]$.__enclos_env__ ...] Unregister connector chebi from the request scheduler
biodb.INFO [2024-03-27 06:53:14.006][self$deleteConn] Connector "chebi" deleted.
biodb.DEBUG[2024-03-27 06:53:14.006][notifyObservers] Notify observers for terminate.
biodb.DEBUG[2024-03-27 06:53:14.007][FUN] Trying to call function terminate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.008][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.008][FUN] Trying to call function terminate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.009][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.010][FUN] Trying to call function terminate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.011][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.INFO [2024-03-27 06:53:14.014][biodb::testContext]
biodb.INFO [2024-03-27 06:53:14.015][biodb::testContext] ********************************************************************************
biodb.INFO [2024-03-27 06:53:14.016][biodb::testContext] Test context - Test web services
biodb.INFO [2024-03-27 06:53:14.017][biodb::testContext] ********************************************************************************
biodb.INFO [2024-03-27 06:53:14.018][biodb::testContext]
biodb.INFO [2024-03-27 06:53:14.020][private$loadBiodbPkgsDefinitions] Loading definitions from package biodb version 1.10.0.
biodb.DEBUG[2024-03-27 06:53:14.021][self$loadDefinitions] Load definitions from file "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodb/definitions.yml".
biodb.DEBUG[2024-03-27 06:53:14.027][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:14.029][self$getConfig()$define] Define config key allow.huge.downloads.
biodb.DEBUG[2024-03-27 06:53:14.030][self$set] Set key allow.huge.downloads to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.031][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.031][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.033][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.034][self$getConfig()$define] Define config key autoload.extra.pkgs.
biodb.DEBUG[2024-03-27 06:53:14.035][self$set] Set key autoload.extra.pkgs to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.036][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.036][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.037][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.038][self$getConfig()$define] Define config key cache.all.requests.
biodb.DEBUG[2024-03-27 06:53:14.039][self$set] Set key cache.all.requests to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.039][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.040][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.041][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.042][self$getConfig()$define] Define config key cache.directory.
biodb.DEBUG[2024-03-27 06:53:14.043][self$getConfig()$define] Define config key cache.read.only.
biodb.DEBUG[2024-03-27 06:53:14.043][self$set] Set key cache.read.only to FALSE.
biodb.DEBUG[2024-03-27 06:53:14.044][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.045][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.045][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.046][self$getConfig()$define] Define config key cache.subfolders.
biodb.DEBUG[2024-03-27 06:53:14.047][self$getConfig()$define] Define config key cache.system.
biodb.DEBUG[2024-03-27 06:53:14.048][self$set] Set key cache.system to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.049][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.049][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.050][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.051][self$getConfig()$define] Define config key use.cache.for.local.db.
biodb.DEBUG[2024-03-27 06:53:14.052][self$set] Set key use.cache.for.local.db to FALSE.
biodb.DEBUG[2024-03-27 06:53:14.052][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.054][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.055][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.056][self$getConfig()$define] Define config key dwnld.chunk.size.
biodb.DEBUG[2024-03-27 06:53:14.057][self$getConfig()$define] Define config key dwnld.timeout.
biodb.DEBUG[2024-03-27 06:53:14.058][self$set] Set key dwnld.timeout to 3600.
biodb.DEBUG[2024-03-27 06:53:14.059][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.060][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.060][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.061][self$getConfig()$define] Define config key compute.fields.
biodb.DEBUG[2024-03-27 06:53:14.062][self$set] Set key compute.fields to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.063][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.064][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.064][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.065][self$getConfig()$define] Define config key factory.cache.
biodb.DEBUG[2024-03-27 06:53:14.066][self$getConfig()$define] Define config key force.locale.
biodb.DEBUG[2024-03-27 06:53:14.067][self$set] Set key force.locale to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.067][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.068][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.069][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.069][self$getConfig()$define] Define config key longterm.cache.subfolder.
biodb.DEBUG[2024-03-27 06:53:14.070][self$getConfig()$define] Define config key msg.caution.lvl.
biodb.DEBUG[2024-03-27 06:53:14.071][self$getConfig()$define] Define config key msg.debug.lvl.
biodb.DEBUG[2024-03-27 06:53:14.072][self$getConfig()$define] Define config key msg.info.lvl.
biodb.DEBUG[2024-03-27 06:53:14.073][self$getConfig()$define] Define config key multival.field.sep.
biodb.DEBUG[2024-03-27 06:53:14.073][self$set] Set key multival.field.sep to ";".
biodb.DEBUG[2024-03-27 06:53:14.074][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.075][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.076][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.077][self$getConfig()$define] Define config key intra.field.name.sep.
biodb.DEBUG[2024-03-27 06:53:14.078][self$set] Set key intra.field.name.sep to ".".
biodb.DEBUG[2024-03-27 06:53:14.079][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.079][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.080][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.081][self$getConfig()$define] Define config key entries.sep.
biodb.DEBUG[2024-03-27 06:53:14.082][self$set] Set key entries.sep to "|".
biodb.DEBUG[2024-03-27 06:53:14.083][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.084][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.084][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.085][self$getConfig()$define] Define config key offline.
biodb.DEBUG[2024-03-27 06:53:14.086][self$set] Set key offline to FALSE.
biodb.DEBUG[2024-03-27 06:53:14.087][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.087][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.088][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.089][self$getConfig()$define] Define config key persistent.cache.impl.
biodb.DEBUG[2024-03-27 06:53:14.090][self$set] Set key persistent.cache.impl to "custom".
biodb.DEBUG[2024-03-27 06:53:14.090][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.091][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.092][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.093][self$getConfig()$define] Define config key proton.mass.
biodb.DEBUG[2024-03-27 06:53:14.094][self$set] Set key proton.mass to 1.0072765.
biodb.DEBUG[2024-03-27 06:53:14.094][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.095][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.096][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.097][self$getConfig()$define] Define config key shortterm.cache.subfolder.
biodb.DEBUG[2024-03-27 06:53:14.099][self$getConfig()$define] Define config key svn.binary.path.
biodb.DEBUG[2024-03-27 06:53:14.121][self$set] Set key svn.binary.path to "".
biodb.DEBUG[2024-03-27 06:53:14.122][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.123][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.125][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.126][self$getConfig()$define] Define config key test.functions.
biodb.DEBUG[2024-03-27 06:53:14.127][self$getConfig()$define] Define config key useragent.
biodb.DEBUG[2024-03-27 06:53:14.128][self$set] Set key useragent to "R Bioconductor biodb library.".
biodb.DEBUG[2024-03-27 06:53:14.129][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.130][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.131][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.132][self$getDbsInfo()$define] Define connector comp.csv.file.
biodb.DEBUG[2024-03-27 06:53:14.135][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.136][self$setPropertyValue] Setting property "description" to "A connector to handle a compound database stored inside a CSV file. It is possible to choose the separator for the CSV file, as well as match the column names with the biodb entry fields.".
biodb.DEBUG[2024-03-27 06:53:14.137][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.138][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.138][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.139][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.140][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.141][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.142][self$setPropertyValue] Setting property "entry.content.type" to "tsv".
biodb.DEBUG[2024-03-27 06:53:14.143][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.144][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.145][self$setPropertyValue] Setting property "name" to "Compound CSV File".
biodb.DEBUG[2024-03-27 06:53:14.146][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.147][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.147][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.148][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:14.148][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:14.148][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:14.148][self$setPropertyValue] Setting property "searchable.fields" to "average.mass".
biodb.DEBUG[2024-03-27 06:53:14.148][self$setPropertyValue] Setting property "searchable.fields" to "nominal.mass".
biodb.DEBUG[2024-03-27 06:53:14.149][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:14.150][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.151][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.151][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.152][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.153][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.154][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.154][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.155][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.156][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.157][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.159][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.160][self$getDbsInfo()$define] Define connector comp.sqlite.
biodb.DEBUG[2024-03-27 06:53:14.163][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.164][self$setPropertyValue] Setting property "description" to "A connector to handle a compound database stored inside an SQLite file.".
biodb.DEBUG[2024-03-27 06:53:14.165][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.167][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.168][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.169][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.170][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.171][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.172][self$setPropertyValue] Setting property "entry.content.type" to "list".
biodb.DEBUG[2024-03-27 06:53:14.173][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.173][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.174][self$setPropertyValue] Setting property "name" to "Compound SQLite".
biodb.DEBUG[2024-03-27 06:53:14.175][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.176][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.177][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.177][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:14.177][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:14.177][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:14.177][self$setPropertyValue] Setting property "searchable.fields" to "average.mass".
biodb.DEBUG[2024-03-27 06:53:14.177][self$setPropertyValue] Setting property "searchable.fields" to "nominal.mass".
biodb.DEBUG[2024-03-27 06:53:14.178][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:14.179][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.180][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.181][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.181][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.182][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.183][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.184][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.185][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.185][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.186][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.187][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.188][self$getDbsInfo()$define] Define connector mass.csv.file.
biodb.DEBUG[2024-03-27 06:53:14.190][self$setPropertyValue] Setting property "compound.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.190][self$setPropertyValue] Setting property "description" to "A connector to handle a mass spectra database stored inside a CSV file. It is possible to choose the separator for the CSV file, as well as match the column names with the biodb entry fields..".
biodb.DEBUG[2024-03-27 06:53:14.191][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.192][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.193][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.194][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.194][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.195][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.196][self$setPropertyValue] Setting property "entry.content.type" to "tsv".
biodb.DEBUG[2024-03-27 06:53:14.197][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.198][self$setPropertyValue] Setting property "mass.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.199][self$setPropertyValue] Setting property "name" to "Mass spectra CSV File".
biodb.DEBUG[2024-03-27 06:53:14.201][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.202][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.203][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.204][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.205][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:14.206][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.206][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.207][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.208][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.209][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.211][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.212][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.214][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.215][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.216][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.216][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.217][self$getDbsInfo()$define] Define connector mass.sqlite.
biodb.DEBUG[2024-03-27 06:53:14.219][self$setPropertyValue] Setting property "compound.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.220][self$setPropertyValue] Setting property "description" to "A connector to handle a mass spectra database stored inside an SQLite file.".
biodb.DEBUG[2024-03-27 06:53:14.222][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.223][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.224][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.225][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.227][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.228][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.229][self$setPropertyValue] Setting property "entry.content.type" to "list".
biodb.DEBUG[2024-03-27 06:53:14.230][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.231][self$setPropertyValue] Setting property "mass.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.232][self$setPropertyValue] Setting property "name" to "Mass spectra SQLite".
biodb.DEBUG[2024-03-27 06:53:14.233][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.233][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.234][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.235][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.236][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:14.237][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.237][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.238][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.239][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.240][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.240][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.241][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.242][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.243][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.244][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.244][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.246][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:14.246][FUN] Trying to call function notifyNewObservers on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.247][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.248][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.248][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.249][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.250][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.251][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.251][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.252][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.253][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.254][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.255][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.256][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.256][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.257][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.258][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.259][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.260][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.261][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.262][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.262][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.263][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.264][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.266][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.267][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.268][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.269][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.271][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.271][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.272][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.273][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.274][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.275][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.282][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.283][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.284][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.285][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.285][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.286][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.287][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.288][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.288][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.289][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.290][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.290][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.291][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.292][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.292][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.293][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.294][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.294][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.295][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.296][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.296][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.297][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.298][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.298][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.299][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.300][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.300][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.301][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.302][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.302][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.303][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.304][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.304][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.305][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.306][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.306][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.307][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.308][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.309][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.310][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.311][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.312][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.313][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.314][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.315][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.316][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.317][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.317][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.318][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.319][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.320][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.320][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.321][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.322][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.323][self$getEntryFields()$define] Define field accession.
biodb.DEBUG[2024-03-27 06:53:14.324][self$getEntryFields()$define] Define field description.
biodb.DEBUG[2024-03-27 06:53:14.325][self$getEntryFields()$define] Define field name.
biodb.DEBUG[2024-03-27 06:53:14.326][self$getEntryFields()$define] Define field cas.id.
biodb.DEBUG[2024-03-27 06:53:14.327][self$getEntryFields()$define] Define field chebi.id.
biodb.DEBUG[2024-03-27 06:53:14.328][self$getEntryFields()$define] Define field chemspider.id.
biodb.DEBUG[2024-03-27 06:53:14.330][self$getEntryFields()$define] Define field comp.csv.file.id.
biodb.DEBUG[2024-03-27 06:53:14.331][self$getEntryFields()$define] Define field comp.sqlite.id.
biodb.DEBUG[2024-03-27 06:53:14.332][self$getEntryFields()$define] Define field expasy.enzyme.id.
biodb.DEBUG[2024-03-27 06:53:14.333][self$getEntryFields()$define] Define field hmdb.metabolites.id.
biodb.DEBUG[2024-03-27 06:53:14.334][self$getEntryFields()$define] Define field kegg.compound.id.
biodb.DEBUG[2024-03-27 06:53:14.335][self$getEntryFields()$define] Define field kegg.genes.id.
biodb.DEBUG[2024-03-27 06:53:14.336][self$getEntryFields()$define] Define field mass.csv.file.id.
biodb.DEBUG[2024-03-27 06:53:14.337][self$getEntryFields()$define] Define field mass.sqlite.id.
biodb.DEBUG[2024-03-27 06:53:14.338][self$getEntryFields()$define] Define field ncbi.gene.id.
biodb.DEBUG[2024-03-27 06:53:14.340][self$getEntryFields()$define] Define field ncbi.pubchem.comp.id.
biodb.DEBUG[2024-03-27 06:53:14.341][self$getEntryFields()$define] Define field compound.id.
biodb.DEBUG[2024-03-27 06:53:14.342][self$getEntryFields()$define] Define field average.mass.
biodb.DEBUG[2024-03-27 06:53:14.343][self$getEntryFields()$define] Define field molecular.mass.
biodb.DEBUG[2024-03-27 06:53:14.344][self$getEntryFields()$define] Define field monoisotopic.mass.
biodb.DEBUG[2024-03-27 06:53:14.346][self$getEntryFields()$define] Define field nominal.mass.
biodb.DEBUG[2024-03-27 06:53:14.347][self$getEntryFields()$define] Define field peak.attr.
biodb.DEBUG[2024-03-27 06:53:14.348][self$getEntryFields()$define] Define field peak.comp.
biodb.DEBUG[2024-03-27 06:53:14.350][self$getEntryFields()$define] Define field peak.error.ppm.
biodb.DEBUG[2024-03-27 06:53:14.352][self$getEntryFields()$define] Define field peak.formula.
biodb.DEBUG[2024-03-27 06:53:14.354][self$getEntryFields()$define] Define field peak.intensity.
biodb.DEBUG[2024-03-27 06:53:14.355][self$getEntryFields()$define] Define field peak.mass.
biodb.DEBUG[2024-03-27 06:53:14.357][self$getEntryFields()$define] Define field peak.mztheo.
biodb.DEBUG[2024-03-27 06:53:14.358][self$getEntryFields()$define] Define field peak.mzexp.
biodb.DEBUG[2024-03-27 06:53:14.360][self$getEntryFields()$define] Define field peak.mz.
biodb.DEBUG[2024-03-27 06:53:14.361][self$getEntryFields()$define] Define field peak.relative.intensity.
biodb.DEBUG[2024-03-27 06:53:14.362][self$getEntryFields()$define] Define field peaks.
biodb.DEBUG[2024-03-27 06:53:14.363][self$getEntryFields()$define] Define field chrom.col.constructor.
biodb.DEBUG[2024-03-27 06:53:14.365][self$getEntryFields()$define] Define field chrom.col.diameter.
biodb.DEBUG[2024-03-27 06:53:14.367][self$getEntryFields()$define] Define field chrom.col.id.
biodb.DEBUG[2024-03-27 06:53:14.369][self$getEntryFields()$define] Define field chrom.col.length.
biodb.DEBUG[2024-03-27 06:53:14.371][self$getEntryFields()$define] Define field chrom.col.method.protocol.
biodb.DEBUG[2024-03-27 06:53:14.372][self$getEntryFields()$define] Define field chrom.col.name.
biodb.DEBUG[2024-03-27 06:53:14.373][self$getEntryFields()$define] Define field chrom.flow.gradient.
biodb.DEBUG[2024-03-27 06:53:14.374][self$getEntryFields()$define] Define field chrom.flow.rate.
biodb.DEBUG[2024-03-27 06:53:14.376][self$getEntryFields()$define] Define field chrom.rt.
biodb.DEBUG[2024-03-27 06:53:14.377][self$getEntryFields()$define] Define field chrom.rt.max.
biodb.DEBUG[2024-03-27 06:53:14.378][self$getEntryFields()$define] Define field chrom.rt.min.
biodb.DEBUG[2024-03-27 06:53:14.379][self$getEntryFields()$define] Define field chrom.rt.unit.
biodb.DEBUG[2024-03-27 06:53:14.380][self$getEntryFields()$define] Define field chrom.solvent.
biodb.DEBUG[2024-03-27 06:53:14.381][self$getEntryFields()$define] Define field aa.seq.
biodb.DEBUG[2024-03-27 06:53:14.382][self$getEntryFields()$define] Define field aa.seq.length.
biodb.DEBUG[2024-03-27 06:53:14.384][self$getEntryFields()$define] Define field aa.seq.location.
biodb.DEBUG[2024-03-27 06:53:14.385][self$getEntryFields()$define] Define field nt.seq.
biodb.DEBUG[2024-03-27 06:53:14.386][self$getEntryFields()$define] Define field nt.seq.length.
biodb.DEBUG[2024-03-27 06:53:14.387][self$getEntryFields()$define] Define field ec.
biodb.DEBUG[2024-03-27 06:53:14.388][self$getEntryFields()$define] Define field organism.
biodb.DEBUG[2024-03-27 06:53:14.389][self$getEntryFields()$define] Define field pathway.class.
biodb.DEBUG[2024-03-27 06:53:14.390][self$getEntryFields()$define] Define field catalytic.activity.
biodb.DEBUG[2024-03-27 06:53:14.392][self$getEntryFields()$define] Define field cofactor.
biodb.DEBUG[2024-03-27 06:53:14.393][self$getEntryFields()$define] Define field gene.symbol.
biodb.DEBUG[2024-03-27 06:53:14.394][self$getEntryFields()$define] Define field charge.
biodb.DEBUG[2024-03-27 06:53:14.395][self$getEntryFields()$define] Define field comp.iupac.name.allowed.
biodb.DEBUG[2024-03-27 06:53:14.396][self$getEntryFields()$define] Define field comp.iupac.name.cas.
biodb.DEBUG[2024-03-27 06:53:14.397][self$getEntryFields()$define] Define field comp.iupac.name.pref.
biodb.DEBUG[2024-03-27 06:53:14.399][self$getEntryFields()$define] Define field comp.iupac.name.syst.
biodb.DEBUG[2024-03-27 06:53:14.400][self$getEntryFields()$define] Define field comp.iupac.name.trad.
biodb.DEBUG[2024-03-27 06:53:14.401][self$getEntryFields()$define] Define field comp.super.class.
biodb.DEBUG[2024-03-27 06:53:14.402][self$getEntryFields()$define] Define field equation.
biodb.DEBUG[2024-03-27 06:53:14.404][self$getEntryFields()$define] Define field formula.
biodb.DEBUG[2024-03-27 06:53:14.406][self$getEntryFields()$define] Define field composition.
biodb.DEBUG[2024-03-27 06:53:14.408][self$getEntryFields()$define] Define field inchi.
biodb.DEBUG[2024-03-27 06:53:14.409][self$getEntryFields()$define] Define field inchikey.
biodb.DEBUG[2024-03-27 06:53:14.411][self$getEntryFields()$define] Define field logp.
biodb.DEBUG[2024-03-27 06:53:14.412][self$getEntryFields()$define] Define field ms.level.
biodb.DEBUG[2024-03-27 06:53:14.413][self$getEntryFields()$define] Define field ms.mode.
biodb.DEBUG[2024-03-27 06:53:14.414][self$getEntryFields()$define] Define field msdev.
biodb.DEBUG[2024-03-27 06:53:14.417][self$getEntryFields()$define] Define field msdevtype.
biodb.DEBUG[2024-03-27 06:53:14.418][self$getEntryFields()$define] Define field msprecannot.
biodb.DEBUG[2024-03-27 06:53:14.420][self$getEntryFields()$define] Define field msprecmz.
biodb.DEBUG[2024-03-27 06:53:14.421][self$getEntryFields()$define] Define field mstype.
biodb.DEBUG[2024-03-27 06:53:14.423][self$getEntryFields()$define] Define field nb.compounds.
biodb.DEBUG[2024-03-27 06:53:14.424][self$getEntryFields()$define] Define field nb.peaks.
biodb.DEBUG[2024-03-27 06:53:14.425][self$getEntryFields()$define] Define field products.
biodb.DEBUG[2024-03-27 06:53:14.426][self$getEntryFields()$define] Define field smiles.
biodb.DEBUG[2024-03-27 06:53:14.427][self$getEntryFields()$define] Define field smiles.canonical.
biodb.DEBUG[2024-03-27 06:53:14.428][self$getEntryFields()$define] Define field smiles.isomeric.
biodb.DEBUG[2024-03-27 06:53:14.429][self$getEntryFields()$define] Define field substrates.
biodb.DEBUG[2024-03-27 06:53:14.431][initialize] Created successfully new BiodbMain instance.
biodb.DEBUG[2024-03-27 06:53:14.433][initialize] This is biodb version 1.10.0.
biodb.DEBUG[2024-03-27 06:53:14.435][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:14.436][FUN] Trying to call function notifyNewObservers on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.437][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.438][FUN] Trying to call function notifyNewObservers on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.439][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.439][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.440][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.441][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.442][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.442][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.443][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.444][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.444][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.445][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.446][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.447][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.448][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.450][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.451][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.452][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.453][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.454][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.455][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.456][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.456][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.457][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.458][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.459][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.459][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.460][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.461][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.461][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.462][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.463][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.464][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.465][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.465][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.466][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.467][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.467][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.468][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.469][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.470][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.470][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.471][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.472][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.472][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.473][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.474][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.475][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.475][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.476][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.477][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.477][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.478][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.479][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.480][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.480][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.481][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.482][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.482][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.483][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.484][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.485][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.485][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.486][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.487][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.488][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.489][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.489][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.490][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.491][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.491][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.492][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.493][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.493][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.495][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.496][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.497][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.498][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.499][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.500][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.501][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.502][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.502][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.503][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.504][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.505][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.505][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.506][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.507][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.507][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.508][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.509][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.509][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.510][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.511][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.512][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.513][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.513][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.514][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.515][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.515][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.516][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.517][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.518][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.518][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.519][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.520][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.520][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.521][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.522][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.522][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.523][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.524][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.525][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.525][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.526][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.527][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.529][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.529][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.530][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.531][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.532][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.534][biodb$loadDefinitions] Load definitions from file "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodbChebi/definitions.yml".
biodb.DEBUG[2024-03-27 06:53:14.536][self$getDbsInfo()$define] Define connector chebi.
biodb.DEBUG[2024-03-27 06:53:14.538][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.539][self$setPropertyValue] Setting property "description" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.540][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.541][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.542][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.544][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.545][self$setPropertyValue] Setting property "editable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.546][self$setPropertyValue] Setting property "entry.content.encoding" to "UTF-8".
biodb.DEBUG[2024-03-27 06:53:14.547][self$setPropertyValue] Setting property "entry.content.type" to "xml".
biodb.DEBUG[2024-03-27 06:53:14.548][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.549][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.550][self$setPropertyValue] Setting property "name" to "ChEBI".
biodb.DEBUG[2024-03-27 06:53:14.551][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "substring-after(//chebi:return/chebi:chebiId,'CHEBI:')".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:charge".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "c("//chebi:Formulae/chebi:source[text()='ChEBI']/../chebi:data", "(//chebi:Formulae/chebi:data)[1]")".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:inchi".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:inchiKey".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:DatabaseLinks/chebi:type[text()='KEGG COMPOUND accession']/../chebi:data".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:mass".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:monoisotopicMass".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "c("//chebi:chebiAsciiName", "//chebi:Synonyms/chebi:data")".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:entityStar".
biodb.DEBUG[2024-03-27 06:53:14.552][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:smiles".
biodb.DEBUG[2024-03-27 06:53:14.553][self$setPropertyValue] Setting property "remote" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.560][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:14.560][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:14.560][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:14.562][self$setPropertyValue] Setting property "scheduler.n" to "3".
biodb.DEBUG[2024-03-27 06:53:14.563][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.563][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.564][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.565][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.566][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.567][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.569][self$setPropertyValue] Setting property "urls" to "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:14.569][self$setPropertyValue] Setting property "urls" to "https://www.ebi.ac.uk/webservices/chebi/2.0/".
biodb.DEBUG[2024-03-27 06:53:14.570][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.570][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.571][self$setPropertyValue] Setting property "writable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.572][self$setPropertyValue] Setting property "xml.ns" to "https://www.ebi.ac.uk/webservices/chebi".
biodb.DEBUG[2024-03-27 06:53:14.572][self$setPropertyValue] Setting property "xml.ns" to "http://www.w3.org/2001/XMLSchema".
biodb.DEBUG[2024-03-27 06:53:14.574][self$getEntryFields()$define] Define field chebi.id.
biodb.DEBUG[2024-03-27 06:53:14.576][self$getEntryFields()$define] Define field kegg.compound.id.
biodb.DEBUG[2024-03-27 06:53:14.578][self$getEntryFields()$define] Define field n_stars.
biodb.DEBUG[2024-03-27 06:53:14.579][self$getEntryFields()$define] Define field molecular.mass.
biodb.DEBUG[2024-03-27 06:53:14.580][self$getEntryFields()$define] Define field inchi.
biodb.DEBUG[2024-03-27 06:53:14.582][self$getEntryFields()$define] Define field inchikey.
biodb.DEBUG[2024-03-27 06:53:14.585][super$initialize] Initialize connector chebi.
biodb.DEBUG[2024-03-27 06:53:14.586][super$initialize] Register connector chebi with the request scheduler
biodb.DEBUG[2024-03-27 06:53:14.587][private$bdb$getRequestScheduler()$re ...] Register connector chebi.
biodb.DEBUG[2024-03-27 06:53:14.588][private$addConnectorRules] Create new rule for URL "www.ebi.ac.uk" of connector "chebi".
biodb.DEBUG[2024-03-27 06:53:14.590][self$setFrequency] t=1.000000, n=3.000000
biodb.DEBUG[2024-03-27 06:53:14.590][self$setFrequency] t=1.000000, n=3.000000
biodb.DEBUG[2024-03-27 06:53:14.591][rule$addConnector] Connector "chebi" is already listed in rule "www.ebi.ac.uk".
biodb.DEBUG[2024-03-27 06:53:14.592][biodb$getFactory()$createConn] Creating new connector chebi for database class chebi .
biodb.INFO [2024-03-27 06:53:14.594][biodb::testThat]
biodb.INFO [2024-03-27 06:53:14.594][biodb::testThat] Running test function  test.chebi.wsGetLiteEntity  (" Web service getLiteEntity works fine. ").
biodb.INFO [2024-03-27 06:53:14.595][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:14.596][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:14.599][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/webservice?wsdl".
biodb.DEBUG[2024-03-27 06:53:14.603][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:14.604][cch$loadFileContent] Trying to load 1 files from cache: [1]: "1ad88a023c4ce2bc0629db4acebeee05".
biodb.TRACE[2024-03-27 06:53:14.605][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:14.606][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/1ad88a023c4ce2bc0629db4acebeee05.content".
biodb.DEBUG[2024-03-27 06:53:14.610][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=2571&searchCategory=CHEBI ID&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:14.614][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:14.616][cch$loadFileContent] Trying to load 1 files from cache: [1]: "04c26672f8368e71348af4b34238160e".
biodb.TRACE[2024-03-27 06:53:14.617][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:14.620][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/04c26672f8368e71348af4b34238160e.content".
biodb.INFO [2024-03-27 06:53:14.628][biodb$terminate] Closing BiodbMain instance...
biodb.DEBUG[2024-03-27 06:53:14.630][private$conn[[conn]]$.__enclos_env__ ...] Unregister connector chebi from the request scheduler
biodb.INFO [2024-03-27 06:53:14.631][self$deleteConn] Connector "chebi" deleted.
biodb.DEBUG[2024-03-27 06:53:14.631][notifyObservers] Notify observers for terminate.
biodb.DEBUG[2024-03-27 06:53:14.632][FUN] Trying to call function terminate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:14.633][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:14.634][FUN] Trying to call function terminate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.634][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.635][FUN] Trying to call function terminate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.636][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.INFO [2024-03-27 06:53:14.641][biodb::testContext]
biodb.INFO [2024-03-27 06:53:14.642][biodb::testContext] ********************************************************************************
biodb.INFO [2024-03-27 06:53:14.644][biodb::testContext] Test context - Non regression tests
biodb.INFO [2024-03-27 06:53:14.645][biodb::testContext] ********************************************************************************
biodb.INFO [2024-03-27 06:53:14.645][biodb::testContext]
biodb.INFO [2024-03-27 06:53:14.648][private$loadBiodbPkgsDefinitions] Loading definitions from package biodb version 1.10.0.
biodb.DEBUG[2024-03-27 06:53:14.649][self$loadDefinitions] Load definitions from file "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodb/definitions.yml".
biodb.DEBUG[2024-03-27 06:53:14.654][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:14.655][self$getConfig()$define] Define config key allow.huge.downloads.
biodb.DEBUG[2024-03-27 06:53:14.656][self$set] Set key allow.huge.downloads to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.657][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.657][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.658][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.659][self$getConfig()$define] Define config key autoload.extra.pkgs.
biodb.DEBUG[2024-03-27 06:53:14.660][self$set] Set key autoload.extra.pkgs to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.660][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.661][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.662][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.663][self$getConfig()$define] Define config key cache.all.requests.
biodb.DEBUG[2024-03-27 06:53:14.663][self$set] Set key cache.all.requests to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.664][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.665][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.666][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.666][self$getConfig()$define] Define config key cache.directory.
biodb.DEBUG[2024-03-27 06:53:14.667][self$getConfig()$define] Define config key cache.read.only.
biodb.DEBUG[2024-03-27 06:53:14.668][self$set] Set key cache.read.only to FALSE.
biodb.DEBUG[2024-03-27 06:53:14.670][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.671][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.672][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.673][self$getConfig()$define] Define config key cache.subfolders.
biodb.DEBUG[2024-03-27 06:53:14.674][self$getConfig()$define] Define config key cache.system.
biodb.DEBUG[2024-03-27 06:53:14.675][self$set] Set key cache.system to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.676][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.677][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.677][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.678][self$getConfig()$define] Define config key use.cache.for.local.db.
biodb.DEBUG[2024-03-27 06:53:14.679][self$set] Set key use.cache.for.local.db to FALSE.
biodb.DEBUG[2024-03-27 06:53:14.680][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.680][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.681][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.682][self$getConfig()$define] Define config key dwnld.chunk.size.
biodb.DEBUG[2024-03-27 06:53:14.683][self$getConfig()$define] Define config key dwnld.timeout.
biodb.DEBUG[2024-03-27 06:53:14.684][self$set] Set key dwnld.timeout to 3600.
biodb.DEBUG[2024-03-27 06:53:14.684][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.685][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.686][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.687][self$getConfig()$define] Define config key compute.fields.
biodb.DEBUG[2024-03-27 06:53:14.687][self$set] Set key compute.fields to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.688][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.689][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.689][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.690][self$getConfig()$define] Define config key factory.cache.
biodb.DEBUG[2024-03-27 06:53:14.691][self$getConfig()$define] Define config key force.locale.
biodb.DEBUG[2024-03-27 06:53:14.692][self$set] Set key force.locale to TRUE.
biodb.DEBUG[2024-03-27 06:53:14.693][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.693][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.694][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.695][self$getConfig()$define] Define config key longterm.cache.subfolder.
biodb.DEBUG[2024-03-27 06:53:14.695][self$getConfig()$define] Define config key msg.caution.lvl.
biodb.DEBUG[2024-03-27 06:53:14.696][self$getConfig()$define] Define config key msg.debug.lvl.
biodb.DEBUG[2024-03-27 06:53:14.697][self$getConfig()$define] Define config key msg.info.lvl.
biodb.DEBUG[2024-03-27 06:53:14.698][self$getConfig()$define] Define config key multival.field.sep.
biodb.DEBUG[2024-03-27 06:53:14.699][self$set] Set key multival.field.sep to ";".
biodb.DEBUG[2024-03-27 06:53:14.699][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.700][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.701][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.702][self$getConfig()$define] Define config key intra.field.name.sep.
biodb.DEBUG[2024-03-27 06:53:14.703][self$set] Set key intra.field.name.sep to ".".
biodb.DEBUG[2024-03-27 06:53:14.703][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.704][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.705][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.706][self$getConfig()$define] Define config key entries.sep.
biodb.DEBUG[2024-03-27 06:53:14.708][self$set] Set key entries.sep to "|".
biodb.DEBUG[2024-03-27 06:53:14.709][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.709][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.711][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.712][self$getConfig()$define] Define config key offline.
biodb.DEBUG[2024-03-27 06:53:14.713][self$set] Set key offline to FALSE.
biodb.DEBUG[2024-03-27 06:53:14.713][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.714][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.715][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.716][self$getConfig()$define] Define config key persistent.cache.impl.
biodb.DEBUG[2024-03-27 06:53:14.717][self$set] Set key persistent.cache.impl to "custom".
biodb.DEBUG[2024-03-27 06:53:14.717][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.718][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.719][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.720][self$getConfig()$define] Define config key proton.mass.
biodb.DEBUG[2024-03-27 06:53:14.720][self$set] Set key proton.mass to 1.0072765.
biodb.DEBUG[2024-03-27 06:53:14.721][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.722][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.723][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.723][self$getConfig()$define] Define config key shortterm.cache.subfolder.
biodb.DEBUG[2024-03-27 06:53:14.724][self$getConfig()$define] Define config key svn.binary.path.
biodb.DEBUG[2024-03-27 06:53:14.746][self$set] Set key svn.binary.path to "".
biodb.DEBUG[2024-03-27 06:53:14.747][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.748][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.749][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.750][self$getConfig()$define] Define config key test.functions.
biodb.DEBUG[2024-03-27 06:53:14.751][self$getConfig()$define] Define config key useragent.
biodb.DEBUG[2024-03-27 06:53:14.752][self$set] Set key useragent to "R Bioconductor biodb library.".
biodb.DEBUG[2024-03-27 06:53:14.752][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.753][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.754][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.755][self$getDbsInfo()$define] Define connector comp.csv.file.
biodb.DEBUG[2024-03-27 06:53:14.756][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.757][self$setPropertyValue] Setting property "description" to "A connector to handle a compound database stored inside a CSV file. It is possible to choose the separator for the CSV file, as well as match the column names with the biodb entry fields.".
biodb.DEBUG[2024-03-27 06:53:14.758][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.759][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.760][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.760][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.761][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.762][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.763][self$setPropertyValue] Setting property "entry.content.type" to "tsv".
biodb.DEBUG[2024-03-27 06:53:14.764][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.765][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.766][self$setPropertyValue] Setting property "name" to "Compound CSV File".
biodb.DEBUG[2024-03-27 06:53:14.767][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.769][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.770][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.772][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:14.772][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:14.772][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:14.772][self$setPropertyValue] Setting property "searchable.fields" to "average.mass".
biodb.DEBUG[2024-03-27 06:53:14.772][self$setPropertyValue] Setting property "searchable.fields" to "nominal.mass".
biodb.DEBUG[2024-03-27 06:53:14.773][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:14.774][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.775][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.775][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.776][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.777][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.778][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.779][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.779][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.780][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.781][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.782][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.783][self$getDbsInfo()$define] Define connector comp.sqlite.
biodb.DEBUG[2024-03-27 06:53:14.784][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.785][self$setPropertyValue] Setting property "description" to "A connector to handle a compound database stored inside an SQLite file.".
biodb.DEBUG[2024-03-27 06:53:14.786][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.787][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.788][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.788][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.789][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.790][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.791][self$setPropertyValue] Setting property "entry.content.type" to "list".
biodb.DEBUG[2024-03-27 06:53:14.792][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.792][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.793][self$setPropertyValue] Setting property "name" to "Compound SQLite".
biodb.DEBUG[2024-03-27 06:53:14.794][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.795][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.795][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.796][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:14.796][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:14.796][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:14.796][self$setPropertyValue] Setting property "searchable.fields" to "average.mass".
biodb.DEBUG[2024-03-27 06:53:14.796][self$setPropertyValue] Setting property "searchable.fields" to "nominal.mass".
biodb.DEBUG[2024-03-27 06:53:14.797][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:14.798][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.799][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.799][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.800][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.801][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.802][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.802][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.803][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.804][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.805][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.806][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.807][self$getDbsInfo()$define] Define connector mass.csv.file.
biodb.DEBUG[2024-03-27 06:53:14.809][self$setPropertyValue] Setting property "compound.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.810][self$setPropertyValue] Setting property "description" to "A connector to handle a mass spectra database stored inside a CSV file. It is possible to choose the separator for the CSV file, as well as match the column names with the biodb entry fields..".
biodb.DEBUG[2024-03-27 06:53:14.811][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.813][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.814][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.815][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.816][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.816][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.817][self$setPropertyValue] Setting property "entry.content.type" to "tsv".
biodb.DEBUG[2024-03-27 06:53:14.818][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.819][self$setPropertyValue] Setting property "mass.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.820][self$setPropertyValue] Setting property "name" to "Mass spectra CSV File".
biodb.DEBUG[2024-03-27 06:53:14.821][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.821][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.822][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.823][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.824][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:14.825][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.827][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.828][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.828][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.830][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.831][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.832][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.832][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.833][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.834][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.835][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.836][self$getDbsInfo()$define] Define connector mass.sqlite.
biodb.DEBUG[2024-03-27 06:53:14.837][self$setPropertyValue] Setting property "compound.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.838][self$setPropertyValue] Setting property "description" to "A connector to handle a mass spectra database stored inside an SQLite file.".
biodb.DEBUG[2024-03-27 06:53:14.840][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.841][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:14.842][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.843][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.845][self$setPropertyValue] Setting property "editable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.845][self$setPropertyValue] Setting property "entry.content.encoding" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.846][self$setPropertyValue] Setting property "entry.content.type" to "list".
biodb.DEBUG[2024-03-27 06:53:14.847][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:14.848][self$setPropertyValue] Setting property "mass.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.849][self$setPropertyValue] Setting property "name" to "Mass spectra SQLite".
biodb.DEBUG[2024-03-27 06:53:14.850][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:14.850][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.851][self$setPropertyValue] Setting property "remote" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:14.852][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.853][self$setPropertyValue] Setting property "scheduler.n" to "1".
biodb.DEBUG[2024-03-27 06:53:14.854][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.854][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.855][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:14.856][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:14.857][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:14.857][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:14.858][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.859][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:14.860][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:14.860][self$setPropertyValue] Setting property "writable" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:14.861][self$setPropertyValue]
biodb.DEBUG[2024-03-27 06:53:14.863][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:14.863][FUN] Trying to call function notifyNewObservers on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.864][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.865][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.866][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.866][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.867][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.868][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.869][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.869][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.876][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.877][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.878][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.879][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.880][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.880][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.881][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.883][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.884][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.885][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.886][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.887][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.888][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.888][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.889][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.890][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.891][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.891][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.892][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.893][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.893][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.894][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.895][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.896][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.896][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.897][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.898][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.898][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.899][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.900][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.901][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.901][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.902][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.903][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.903][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.904][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.905][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.905][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.906][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.907][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.908][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.908][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.909][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.910][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.910][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.911][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.912][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.912][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.913][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.914][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.914][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.915][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.916][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.917][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.917][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.918][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.919][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.919][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.920][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.921][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.921][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.922][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.923][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.923][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.924][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.925][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.925][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.926][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.927][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.927][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.928][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.929][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.930][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.930][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:14.931][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:14.932][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:14.932][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:14.933][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:14.934][self$getEntryFields()$define] Define field accession.
biodb.DEBUG[2024-03-27 06:53:14.935][self$getEntryFields()$define] Define field description.
biodb.DEBUG[2024-03-27 06:53:14.937][self$getEntryFields()$define] Define field name.
biodb.DEBUG[2024-03-27 06:53:14.939][self$getEntryFields()$define] Define field cas.id.
biodb.DEBUG[2024-03-27 06:53:14.940][self$getEntryFields()$define] Define field chebi.id.
biodb.DEBUG[2024-03-27 06:53:14.942][self$getEntryFields()$define] Define field chemspider.id.
biodb.DEBUG[2024-03-27 06:53:14.943][self$getEntryFields()$define] Define field comp.csv.file.id.
biodb.DEBUG[2024-03-27 06:53:14.945][self$getEntryFields()$define] Define field comp.sqlite.id.
biodb.DEBUG[2024-03-27 06:53:14.946][self$getEntryFields()$define] Define field expasy.enzyme.id.
biodb.DEBUG[2024-03-27 06:53:14.947][self$getEntryFields()$define] Define field hmdb.metabolites.id.
biodb.DEBUG[2024-03-27 06:53:14.948][self$getEntryFields()$define] Define field kegg.compound.id.
biodb.DEBUG[2024-03-27 06:53:14.950][self$getEntryFields()$define] Define field kegg.genes.id.
biodb.DEBUG[2024-03-27 06:53:14.951][self$getEntryFields()$define] Define field mass.csv.file.id.
biodb.DEBUG[2024-03-27 06:53:14.952][self$getEntryFields()$define] Define field mass.sqlite.id.
biodb.DEBUG[2024-03-27 06:53:14.953][self$getEntryFields()$define] Define field ncbi.gene.id.
biodb.DEBUG[2024-03-27 06:53:14.954][self$getEntryFields()$define] Define field ncbi.pubchem.comp.id.
biodb.DEBUG[2024-03-27 06:53:14.955][self$getEntryFields()$define] Define field compound.id.
biodb.DEBUG[2024-03-27 06:53:14.956][self$getEntryFields()$define] Define field average.mass.
biodb.DEBUG[2024-03-27 06:53:14.958][self$getEntryFields()$define] Define field molecular.mass.
biodb.DEBUG[2024-03-27 06:53:14.959][self$getEntryFields()$define] Define field monoisotopic.mass.
biodb.DEBUG[2024-03-27 06:53:14.960][self$getEntryFields()$define] Define field nominal.mass.
biodb.DEBUG[2024-03-27 06:53:14.961][self$getEntryFields()$define] Define field peak.attr.
biodb.DEBUG[2024-03-27 06:53:14.962][self$getEntryFields()$define] Define field peak.comp.
biodb.DEBUG[2024-03-27 06:53:14.963][self$getEntryFields()$define] Define field peak.error.ppm.
biodb.DEBUG[2024-03-27 06:53:14.965][self$getEntryFields()$define] Define field peak.formula.
biodb.DEBUG[2024-03-27 06:53:14.966][self$getEntryFields()$define] Define field peak.intensity.
biodb.DEBUG[2024-03-27 06:53:14.967][self$getEntryFields()$define] Define field peak.mass.
biodb.DEBUG[2024-03-27 06:53:14.968][self$getEntryFields()$define] Define field peak.mztheo.
biodb.DEBUG[2024-03-27 06:53:14.969][self$getEntryFields()$define] Define field peak.mzexp.
biodb.DEBUG[2024-03-27 06:53:14.970][self$getEntryFields()$define] Define field peak.mz.
biodb.DEBUG[2024-03-27 06:53:14.972][self$getEntryFields()$define] Define field peak.relative.intensity.
biodb.DEBUG[2024-03-27 06:53:14.973][self$getEntryFields()$define] Define field peaks.
biodb.DEBUG[2024-03-27 06:53:14.974][self$getEntryFields()$define] Define field chrom.col.constructor.
biodb.DEBUG[2024-03-27 06:53:14.975][self$getEntryFields()$define] Define field chrom.col.diameter.
biodb.DEBUG[2024-03-27 06:53:14.976][self$getEntryFields()$define] Define field chrom.col.id.
biodb.DEBUG[2024-03-27 06:53:14.978][self$getEntryFields()$define] Define field chrom.col.length.
biodb.DEBUG[2024-03-27 06:53:14.979][self$getEntryFields()$define] Define field chrom.col.method.protocol.
biodb.DEBUG[2024-03-27 06:53:14.980][self$getEntryFields()$define] Define field chrom.col.name.
biodb.DEBUG[2024-03-27 06:53:14.982][self$getEntryFields()$define] Define field chrom.flow.gradient.
biodb.DEBUG[2024-03-27 06:53:14.984][self$getEntryFields()$define] Define field chrom.flow.rate.
biodb.DEBUG[2024-03-27 06:53:14.986][self$getEntryFields()$define] Define field chrom.rt.
biodb.DEBUG[2024-03-27 06:53:14.988][self$getEntryFields()$define] Define field chrom.rt.max.
biodb.DEBUG[2024-03-27 06:53:14.989][self$getEntryFields()$define] Define field chrom.rt.min.
biodb.DEBUG[2024-03-27 06:53:14.990][self$getEntryFields()$define] Define field chrom.rt.unit.
biodb.DEBUG[2024-03-27 06:53:14.991][self$getEntryFields()$define] Define field chrom.solvent.
biodb.DEBUG[2024-03-27 06:53:14.993][self$getEntryFields()$define] Define field aa.seq.
biodb.DEBUG[2024-03-27 06:53:14.995][self$getEntryFields()$define] Define field aa.seq.length.
biodb.DEBUG[2024-03-27 06:53:14.996][self$getEntryFields()$define] Define field aa.seq.location.
biodb.DEBUG[2024-03-27 06:53:14.998][self$getEntryFields()$define] Define field nt.seq.
biodb.DEBUG[2024-03-27 06:53:15.000][self$getEntryFields()$define] Define field nt.seq.length.
biodb.DEBUG[2024-03-27 06:53:15.001][self$getEntryFields()$define] Define field ec.
biodb.DEBUG[2024-03-27 06:53:15.002][self$getEntryFields()$define] Define field organism.
biodb.DEBUG[2024-03-27 06:53:15.004][self$getEntryFields()$define] Define field pathway.class.
biodb.DEBUG[2024-03-27 06:53:15.005][self$getEntryFields()$define] Define field catalytic.activity.
biodb.DEBUG[2024-03-27 06:53:15.006][self$getEntryFields()$define] Define field cofactor.
biodb.DEBUG[2024-03-27 06:53:15.007][self$getEntryFields()$define] Define field gene.symbol.
biodb.DEBUG[2024-03-27 06:53:15.008][self$getEntryFields()$define] Define field charge.
biodb.DEBUG[2024-03-27 06:53:15.009][self$getEntryFields()$define] Define field comp.iupac.name.allowed.
biodb.DEBUG[2024-03-27 06:53:15.011][self$getEntryFields()$define] Define field comp.iupac.name.cas.
biodb.DEBUG[2024-03-27 06:53:15.012][self$getEntryFields()$define] Define field comp.iupac.name.pref.
biodb.DEBUG[2024-03-27 06:53:15.013][self$getEntryFields()$define] Define field comp.iupac.name.syst.
biodb.DEBUG[2024-03-27 06:53:15.014][self$getEntryFields()$define] Define field comp.iupac.name.trad.
biodb.DEBUG[2024-03-27 06:53:15.015][self$getEntryFields()$define] Define field comp.super.class.
biodb.DEBUG[2024-03-27 06:53:15.016][self$getEntryFields()$define] Define field equation.
biodb.DEBUG[2024-03-27 06:53:15.017][self$getEntryFields()$define] Define field formula.
biodb.DEBUG[2024-03-27 06:53:15.018][self$getEntryFields()$define] Define field composition.
biodb.DEBUG[2024-03-27 06:53:15.020][self$getEntryFields()$define] Define field inchi.
biodb.DEBUG[2024-03-27 06:53:15.021][self$getEntryFields()$define] Define field inchikey.
biodb.DEBUG[2024-03-27 06:53:15.022][self$getEntryFields()$define] Define field logp.
biodb.DEBUG[2024-03-27 06:53:15.023][self$getEntryFields()$define] Define field ms.level.
biodb.DEBUG[2024-03-27 06:53:15.024][self$getEntryFields()$define] Define field ms.mode.
biodb.DEBUG[2024-03-27 06:53:15.025][self$getEntryFields()$define] Define field msdev.
biodb.DEBUG[2024-03-27 06:53:15.026][self$getEntryFields()$define] Define field msdevtype.
biodb.DEBUG[2024-03-27 06:53:15.027][self$getEntryFields()$define] Define field msprecannot.
biodb.DEBUG[2024-03-27 06:53:15.029][self$getEntryFields()$define] Define field msprecmz.
biodb.DEBUG[2024-03-27 06:53:15.030][self$getEntryFields()$define] Define field mstype.
biodb.DEBUG[2024-03-27 06:53:15.031][self$getEntryFields()$define] Define field nb.compounds.
biodb.DEBUG[2024-03-27 06:53:15.032][self$getEntryFields()$define] Define field nb.peaks.
biodb.DEBUG[2024-03-27 06:53:15.033][self$getEntryFields()$define] Define field products.
biodb.DEBUG[2024-03-27 06:53:15.034][self$getEntryFields()$define] Define field smiles.
biodb.DEBUG[2024-03-27 06:53:15.035][self$getEntryFields()$define] Define field smiles.canonical.
biodb.DEBUG[2024-03-27 06:53:15.038][self$getEntryFields()$define] Define field smiles.isomeric.
biodb.DEBUG[2024-03-27 06:53:15.039][self$getEntryFields()$define] Define field substrates.
biodb.DEBUG[2024-03-27 06:53:15.041][initialize] Created successfully new BiodbMain instance.
biodb.DEBUG[2024-03-27 06:53:15.043][initialize] This is biodb version 1.10.0.
biodb.DEBUG[2024-03-27 06:53:15.044][notifyObservers] Notify observers for notifyNewObservers.
biodb.DEBUG[2024-03-27 06:53:15.045][FUN] Trying to call function notifyNewObservers on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.046][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.047][FUN] Trying to call function notifyNewObservers on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.048][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.048][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.050][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.051][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.052][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.053][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.055][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.055][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.056][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.057][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.058][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.059][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.059][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.060][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.061][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.062][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.062][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.063][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.064][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.064][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.065][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.066][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.067][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.067][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.068][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.069][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.069][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.070][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.071][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.071][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.072][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.073][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.074][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.074][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.075][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.076][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.076][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.077][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.078][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.078][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.079][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.080][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.080][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.081][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.082][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.083][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.083][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.084][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.085][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.085][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.086][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.087][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.087][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.088][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.089][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.090][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.090][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.091][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.092][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.092][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.093][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.094][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.094][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.095][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.096][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.098][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.099][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.099][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.101][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.102][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.102][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.103][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.104][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.105][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.105][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.106][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.107][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.108][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.108][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.109][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.110][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.110][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.111][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.112][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.113][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.113][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.114][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.115][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.115][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.116][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.117][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.117][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.118][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.119][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.119][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.120][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.121][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.122][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.122][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.123][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.124][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.124][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.125][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.126][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.126][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.128][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.129][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.130][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.131][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.132][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.133][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.134][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.135][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.136][notifyObservers] Notify observers for notifyCfgUpdate.
biodb.DEBUG[2024-03-27 06:53:15.143][FUN] Trying to call function notifyCfgUpdate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.144][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.145][FUN] Trying to call function notifyCfgUpdate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.145][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.146][FUN] Trying to call function notifyCfgUpdate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.147][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.DEBUG[2024-03-27 06:53:15.149][biodb$loadDefinitions] Load definitions from file "/Library/Frameworks/R.framework/Versions/4.3-arm64/Resources/library/biodbChebi/definitions.yml".
biodb.DEBUG[2024-03-27 06:53:15.150][self$getDbsInfo()$define] Define connector chebi.
biodb.DEBUG[2024-03-27 06:53:15.152][self$setPropertyValue] Setting property "compound.db" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:15.153][self$setPropertyValue] Setting property "description" to "NA".
biodb.DEBUG[2024-03-27 06:53:15.154][self$setPropertyValue] Setting property "disabled" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:15.155][self$setPropertyValue] Setting property "disabling.reason" to "".
biodb.DEBUG[2024-03-27 06:53:15.156][self$setPropertyValue] Setting property "downloadable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:15.156][self$setPropertyValue] Setting property "dwnld.ext" to "NA".
biodb.DEBUG[2024-03-27 06:53:15.157][self$setPropertyValue] Setting property "editable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:15.158][self$setPropertyValue] Setting property "entry.content.encoding" to "UTF-8".
biodb.DEBUG[2024-03-27 06:53:15.159][self$setPropertyValue] Setting property "entry.content.type" to "xml".
biodb.DEBUG[2024-03-27 06:53:15.160][self$setPropertyValue] Setting property "matching.fields" to "c("peak.mztheo", "peak.mzexp")".
biodb.DEBUG[2024-03-27 06:53:15.161][self$setPropertyValue] Setting property "mass.db" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:15.162][self$setPropertyValue] Setting property "name" to "ChEBI".
biodb.DEBUG[2024-03-27 06:53:15.162][self$setPropertyValue] Setting property "package" to "biodb".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "substring-after(//chebi:return/chebi:chebiId,'CHEBI:')".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:charge".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "c("//chebi:Formulae/chebi:source[text()='ChEBI']/../chebi:data", "(//chebi:Formulae/chebi:data)[1]")".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:inchi".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:inchiKey".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:DatabaseLinks/chebi:type[text()='KEGG COMPOUND accession']/../chebi:data".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:mass".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:monoisotopicMass".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "c("//chebi:chebiAsciiName", "//chebi:Synonyms/chebi:data")".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:entityStar".
biodb.DEBUG[2024-03-27 06:53:15.163][self$setPropertyValue] Setting property "parsing.expr" to "//chebi:return/chebi:smiles".
biodb.DEBUG[2024-03-27 06:53:15.164][self$setPropertyValue] Setting property "remote" to "TRUE".
biodb.DEBUG[2024-03-27 06:53:15.165][self$setPropertyValue] Setting property "searchable.fields" to "name".
biodb.DEBUG[2024-03-27 06:53:15.165][self$setPropertyValue] Setting property "searchable.fields" to "monoisotopic.mass".
biodb.DEBUG[2024-03-27 06:53:15.165][self$setPropertyValue] Setting property "searchable.fields" to "molecular.mass".
biodb.DEBUG[2024-03-27 06:53:15.166][self$setPropertyValue] Setting property "scheduler.n" to "3".
biodb.DEBUG[2024-03-27 06:53:15.167][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:15.167][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:15.168][self$setPropertyValue] Setting property "scheduler.t" to "1".
biodb.DEBUG[2024-03-27 06:53:15.169][self$setPropertyValue] Notifying observers about frequency change.
biodb.DEBUG[2024-03-27 06:53:15.170][notifyObservers] Notify observers for notifyConnSchedulerFrequencyUpdated.
biodb.DEBUG[2024-03-27 06:53:15.171][self$setPropertyValue] Setting property "token" to "NA".
biodb.DEBUG[2024-03-27 06:53:15.172][self$setPropertyValue] Setting property "urls" to "https://www.ebi.ac.uk/chebi/".
biodb.DEBUG[2024-03-27 06:53:15.172][self$setPropertyValue] Setting property "urls" to "https://www.ebi.ac.uk/webservices/chebi/2.0/".
biodb.DEBUG[2024-03-27 06:53:15.173][self$setPropertyValue] Notifying observers about URLs change.
biodb.DEBUG[2024-03-27 06:53:15.173][notifyObservers] Notify observers for notifyConnUrlsUpdated.
biodb.DEBUG[2024-03-27 06:53:15.175][self$setPropertyValue] Setting property "writable" to "FALSE".
biodb.DEBUG[2024-03-27 06:53:15.176][self$setPropertyValue] Setting property "xml.ns" to "https://www.ebi.ac.uk/webservices/chebi".
biodb.DEBUG[2024-03-27 06:53:15.176][self$setPropertyValue] Setting property "xml.ns" to "http://www.w3.org/2001/XMLSchema".
biodb.DEBUG[2024-03-27 06:53:15.178][self$getEntryFields()$define] Define field chebi.id.
biodb.DEBUG[2024-03-27 06:53:15.180][self$getEntryFields()$define] Define field kegg.compound.id.
biodb.DEBUG[2024-03-27 06:53:15.182][self$getEntryFields()$define] Define field n_stars.
biodb.DEBUG[2024-03-27 06:53:15.183][self$getEntryFields()$define] Define field molecular.mass.
biodb.DEBUG[2024-03-27 06:53:15.184][self$getEntryFields()$define] Define field inchi.
biodb.DEBUG[2024-03-27 06:53:15.186][self$getEntryFields()$define] Define field inchikey.
biodb.DEBUG[2024-03-27 06:53:15.190][super$initialize] Initialize connector chebi.
biodb.DEBUG[2024-03-27 06:53:15.191][super$initialize] Register connector chebi with the request scheduler
biodb.DEBUG[2024-03-27 06:53:15.193][private$bdb$getRequestScheduler()$re ...] Register connector chebi.
biodb.DEBUG[2024-03-27 06:53:15.194][private$addConnectorRules] Create new rule for URL "www.ebi.ac.uk" of connector "chebi".
biodb.DEBUG[2024-03-27 06:53:15.196][self$setFrequency] t=1.000000, n=3.000000
biodb.DEBUG[2024-03-27 06:53:15.196][self$setFrequency] t=1.000000, n=3.000000
biodb.DEBUG[2024-03-27 06:53:15.198][rule$addConnector] Connector "chebi" is already listed in rule "www.ebi.ac.uk".
biodb.DEBUG[2024-03-27 06:53:15.198][biodb$getFactory()$createConn] Creating new connector chebi for database class chebi .
biodb.INFO [2024-03-27 06:53:15.200][biodb::testThat]
biodb.INFO [2024-03-27 06:53:15.201][biodb::testThat] Running test function  test.chebi.encoding.issue.in.xml  (" ChEBI encoding issue in XML is handled. ").
biodb.INFO [2024-03-27 06:53:15.201][biodb::testThat] --------------------------------------------------------------------------------
biodb.INFO [2024-03-27 06:53:15.202][biodb::testThat]
biodb.DEBUG[2024-03-27 06:53:15.205][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/webservice?wsdl".
biodb.DEBUG[2024-03-27 06:53:15.209][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:15.210][cch$loadFileContent] Trying to load 1 files from cache: [1]: "1ad88a023c4ce2bc0629db4acebeee05".
biodb.TRACE[2024-03-27 06:53:15.212][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:15.213][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/1ad88a023c4ce2bc0629db4acebeee05.content".
biodb.DEBUG[2024-03-27 06:53:15.217][self$getBiodb()$getRequestScheduler( ...] Getting content of get URL request "https://www.ebi.ac.uk/webservices/chebi/2.0/test/getLiteEntity?search=2571&searchCategory=CHEBI ID&maximumResults=10&starsCategory=ALL".
biodb.DEBUG[2024-03-27 06:53:15.220][self$getBiodb()$getRequestScheduler( ...] Loading content of request from cache.
biodb.TRACE[2024-03-27 06:53:15.221][cch$loadFileContent] Trying to load 1 files from cache: [1]: "04c26672f8368e71348af4b34238160e".
biodb.TRACE[2024-03-27 06:53:15.222][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:15.223][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/04c26672f8368e71348af4b34238160e.content".
biodb.DEBUG[2024-03-27 06:53:15.227][private$loadEntries] Creating entries from ids [1]: "2571".
biodb.DEBUG[2024-03-27 06:53:15.228][conn$getEntryContent] Get ChEBI entry content(s) for 1 id(s)...
biodb.TRACE[2024-03-27 06:53:15.230][cch$loadFileContent] Trying to load 1 files from cache: [1]: "2571".
biodb.TRACE[2024-03-27 06:53:15.232][cch$loadFileContent] file.exist = [1]: "TRUE".
biodb.TRACE[2024-03-27 06:53:15.235][loadFileContents] Loaded 1 files from cache: [1]: "/Users/biocbuild/Library/Caches/org.R-project.R/R/biodb/chebi-0c5076ac2a43d16dbce503a44b09f649/2571.xml".
biodb.DEBUG[2024-03-27 06:53:15.237][conn$getEntryContent] 1 ChEBI entry content(s) loaded from cache.
biodb.DEBUG[2024-03-27 06:53:15.238][self$createEntryFromContent] Creating ChEBI entries from 1 content(s).
biodb.DEBUG[2024-03-27 06:53:15.239][self$createEntryFromContent] Parsing 1 ChEBI entries.
biodb.DEBUG[2024-03-27 06:53:15.241][notifyObservers] Notify observers for notifyProgress.
biodb.DEBUG[2024-03-27 06:53:15.241][FUN] Trying to call function notifyProgress on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.242][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.248][FUN] Trying to call function notifyProgress on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.249][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.250][FUN] Trying to call function notifyProgress on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.251][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
biodb.TRACE[2024-03-27 06:53:15.256][ef$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.257][ef$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.258][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.258][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.260][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.273][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.274][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.275][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.276][ef$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:15.277][ef$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:15.277][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.278][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.280][self$getBiodb()$getEntryFields()$get] Asked field names are: charge.
biodb.TRACE[2024-03-27 06:53:15.281][self$getBiodb()$getEntryFields()$get] Realnames of fields are: charge.
biodb.TRACE[2024-03-27 06:53:15.282][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.282][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.283][ef$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:15.284][ef$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:15.285][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.286][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.287][self$getBiodb()$getEntryFields()$get] Asked field names are: formula.
biodb.TRACE[2024-03-27 06:53:15.288][self$getBiodb()$getEntryFields()$get] Realnames of fields are: formula.
biodb.TRACE[2024-03-27 06:53:15.290][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.291][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.292][ef$get] Asked field names are: inchi.
biodb.TRACE[2024-03-27 06:53:15.294][ef$get] Realnames of fields are: inchi.
biodb.TRACE[2024-03-27 06:53:15.295][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.296][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.297][ef$get] Asked field names are: inchikey.
biodb.TRACE[2024-03-27 06:53:15.298][ef$get] Realnames of fields are: inchikey.
biodb.TRACE[2024-03-27 06:53:15.299][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.300][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.301][ef$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:15.302][ef$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:15.303][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.304][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.305][self$getBiodb()$getEntryFields()$get] Asked field names are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:15.306][self$getBiodb()$getEntryFields()$get] Realnames of fields are: kegg.compound.id.
biodb.TRACE[2024-03-27 06:53:15.307][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.307][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.308][ef$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:15.309][ef$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:15.310][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.311][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.312][self$getBiodb()$getEntryFields()$get] Asked field names are: mass.
biodb.TRACE[2024-03-27 06:53:15.313][self$getBiodb()$getEntryFields()$get] Realnames of fields are: molecular.mass.
biodb.TRACE[2024-03-27 06:53:15.314][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.315][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.317][ef$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:15.318][ef$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:15.320][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.321][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.323][self$getBiodb()$getEntryFields()$get] Asked field names are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:15.324][self$getBiodb()$getEntryFields()$get] Realnames of fields are: monoisotopic.mass.
biodb.TRACE[2024-03-27 06:53:15.325][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.326][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.327][ef$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:15.328][ef$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:15.328][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.329][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.332][self$getBiodb()$getEntryFields()$get] Asked field names are: name.
biodb.TRACE[2024-03-27 06:53:15.333][self$getBiodb()$getEntryFields()$get] Realnames of fields are: name.
biodb.TRACE[2024-03-27 06:53:15.333][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.334][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.335][ef$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:15.336][ef$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:15.337][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.338][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.340][self$getBiodb()$getEntryFields()$get] Asked field names are: n_stars.
biodb.TRACE[2024-03-27 06:53:15.342][self$getBiodb()$getEntryFields()$get] Realnames of fields are: n.stars.
biodb.TRACE[2024-03-27 06:53:15.343][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.344][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.345][ef$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:15.346][ef$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:15.347][ef$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.347][ef$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.349][self$getBiodb()$getEntryFields()$get] Asked field names are: smiles.
biodb.TRACE[2024-03-27 06:53:15.350][self$getBiodb()$getEntryFields()$get] Realnames of fields are: smiles.
biodb.TRACE[2024-03-27 06:53:15.352][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.353][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.354][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:15.355][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:15.356][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.357][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.357][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:15.358][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:15.359][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.360][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.361][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.362][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.363][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.364][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.365][self$getBiodb()$getEntryFields()$get] Asked field names are: chebi.id.
biodb.TRACE[2024-03-27 06:53:15.366][self$getBiodb()$getEntryFields()$get] Realnames of fields are: chebi.id.
biodb.TRACE[2024-03-27 06:53:15.366][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.367][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.368][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.369][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.370][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.370][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.371][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.372][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.373][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.374][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.375][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.376][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.376][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.377][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.378][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.379][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.380][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.381][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.382][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.383][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.383][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.384][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.TRACE[2024-03-27 06:53:15.385][self$getBiodb()$getEntryFields()$get] Asked field names are: accession.
biodb.TRACE[2024-03-27 06:53:15.386][self$getBiodb()$getEntryFields()$get] Realnames of fields are: accession.
biodb.TRACE[2024-03-27 06:53:15.387][self$getBiodb()$getEntryFields()$get] 1 fields were returned.
biodb.TRACE[2024-03-27 06:53:15.387][self$getBiodb()$getEntryFields()$get] fields variable is a list.
biodb.DEBUG[2024-03-27 06:53:15.388][self$createEntryFromContent] Accession numbers: 2571.
biodb.INFO [2024-03-27 06:53:15.392][biodb$terminate] Closing BiodbMain instance...
biodb.DEBUG[2024-03-27 06:53:15.393][private$conn[[conn]]$.__enclos_env__ ...] Unregister connector chebi from the request scheduler
biodb.INFO [2024-03-27 06:53:15.394][self$deleteConn] Connector "chebi" deleted.
biodb.DEBUG[2024-03-27 06:53:15.395][notifyObservers] Notify observers for terminate.
biodb.DEBUG[2024-03-27 06:53:15.396][FUN] Trying to call function terminate on observer BiodbTestMsgAck.
biodb.DEBUG[2024-03-27 06:53:15.397][FUN] Functions in observer BiodbTestMsgAck: [4]: ".__enclos_env__, clone, notifyProgress, initialize".
biodb.DEBUG[2024-03-27 06:53:15.397][FUN] Trying to call function terminate on observer BiodbEntryFields.
biodb.DEBUG[2024-03-27 06:53:15.398][FUN] Functions in observer BiodbEntryFields: [15]: ".__enclos_env__, clone, terminate, define, print, getDatabaseIdField, getFieldNames, get, getRealName, checkIsDefined, isDefined, formatName, isAlias, notifyCfgUpdate, initialize".
biodb.DEBUG[2024-03-27 06:53:15.399][FUN] Trying to call function terminate on observer BiodbConfig.
biodb.DEBUG[2024-03-27 06:53:15.399][FUN] Functions in observer BiodbConfig: [21]: ".__enclos_env__, clone, terminate, notifyNewObservers, define, getAssocEnvVar, listKeys, print, disable, enable, reset, set, get, isEnabled, isDefined, hasKey, getDefaultValue, getDescription, getTitle, getKeys, initialize".
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 364 ]
> 
> proc.time()
   user  system elapsed 
 16.442   0.952  19.044 

Example timings

biodbChebi.Rcheck/biodbChebi-Ex.timings

nameusersystemelapsed
ChebiConn2.7760.8774.491
ChebiEntry0.3750.0180.399