ncbi / ngs

NGS Language Bindings
Other
118 stars 52 forks source link

Remove silent updater #17

Closed david4096 closed 6 years ago

david4096 commented 7 years ago

This feature makes the API SDK not appropriate for production environments. Silently updating the libraries causes long wait times with no explanation.

klymenko commented 6 years ago

To disable update of dynamic libraries to the latest version run java with -Dvdb.System.loadLibrary=1 Make sure you always have the latest version of ncbi-vdb and ngs-sdk libraries.