ceabiodb / biodb

An R package framework for accessing biological and chemical databases and developing or extending new connectors.
GNU Affero General Public License v3.0
11 stars 2 forks source link

Avoid reccurent update of test reference entries #555

Open pkrog opened 3 years ago

pkrog commented 3 years ago

Some fields are often updated in database (like long vector field kegg.genes.id in KEGG Enzyme), leading to failure in fields testing, Find a way to test the parsing of fields while avoiding this frequent update that will lead to too much failures on Bioconductor build system for extension packages.

pkrog commented 3 years ago