-
it is very simple to insert a block via a curl command
https://github.com/dmwm/dbs2go/blob/master/docs/DBSWriter.md
so in case client API fail (see e.g. #7310 ) it is worth to retry via curl
-
The Docker images of databases like Postgres allow startup scripts to be defined. This makes deployment a lot easier, as you don't have to use separate Python scripts and the like or create new images…
-
It seems that the ribosomal_models are not available from the provided link anymore:
```
wget ftp://ftp.ebi.ac.uk/pub/databases/metagenomics/pipeline-5.0/ref-dbs/rfam_models/ribosomal_models/RF*.c…
-
74ページの210_prep-annovar-dbsを実行したところ、
WARNING: cannot retrieve remote files automatically (by 'wget' command or by standard Net::FTP/LWP::UserAgent Perl module).
Please manually download the followi…
-
When setting the buffers to high numbers, virtuoso crashes with a segfault:
```
NumberOfBuffers =85000000
MaxDirtyBuffers = 65000000
```
It seems to crash around 670 GB of virtu…
-
Despite having the same model number (e.g. SMA 100 A), some equipments have optional hardware features, such as FM modulation, Pulse Modulation and Clock Synthesis.
When the SMA receives commands for…
-
```
diskCacheBlocks.leveldb admin$ date
Fri 27 Apr 2018 18:36:24
diskCacheBlocks.leveldb admin$ pwd
/Users/admin/Library/Application Support/Keybase/kbfs_block_cache/v1/diskCacheBlocks.leveldb
di…
-
Postgres 12 is EOL in Nov 2024 and AWS RDS stops support on Feb 28, 2025 after which there will be additional extended support charges for running this version of postgres.
Extended support charges…
-
**Impact of the bug**
DBS migrate monitoring was impacted.
**Describe the bug**
A clear and concise description of what the bug is.
Please see https://github.com/dmwm/DBS/issues/644
**How to repr…
-
@rwynn
what's the current logic for sync multiple dbs and corresponding collections of mongo to kafka topic? Can support multiple dbs' collections simultaneously concurrency write to kafka topic…