Skip to main content

ROCCO: [R]obust [O]pen [C]hromatin Detection via [C]onvex [O]ptimization

Tests PyPI - Version

What

ROCCO is an efficient algorithm for detection of "consensus peaks" in large datasets with multiple HTS data samples, where an enrichment in read counts/densities is observed in a nontrivial subset of samples.

Input/Output

  • Input: Samples' BAM alignments (-i) or a bigWig file, and a reference genome assembly (-g) for chromosome sizes and annotation of blacklisted regions (if available)
  • Output: BED file of consensus peak regions (Default format is BED3: chrom,start,end). Use --peak_mode both to obtain both narrow and broad peak calls.

How

ROCCO models consensus peak calling as a constrained optimization problem with constraints/penalties for the total proportion of the genome selected as enriched and a fragmentation penalty (TV) to promote spatial consistency in active regions and sparsity elsewhere.

Why

  1. Consideration of enrichment magnitude and spatial characteristics of open chromatin signals
  2. Scaling to large sample sizes (100+)
  3. Unsupervised Does not require training data or a heuristically determined set of initial candidate peak regions
  4. Less rigid thresholds with respect to the minimum number/width of supporting samples/replicates.
  5. Mathematically tractable model permitting worst-case analysis of runtime and performance

Usage

rocco -i <bam files, or a single aggregate bigWig file> -g <hg38, hg19, mm10, mm39, dm6, ...> -o <output_file.bed> [--peak_mode both]

for example:

rocco -i sample1.bam sample2.bam sample3.bam -g hg38 -o consensus_peaks.bed --peak_mode both

See rocco --help for more options and details.

Paper/Citation

If using ROCCO in your research, please cite the original paper in Bioinformatics (DOI: btad725)

 Nolan H Hamilton, Terrence S Furey, ROCCO: a robust method for detection of open chromatin via convex optimization,
 Bioinformatics, Volume 39, Issue 12, December 2023

Installation

PyPI (pip)

python -m pip install rocco --upgrade

If lacking administrative control, you may need to append --user to the above.

Build from Source

If preferred, ROCCO can easily be built from source:

  • Clone or download this repository

    git clone https://github.com/nolan-h-hamilton/ROCCO.
    cd ROCCO
    python setup.py sdist bdist_wheel
    python -m pip install -e .
    

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rocco-1.12.0.tar.gz (1.0 MB view details)

Uploaded Source

Built Distributions

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

rocco-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

rocco-1.12.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rocco-1.12.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

rocco-1.12.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rocco-1.12.0-cp314-cp314-macosx_11_0_arm64.whl (512.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rocco-1.12.0-cp314-cp314-macosx_10_15_x86_64.whl (514.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

rocco-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rocco-1.12.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rocco-1.12.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

rocco-1.12.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rocco-1.12.0-cp313-cp313-macosx_11_0_arm64.whl (512.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rocco-1.12.0-cp313-cp313-macosx_10_13_x86_64.whl (514.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rocco-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rocco-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rocco-1.12.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

rocco-1.12.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rocco-1.12.0-cp312-cp312-macosx_11_0_arm64.whl (512.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rocco-1.12.0-cp312-cp312-macosx_10_13_x86_64.whl (514.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rocco-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rocco-1.12.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rocco-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

rocco-1.12.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rocco-1.12.0-cp311-cp311-macosx_11_0_arm64.whl (512.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rocco-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl (514.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rocco-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rocco-1.12.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rocco-1.12.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

rocco-1.12.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

rocco-1.12.0-cp310-cp310-macosx_11_0_arm64.whl (512.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rocco-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl (514.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file rocco-1.12.0.tar.gz.

File metadata

  • Download URL: rocco-1.12.0.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rocco-1.12.0.tar.gz
Algorithm Hash digest
SHA256 178bd84dbdd543e86338dc3512c144d9288de029ec3d0379daa485f8afc2b8bc
MD5 1e313ab7fb7687397b130a840801849f
BLAKE2b-256 d1ff11540c2b0436819e3c93058f22c1b96b9d5b290630270e57e0e920f6d477

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0.tar.gz:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e656ff4942c9cfb58dfa582eee1ad8eb48539b4e22c8225ab4521367207cfeb
MD5 1055cb345ac3ba7c89c57b3f5b3077d9
BLAKE2b-256 19acbfc12c74643e897ef381120ead52635e7f94a7261fd2098bc5c7cea28e4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b73a2d5f0e883edb93cd6383cfbc6964751a4255ec344c87a270c6a1d4551bd
MD5 81fb0c2ab4c46f407d3ffcac5b5db7a2
BLAKE2b-256 aaf63e9ee105433bf8549fedb94b6763f6e5ead725943e9cf9457391269a3be9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 55a43833b7676b9d3855fed01dc2dda1f4d7e7622c1b4518e2d943318cc75d30
MD5 6c1d5e4ce704ae223388029ea4889894
BLAKE2b-256 1faca6ea8af824708f9cc54676915b084b4a92aa9d84f665ee43e7c3f9972f48

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 06b6111aea8dba8729c9e4c10d66025d4b637d18509f531d96ceeff0ad74da2e
MD5 5bab699b2cdfda423f63535e39049f56
BLAKE2b-256 31045f149dc9183658caefbbb56f9319233662e16c10d62f083c50f64d3d3071

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fa00dbc818449492eb530948552c482ef13efc457095163f5b8de2e27cef5b8
MD5 60789ad20ee2a4162eaa35e4cc836fbf
BLAKE2b-256 859140a9983d8c42f259f9fb00a4ba32212b2207db27bb3cfffc94d8094b6a31

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0a065e4f847597e3f028b4539eb10f795e9ac7e41f5a8b31d0bea29a1a7b5a35
MD5 3ddd39c1f2909b4857b72bf4c3adab8e
BLAKE2b-256 42b7cf7aeae9a1a71fe12871e984ccf1632c3fd343c6c7c78f85527100a5ad5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edde2eb45e71c1fdd9e3c9a368311f200098d7fcfd1c49fbd50c5fa94142a3c9
MD5 3bdfb17bb010e0c722260403d9351336
BLAKE2b-256 9b3a423c24ff71aa15c6dd4262b14c37b7505882393d6f1c906f86b7ea4a78dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a82b757248c01316fa2516d3fdef2ca5fbf79fa125deea11a0d570414188cf20
MD5 56053dc2395dc75a363d49da725cb5a8
BLAKE2b-256 685940593aa58c83cfed838600cd95b9263223731957f05c78e436c5adbefad0

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d36af281c7607e717f5e0fc858352c97d5b211dc8ff4d864b8295188ed1a3af
MD5 e062bf40cdd2d5f7ceb7da49b3e7050d
BLAKE2b-256 47b058bbe99cdad3349816fedaf597ec6ff65a67c3893e1eade293f54fe44292

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b37b56deb576b9a31ef859596b16b4ef56f848a66c6cd73e69a21a508123e78f
MD5 801a43efafd721ff7bf8dbfde90fa29e
BLAKE2b-256 5133f945fbd35ae28d0c3a77eab256afd14628a3f0a090cc1e7e4c5bdc6c050e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0fd1a2b8dc8f443b62d64ea9bfd673cee62c73751c70cc16066595858bd979a3
MD5 74d97f0ff4799761ff1532f7d3e24289
BLAKE2b-256 676a3c85392062757d4d291b7f1dd41c383af6b56913cc457c09ae11416f9071

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c55ad798a43759483049bb214c0ce4165b29d97f366357680a17d2da98c0a207
MD5 6b3c4141a9fed52272b4428d83832d82
BLAKE2b-256 ccb92f6db7fbb0cb79fa9b52b393acffb9b0989edb6fc1104f753c76bfa39972

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4b720aaa01de24ac1f93c1c076bb591a2c4ce813bdeaf8edd6243cd9ba12207
MD5 cf552fe445a1551aae020784f63c317c
BLAKE2b-256 c197466b44f1930ba35d3a6a1be8dfd64973e71d155fd80197fa3114adea8588

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba1e500cb7bfac00438e54ce614b922c66db59b7d7d5121afd7a5e97acc04f8f
MD5 d78002b6d27ac2b0c6f1823247830929
BLAKE2b-256 954383ebac59a2e5832225143c90843cb96b3f09168d3c4ef256ce3dcf32fa64

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a950b68d0e0320f3ec83f473b6b40156f217f8538315f55189c34180466df12
MD5 291324d3a324b35e13b2b5c5348bd7b8
BLAKE2b-256 4ad4354367dba6523c67f34986358fc1abb24dbe5c8672ac5ccd5cb6179fe27a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e479d2b6883fc5e9b29c892775a03691f3d22c29a57fe147706e0b0a283b82fc
MD5 f8c108458016aef7e60e01e90c151bad
BLAKE2b-256 30202821739c306b1e08dd8fd210a122497630d6b98b5ed734df1e82e0bf1b33

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8c6433a3a8294407254a60e10f27559cb660662dfe46beea253c9bb475a8ab4
MD5 7c119d66f903d003e93ec7dbd008fa15
BLAKE2b-256 0ae2501b8caa7d21ff7e2ff362d640ad5006d9c687bbbd103bddaf3ae07ce4f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 50a179bf5feaf7fb5da68101453971b75e95a3992990d9241867a3b5a7685e23
MD5 9d0fed6e8049a621253cad412ce79e3e
BLAKE2b-256 60cb744622ac179f1b17388f63fc5e5cb2b27e3a1bf737999df14ddbce7ed4a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32c7306da700a3c3444db41619f1617d857dd3d77eb4a13705fa70e9982c6a66
MD5 66fce28c3070faf5bd5bc75d1a0b21d4
BLAKE2b-256 bf6265d35d2e3e49d5a6e8e473e5e9f8dfed459b4d40a65bd7195f0fdfcb718f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 68e3411b5579cd16c5442c323977651fcd62474df2dc6a6f781e6b5b739970d2
MD5 6316af699d2671d9783ee5d3bbc2df7e
BLAKE2b-256 56a085bf0f95e910f0ab0f2126bc7f0facf3c4caa699cb84fd4ee5857ba27c97

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88b83ea1dba1074bc3561713190c94b7113cd55a088f5e430e4ed07d9baa8b43
MD5 0a3e5e3d65a14ddf8e66894ca4a37f68
BLAKE2b-256 f4cb8ca8addc4606a8120e00d973d7da808468bf0ead596ba21a37e8efda182b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 14ed514543b8134b19f66467a01863981e76f0ef4a75d03c34f7166e7f588792
MD5 ad827ef61636490c6523b901a9417e0f
BLAKE2b-256 852478f191d6206d7502d8daa47d83069c5c1cfbbad0bf7c17d280d36fbc6538

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 219c24f8e38589dff3725ce22ed871ca4c4094215713eb0a9cc9ec11f2069cd3
MD5 140526d200b943a46ccea37f1946a20e
BLAKE2b-256 3fb69f66c41d92f74af07f9d31c4503268cdcb5ef1d27e2821ebb8b588af1d48

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d517428b1c9b742ab89924d025589fad7175b1d1220ccc76706b2d54a103b9a
MD5 5b58f5da93804595cbb376ddc55a4e85
BLAKE2b-256 f7eb0e5f6151f67f2eb094597a20466d54b031798957b929be923776ac4dd2ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a39f88178c0f80c4db8d65c43e67028a04a6a9630ee08a9668c0e58dfae8207
MD5 b469dc681f9978fc9f1448d3b33cc4d9
BLAKE2b-256 071003d9b9d0f816bd854fdf42e241a617ee8e3eb12957dcadac22c4264a987c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e9453ee036e42ea3197803f19323e6c5216212d98afb108f7a3de0069158b24a
MD5 0f9e951fd403a258e839daa346872fbe
BLAKE2b-256 90b8b2107e1c62d2f8a6522c11500964a587ed8146bd24b869a538c3bb59b6ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5765035d5edb425b73f4b613d79c0d5e3e3a302fd2dc82a32e1d2f79d97e933
MD5 29c473564a792fa87fdb211cc70bde08
BLAKE2b-256 a6a385b62d2b48d69291d8a943fadc9ce779cdfc44cf6f73d9466f28300cda47

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b48e94efd6dae58ea27d2279ab39a876b07959f321743502d5b13d398398d6a5
MD5 ba20dc9efaee478c5a53a32a77ea5883
BLAKE2b-256 850cee6bacc8328c1645208663697f3243fa6274c609a0bc64da091cd9826887

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3c6fcc2c9e6489f8bceea5ca4f29ac8a467b1f556648fef3720914cc3ee4a2b
MD5 2c06a75ee4d0b62c1e94f73f55aef41e
BLAKE2b-256 bca3b40e4c1e305f4484478bcd9ecbfdf8b6742d4eadf674f0619b949ec7a943

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rocco-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c84e96d5f21b9da23597f2beb8a216eb73a35514bfe27eed8a5980802bd17054
MD5 79ef92540196bb4e14ad2c3a8347e479
BLAKE2b-256 f13d89ff0c2ae0a6ca036b286b825da0b4529b56044ef68d0783d83a19ef4557

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on nolan-h-hamilton/ROCCO

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.14.0

31 files

1.13.0

31 files

This release

1.12.0 This release

31 files

1.11.0

31 files

1.10

31 files

1.7.0

2 files

1.6.3

2 files

1.6.1

2 files

1.6.0.post1

2 files

1.6.0

2 files

1.4.1

2 files

1.3.4

2 files

1.2.0

2 files

1.1.1

2 files

1.1.0

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

0.13.0

2 files

0.12.1

2 files

0.12.0

2 files

0.11.8

2 files

0.11.7

2 files

0.11.6.1

2 files

0.11.6

2 files

0.11.4

2 files

0.11.1

2 files

0.11.0

2 files

0.9.5

2 files

0.9.4

2 files

0.9.3

2 files

0.9.1

2 files

0.9.0

2 files

0.8.4

2 files

0.8.3.1

2 files

0.8.3

2 files

0.8.2

2 files

0.8.0

2 files

0.6.15

2 files

0.6.14

2 files

0.6.13

2 files

0.6.12

2 files

0.6.10

2 files

0.6.7.1

2 files

0.6.7

2 files

0.6.5.1

2 files

0.6.5

2 files

0.6.4

2 files

0.6.3

2 files

0.6.0

2 files

0.5.2.2

2 files

0.5.2.1

2 files

0.5.2

2 files

0.5.1

2 files

0.4.6.1

2 files

0.4.5

2 files

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.12

2 files

0.3.11

2 files

0.3.10

2 files

0.3.9

2 files

0.3.8

2 files

0.3.7

2 files

0.3.6

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page