Skip to content

API Reference

Welcome to the SeqNado API reference documentation. This section provides detailed information about the internal Python API of SeqNado, which is useful for developers and advanced users who want to extend or integrate SeqNado into their own workflows.

Modules

  • Core Types: Enums and basic data structures.
  • Configuration: Pydantic models for workflow configuration.
  • Inputs: Classes for handling FASTQ, BAM, and BigWig inputs.
  • Outputs: Logic for managing Snakemake workflow outputs.

← Back to main page