ceabiodb / biodbHmdb

A biodb extension for connecting to HMDB.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Try to use "asis" method in BiocFileCache::bfcadd for importing entries in cache #21

Open pkrog opened 3 years ago

pkrog commented 3 years ago

Importing the 100,000+ entry files in BiocFileCache by moving them one by one is too slow (bfcadd() accepts only one file path). Try using action="asis" option, which lets the file at its original location. However, the issue may be the editing of BiocFileCache SQLite file. Thus the solution would be to modify BiocFileCache to accept a character vector of file paths.