Collection of modules for processing QuantStudio files.
Project description
PreviseDx QuantStudio File Utils
Collection of Python modules for processing QuantStudio files
Usage
import os
from previsedx_quantstudio_file_utils import QuantStudioXlsxParser as Parser
from previsedx_quantstudio_file_utils import constants
import yaml
from pathlib import Path
config_file = "conf/config.yaml"
if not os.path.exists(config_file):
config_file = constants.DEFAULT_CONFIG_FILE
config = yaml.safe_load(Path(config_file).read_text())
parser = Parser(
config=config,
config_file=config_file,
logfile=logfile,
outdir=outdir,
outfile=outfile,
verbose=constants.verbose,
)
infile = "quantstudio.xls"
records = parser.get_records(infile)
for record in records:
print(f"Quantity mean is '{record.quantitymean}' for sample '{record.samplename}'")
History
0.1.0 (2024-09-08)
First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file previsedx_quantstudio_file_utils-0.1.3.tar.gz.
File metadata
- Download URL: previsedx_quantstudio_file_utils-0.1.3.tar.gz
- Upload date:
- Size: 347.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2b07111e9459f9a6f358115fa272df15213ad0341909b8212c632f8bb08ff86
|
|
| MD5 |
fca81107bf9265ca9f59c2c8ab5d0c40
|
|
| BLAKE2b-256 |
e7467b49c1eff934ca097db6e147ebb9f4668bfc788139754401397c5b7c205d
|
File details
Details for the file previsedx_quantstudio_file_utils-0.1.3-py3-none-any.whl.
File metadata
- Download URL: previsedx_quantstudio_file_utils-0.1.3-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0ef38cbcfb38b459a53060254ccfe1d9d8763be69cf81acf64ef308580cd489
|
|
| MD5 |
baa62a057e63c904f37fff31a8b33c00
|
|
| BLAKE2b-256 |
7e4565845b168602ddaa197286616c5395f01b0d7425a3e2574bd158807ddf2d
|