Skip to main content

Collection of modules for processing QuantStudio files.

Project description

PreviseDx QuantStudio File Utils

Collection of Python modules for processing QuantStudio files

Use Case Diagram Class Diagram

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

previsedx_quantstudio_file_utils-0.1.3.tar.gz (347.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file previsedx_quantstudio_file_utils-0.1.3.tar.gz.

File metadata

File hashes

Hashes for previsedx_quantstudio_file_utils-0.1.3.tar.gz
Algorithm Hash digest
SHA256 c2b07111e9459f9a6f358115fa272df15213ad0341909b8212c632f8bb08ff86
MD5 fca81107bf9265ca9f59c2c8ab5d0c40
BLAKE2b-256 e7467b49c1eff934ca097db6e147ebb9f4668bfc788139754401397c5b7c205d

See more details on using hashes here.

File details

Details for the file previsedx_quantstudio_file_utils-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for previsedx_quantstudio_file_utils-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b0ef38cbcfb38b459a53060254ccfe1d9d8763be69cf81acf64ef308580cd489
MD5 baa62a057e63c904f37fff31a8b33c00
BLAKE2b-256 7e4565845b168602ddaa197286616c5395f01b0d7425a3e2574bd158807ddf2d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page