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 one .bw 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 .bw 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.13.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.13.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.13.0-cp314-cp314-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rocco-1.13.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.13.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.13.0-cp314-cp314-macosx_11_0_arm64.whl (509.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rocco-1.13.0-cp314-cp314-macosx_10_15_x86_64.whl (512.1 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

rocco-1.13.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.13.0-cp313-cp313-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rocco-1.13.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.13.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.13.0-cp313-cp313-macosx_11_0_arm64.whl (509.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rocco-1.13.0-cp313-cp313-macosx_10_13_x86_64.whl (511.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

rocco-1.13.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.13.0-cp312-cp312-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rocco-1.13.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.13.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.13.0-cp312-cp312-macosx_11_0_arm64.whl (509.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rocco-1.13.0-cp312-cp312-macosx_10_13_x86_64.whl (511.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

rocco-1.13.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.13.0-cp311-cp311-musllinux_1_2_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rocco-1.13.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.13.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.13.0-cp311-cp311-macosx_11_0_arm64.whl (509.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rocco-1.13.0-cp311-cp311-macosx_10_9_x86_64.whl (511.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

rocco-1.13.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.13.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rocco-1.13.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.13.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.13.0-cp310-cp310-macosx_11_0_arm64.whl (509.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rocco-1.13.0-cp310-cp310-macosx_10_9_x86_64.whl (511.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rocco-1.13.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.13.0.tar.gz
Algorithm Hash digest
SHA256 7f7475dca4a39415afca51e6c6e64c3fe9ba2710166ef124afe7b632c9f01b33
MD5 cd38eb1ca22fb5f7db724c80ea1dd463
BLAKE2b-256 aea605ef12b81e532e336fc97fde7942f2eb9d02dd0cdfb18f0470ef315ed617

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bde6203a7ae326eec8780d38a7c3ab147d0555b5ffc3095405924071ac40cd59
MD5 1b48aef14f4f0fc81dc278cafc7faa54
BLAKE2b-256 4e91193c4f281a97587f891c622d3afe7d0dcb82be5a3f358c013d838d29b75f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2428a1daa9b4c7d52e7d936442f2b99a467ee6c5ce250879962aac9f13a4f90c
MD5 d59a8d80618ecda876abc4d0948b01ee
BLAKE2b-256 95cedb93660b87543a1e277204d5cdba3dc1bf5b5d83e5c3bb8150d12c9a5d7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.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.13.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a28ebfb70fda3364d92ed611c1bdf597cd98167f62c8912d0ecda18955883daa
MD5 e31ff5f1832a52e0180f2d4092f4a766
BLAKE2b-256 55865cce097a6c7c0329f9323e91538d91ec6d322ecff13eb617d3455b93bb43

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd0846903582ec6c5652fea1e4d161c6d69841a03d1e051ae50efb74a25f4008
MD5 b2c5dab471aeb4572cfac5180aa29801
BLAKE2b-256 8280df3dd025dcc4b6dfb32be4b02bdc5f29a1f9a722285993082be38e7a9ab2

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4ba3f2c12841aba2ebd537a01f14efcf0335f6642b6bfdf2237de234673a333
MD5 82397f6417b753f2ef6055f10a58eeb3
BLAKE2b-256 36eb2096f4095e2d1d878f5edf514efda687ee15ae8d27b1907771645c9fa0ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3891e74994d4ea5c904e692b6daed9f210e5f057ed932ed29c17630999f04979
MD5 243f4616e957c974503367d2d76eccde
BLAKE2b-256 41cd72fe4416a083c14748a5d3c35fbb35543fc95fe98bcc5573724b614a281c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9775c7d1a6a2e3afebc3f5af84b8ee15e41caee718f7f32d82c05d1035660ff
MD5 bb579eba822748c69d9564c2c6a2673b
BLAKE2b-256 90a12a5c99fab6caa1747f4aa0fa752e2f2ba177f8201772d61de4dabd1f0edd

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33c6220cfb655e1724cbec60ec661d2b3faf6bd1d42695acf21d47333a08d5ac
MD5 7080ea9050b56b436400a651ac3ea9ee
BLAKE2b-256 1cb0defd46c3bb092f8afb6022724f75ffb86dbeb607dd9a7049dbb8c2e2429a

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.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.13.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a946a9e1a00c5543c6476edcef2c7b2a38ceaf92c48c92c38505d6cbbaf9ad73
MD5 19fea16a031e8e915fb629dd0723db7e
BLAKE2b-256 3520203b016b1cc43c8fcfdbaecbfed6cfc27abaebcddf6ed955ca8c8335884e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a1f79e022b3e22e513f846e6b681c98e131ba589ce9ca5203630b08ef0a681b
MD5 3c9dadd88eda62e020ecafb9d2909ebe
BLAKE2b-256 17e0788fabac667bdbf29d015be66614140d7526dfaca0fe5b0a91f54beaa704

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28c287292066f2a6485371b300b56bf816ba1f9eaa53079cc0c9564bbc5d0aa0
MD5 1a80f127f5284b19cdf3e3f03992cc7b
BLAKE2b-256 014754ac84d9fe271c5ead4131af84966734c651f920e4e63cefbfa4e500184c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 23b6ab17bda6efa91d7a67da7f5108826842d826f3495b6b65bb7bc19a7d5f13
MD5 0e7226c4d10dc5c50c074187811e2fd3
BLAKE2b-256 a4c7ef4489ce663cf44a5eb58ad5ebbba1dc1d06bb40dd3b33ba449c3a984767

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fddb8e56376a730b3b26e16cbc47a19d1ecb45410359b143bed22fbb0af11dba
MD5 5f79594867f5f004160a4190a1a21f42
BLAKE2b-256 4462d26ba9fd3ecd3090752d0040425ff98444684cfc05bfd69ad16495277bc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6c4206300f4af11d813e297213fdcf7da6eab984b02a666e5a723629dff4063b
MD5 e4d42ee8a350b9679e094480fc57a04c
BLAKE2b-256 0dbb4ecdf3660d0995e7cd395fe74b9264fdac520147ec0f7bac049d7c0e5f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.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.13.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 37aa97dadd2999251f5eba9336a43f601fcd7235bde138d3146ed9911a24ea15
MD5 deec4ad23bc0a4fe14163b551791a9fa
BLAKE2b-256 72ca86bd4e88a6539670b5fd469bfd7e8e865b8147d0ad33d504c56e41c79899

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60a53266fe604fe2297c5f43ba36222e30c6dcb8d5f690532106b677fc82108f
MD5 1902edcf058a0a1b250aa65ee88846da
BLAKE2b-256 30da118ca61163d90e3bc0bb903bd08813bea92177b99824a2bfad1b04c08fc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 49ce5a95b66c8373e8c0263ed8881853dca30dd0ab7b1d55e2c86aafff9ebe94
MD5 25a4cae0c694f8f00e4dea86e942ff13
BLAKE2b-256 9f83d869f8a321a0f822e9545d0f694663ecd3764aa99f29b492780268539772

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2072eed088cb589349c68124296f1ea38ceb0fa7ae3ff4f4d429b2ebf8ee4942
MD5 c44910aab193bada6c1febea5bdc950d
BLAKE2b-256 fd95cf2192cd1662fe05092900cba5928e6502ff011395ff86c272a5bb063105

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42e396726f0a4eeb884d11ca31d0bfc93c805eac686a14ae61a5ae1355e55eec
MD5 f96cdf15e0586dc69c0b331d5a95d3b2
BLAKE2b-256 7e223ae52a2f7a6a3cb7eadc1aa2f32674e39ed0f79131e62a1b9e0f7e6920e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45561b39880343abf3ed4604f48310304abe6a17ff816a1c0f755d7c7a6808b2
MD5 ff76c1f739a8c2c01a94c551501555cc
BLAKE2b-256 8e39291c457d777758906fb43abd08d4dfc69f90de34d54d9d3d224c7d5dfe7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.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.13.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1cf951646054b28a7455544e21bfcd1cee3f52c72a63b2a3bc9d1c0e19be7935
MD5 7a239615f824ce4d651917ab8a506d74
BLAKE2b-256 eb518196f5ce55c0ed3bc413c88a15efb1a2464cdab7652ad9f0ab24a4b34873

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0615a9ddaf1b1876d89778c92637a2bfa51591d6710e25b32b167ea8bf5a325c
MD5 ddd10b208a4788208a440512c1fecc48
BLAKE2b-256 9b8ad59cdac8ade627dfd2cf6938eefd1156b03c736744fe0fc016d81c05d250

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f3b28c3c026e433ca780d2798d68ac084d144aa20c439265cede5dd7234d6714
MD5 a3852121e858f351e8acd5bbcc7ffc0a
BLAKE2b-256 a7d8ccbce57ac85291e1fdd80c0b078fb56e180d20df7742b3bb33e26d02f00e

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d21a1a21363c90b0bafaa28f4a7930eee79c14b20ab28895882ea38060a96e63
MD5 428807fc6e9786b7f2fbacf7f6ed4e4d
BLAKE2b-256 f6d709df032033da8f1ef3bb11e3147a1dbd38e79761538b9a7764c31ef9fc77

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12e8f61a18bb92413ca3dd8b1d16ef7939b38b56c995c9938520dce5f0b4f3a6
MD5 b195a7484e76a66991ebc2cc0598aa0e
BLAKE2b-256 8e4379ba667f6360cfea43440d9e6da9fe87c5bc3df2910fe682bb3580fdbd8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66b0179f799471a8db5085c956fdd9886fa5776969be59fd097a7e066237d2e8
MD5 c38010379b1b9255930aadbb38352151
BLAKE2b-256 f7e9b70b540c8c04ebb7c8723d559472e140f067aadd09d2d5dbe75d26667512

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.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.13.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fbabfe50fd9b70748bc333c9c76daf0521aba2a7161e0dcdfbfd5b610c36c03
MD5 ab4c726045c8334f9f151c061532c6c3
BLAKE2b-256 62ffebeef253d60a5a4ea0e42fab6ddfdb1c62c71338cbc88b94ebd89b356357

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e33a9002b9937959c224e28d927746423a8f808fe2e527037c5aab29bb29e50
MD5 cc0a26177618585ce695cd07ea952039
BLAKE2b-256 1d894cbc1fff30a719466416fe2baca4efe4194448673b6fcc9780250cf0d3aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c124ccd1d14aa50b6b935455bed874d6109ad0ab6023acc2b5b6c414bcc6e7ce
MD5 36b7d929c1370534e5a2c0c61101f8bf
BLAKE2b-256 6579f31a0aa7496f1597850d544381b3849042a55ed57d1dee00d793c20e6d81

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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.13.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.13.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1b7ac9e28a7988efc2093fa15b9c2bb89c176cfc63f8828f77b0e4875790dd65
MD5 8e6b81104a1f15f1a0a1e51fab10eb6a
BLAKE2b-256 0cb482377156b6a1954b6033fa31e0fe9526f6f5335bc5f6e6de6963cba51e20

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.13.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

This release

1.13.0 This release

31 files

1.12.0

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