Skip to main content

Parses outputs of different QC tools and unifies them for the SMaHT portal

Project description

QC parser for SMaHT

Parses outputs of different QC tools and unifies them for the SMaHT portal

Installation

Simply run pip install qc-parser to install the package. You need at least Python 3.8.

To develop this package, clone this repo, make sure poetry is installed on your system and run make install.

Usage

After installation the following command can be run from the command line:

parse-qc \
    -n 'BAM Quality Metrics' \
    --metrics samtools /PATH/samtools.stats.txt \
    --metrics picard_CollectInsertSizeMetrics /PATH/picard_cis_metrics.txt \
    --additional-files /PATH/additional_output_1.pdf \
    --additional-files /PATH/additional_output_2.tsv \
    --output-zip metrics.zip
    --output-json qc_values.json

In this example, the tool will parse the Samtools output file /PATH/samtools.stats.txt and the Picard output file /PATH/picard_cis_metrics.txt. The values that are extracted from both files are specified in src/metrics_to_extract.py. All metrics are combined and stored in qc_values.json that is compatible with Tibanna_ff's generic QC functionality.

The metrics.zip will contain the following files:

samtools.stats.txt
picard_cis_metrics.txt
additional_output_1.pdf
additional_output_2.tsv

The currently supported QC tools are:

  • samtools_stats (Samtools stats)
  • picard_CollectAlignmentSummaryMetrics (Picard CollectAlignmentSummaryMetrics)
  • picard_CollectInsertSizeMetrics (Picard CollectInsertSizeMetrics)
  • picard_CollectWgsMetrics (Picard CollectWgsMetrics)
  • bamstats (bamStats.py)
  • fastqc (FastQC)
  • rnaseqc (RNA-SeQC)
  • nanoplot (NanoPlot)
  • verifybamid2 (VerifyBamID2)
  • kraken2 (Kraken2)
  • mosdepth (mosdepth)
  • somalier (Somalier)
  • tissue_classifier (internal tissue classification tool for RNA-Seq data)

Development

If you want to extract a new metric from an already supported QC tool, add the metric to the src/metrics_to_extract.py in the appropriate section.

If you want to add suuport for a new QC tool, you need to add a parser to src/MetricsParser.py and add the metrics you want to extract from the tool to src/metrics_to_extract.py.

Tests

The command make test will run local tests.

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

qc_parser-0.8.3.tar.gz (15.0 kB view details)

Uploaded Source

Built Distribution

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

qc_parser-0.8.3-py3-none-any.whl (16.1 kB view details)

Uploaded Python 3

File details

Details for the file qc_parser-0.8.3.tar.gz.

File metadata

  • Download URL: qc_parser-0.8.3.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.13.2 Darwin/23.6.0

File hashes

Hashes for qc_parser-0.8.3.tar.gz
Algorithm Hash digest
SHA256 0106d55b9e67c0bae0d87367b22fd4e5c066fe07fa8d2f993ccc08276c4df361
MD5 c758560b5001a5d40349e6b1a9975544
BLAKE2b-256 4e7b34cb347cfd6849870b86ab7a4ebdf6b136c70202d9efabc69df8fc3642d8

See more details on using hashes here.

File details

Details for the file qc_parser-0.8.3-py3-none-any.whl.

File metadata

  • Download URL: qc_parser-0.8.3-py3-none-any.whl
  • Upload date:
  • Size: 16.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.13.2 Darwin/23.6.0

File hashes

Hashes for qc_parser-0.8.3-py3-none-any.whl
Algorithm Hash digest
SHA256 de1fc1570edab1fb7538b436d3faffcb5f6d97c88566fd9ab9fb5e577f90e840
MD5 8467df45212928083df5c4900a4925b4
BLAKE2b-256 55fb5da5a3ce25a4396ae802ad76d0917f803313145d04841d119baea14af612

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