{"categories":[{"label":"Bio-Informatics","url":"https://skillfed.io/packages/category/scientific-engineering-bio-informatics"}],"enrichment":{"capability":"dnaio reads and writes FASTQ, FASTA, and uBAM files with optimized parsing for bioinformatics workflows, automatically handling compressed formats like .gz, .bz2, .xz, and .zst.","skillfed_tags":["bioinformatics","sequence-parsing","genomics"],"use_cases":["Parse large FASTQ files from sequencing runs in genomics pipelines without loading entire files into memory","Read uBAM output directly from ONT dorado basecaller for real-time or batch processing","Handle automatically-compressed FASTQ/FASTA files across multiple compression formats in a single workflow","Process paired-end sequencing data stored in two separate files or a single interleaved file","Extract sequence and quality information for downstream bioinformatics analysis (alignment, QC, filtering)"],"what_it_does":"dnaio is a Python library for reading and writing FASTQ, FASTA, and uBAM sequence files with a focus on parsing speed and efficiency. It originated as part of the Cutadapt tool and has been refined since becoming standalone. The library automatically detects and handles compressed files (.gz, .bz2, .xz, .zst) and supports both single-file and two-file paired-end workflows, as well as interleaved paired-end formats. It can parse uBAM files directly from ONT basecallers like dorado.\n\nThe main entry point is dnaio.open(), which returns an iterator over sequence records. Each record exposes name, sequence, and quality attributes. The library prioritizes FASTQ and uBAM parsing; FASTA parsing is supported but not as heavily optimized. It does not support multi-line FASTQ files. Installation is straightforward via pip, with optional zstandard support for .zst compression.","worth_installing":"Yes, if you work with FASTQ, FASTA, or uBAM files in bioinformatics. dnaio is production-stable (Development Status 5), has no known vulnerabilities, and offers efficient parsing with minimal dependencies (only xopen). The MIT license is unrestricted. Maintenance is aging (306 days since last release), but the repo remains active and the library is mature. Install friction is medium due to compiled components, but prebuilt wheels are available for modern Python and common platforms."},"id":"dnaio","links":{"html":"https://skillfed.io/packages/dnaio","md":"https://skillfed.io/packages/dnaio.md","pypi":"https://pypi.org/project/dnaio/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-12","license_spdx":"MIT","license_treatment":"permissive","name":"dnaio","python_support":"supports_current","summary":"Read and write FASTA and FASTQ files efficiently"},"popularity":{"monthly_downloads":92387,"position":13454,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.4"}
