DQRbuild
DQRbuild is the umbrella package for the Data Quality Report (DQR) Builder toolkit.
It pins compatible versions of all toolkit packages so that a single install command
gives you a tested, coherent set of dependencies.
Toolkit packages
| Package | Description |
|---|---|
dqr-configuration |
Reads config files and generates HTCondor DAGs for GraceDB events |
dqrtasks |
Analysis tasks (glitch-find, hveto, iDQ, …) that run as DAG nodes |
basedb |
Thin Python abstraction layer over MariaDB/MySQL |
dqrdb |
Database of completed DQR results |
dqralert |
IGWN-alert listener that triggers the pipeline on GraceDB events |
dqrxfer |
Transfers DQR results from remote sites to the central node |
Installation
Install only the components you need:
pip install dqrbuild # dqr-configuration only (always included)
pip install "dqrbuild[tasks]" # + dqrtasks
pip install "dqrbuild[database]" # + basedb, dqrdb
pip install "dqrbuild[alert]" # + dqralert
pip install "dqrbuild[xfer]" # + dqrxfer
pip install "dqrbuild[all]" # everything
From source
git clone https://git.ligo.org/dqr-builder/dqrbuild.git
cd dqrbuild
pip install -e ".[all]"
Documentation
Full documentation is available at:
https://dqr-builder.docs.ligo.org/dqrbuild/
License
DQRbuild is distributed under the GNU General Public License v3 or later.
Release files for DQRbuild 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dqrbuild-0.3.0.tar.gz | 2.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dqrbuild-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:5.2 MB
Release files / dqrbuild-0.3.0.tar.gz
| Download URL | dqrbuild-0.3.0.tar.gz |
|---|---|
| Size | 2.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7766fd1f8adcf03fb7df8c4836bcc96b18b892f7fd3c889c8f50fae7d0a40590
|
|
BLAKE2b-256 checksum How to use checksums |
fe4b6d6747fd2a82d4e6ac01c04abfb9e99000614c3547ea8e7409cd96459c75
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.8
|
Release files / dqrbuild-0.3.0-py3-none-any.whl
| Download URL | dqrbuild-0.3.0-py3-none-any.whl |
|---|---|
| Size | 2.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ea8b8e6ac39ab7ddbe91dfc2473ac8bba6dd18410cc4b39a0bcc9ad80b697226
|
|
BLAKE2b-256 checksum How to use checksums |
0d22ffff338cdd0c856394bc3a51ee1707f241bce95e6198944ac330fbe76632
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.8
|