Skip to main content

Multisample Consensus Peak Calling via Convex Optimization

Project description

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
  • Output: BED file of consensus peak regions (Default format is BED3: chrom,start,end)

How

ROCCO models consensus peak calling as a constrained optimization problem with an upper-bound on 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 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. No rigid thresholds + less manual tuning with respect to the minimum number/width of supporting samples/replicates.
  5. Mathematically tractable model permitting worst-case analysis of runtime and performance (polytime-solvable optimization)

Usage

rocco -i <bam_files> -g <hg38, hg19, mm10, mm39, dm6, ...> -o <output_file.bed> --narrowPeak

for example:

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

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.git
    cd ROCCO
    python setup.py sdist bdist_wheel
    python -m pip install -e .
    

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

rocco-1.10.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.10-cp314-cp314-musllinux_1_2_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

rocco-1.10-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.10-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.10-cp314-cp314-macosx_11_0_arm64.whl (507.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rocco-1.10-cp314-cp314-macosx_10_15_x86_64.whl (510.3 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rocco-1.10-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.10-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.10-cp313-cp313-macosx_11_0_arm64.whl (507.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rocco-1.10-cp313-cp313-macosx_10_13_x86_64.whl (509.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rocco-1.10-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.10-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.10-cp312-cp312-macosx_11_0_arm64.whl (507.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rocco-1.10-cp312-cp312-macosx_10_13_x86_64.whl (509.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

rocco-1.10-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.10-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.10-cp311-cp311-macosx_11_0_arm64.whl (507.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rocco-1.10-cp311-cp311-macosx_10_9_x86_64.whl (509.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

rocco-1.10-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.10-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.10-cp310-cp310-macosx_11_0_arm64.whl (507.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rocco-1.10-cp310-cp310-macosx_10_9_x86_64.whl (509.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for rocco-1.10.tar.gz
Algorithm Hash digest
SHA256 583cba490ef2b411247ac2ac8797e13fd07cecc3d82d31c229337b1030ec1938
MD5 4fe912b434c71abe35d0ee5a50fc92fa
BLAKE2b-256 2118091f77945970f0f129daa5f7dac11ed749868f3d4e994b2418b1d5831982

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 300ffa82148dec35020134a1e03395d849002f418e4c8053b5bd7ff261822614
MD5 cf89997db3967d159af1f3408eeead2f
BLAKE2b-256 39027c3c8a92cf02a3960674c0c24555a4d8f86eb7adef01ff3a534e9d1d98ff

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35d600a3584104d023c75da9e7783cb7407b7c2d8070f7c2e54b40c814974673
MD5 595753464141135cd87d225b4032931d
BLAKE2b-256 8ea89d72ce5f70cf422be69b9bd31c2f9c26bb7808d37974c5011bdafba50a9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.10-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.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.10-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59b204dbf543056630f3cfe6cbdd2891257aee249f010933843042afafb450d7
MD5 a8ad36b451f79a9e8baf38170f4518c3
BLAKE2b-256 f6eb26beb359018eb1c0d984cf6fc9485d1556a7edb8daf815d742fe3fc915d6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b121e28589fcc7ae2de5b20801127985f8fb9d6c21da442cee646b6e01b2fbb9
MD5 0f2a95f4c93c7bc9dc27d012d5798b45
BLAKE2b-256 b5961ca6852c6751925924eb96bb662ff2c5e3657227bba47364828c64294557

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dd49931c3d6c086f488345a29aa4b0f92af4072e4a3962dfefb55e9ad1aa43c
MD5 9cac81da8777ebd58640f1930a7073af
BLAKE2b-256 4bf970856da1ee60e5e4ea2e1180bdd3f50de40f11e5e6c61ef3a7a4b566f2ce

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7df0e79eafa02204d6414983ac5c758c045df348c10a8c10dc377efb6e4e98e2
MD5 1cae98cc9d932eb3c0e7276a135544e2
BLAKE2b-256 4e42c5aefc620c735b19349a11caeb7faaf4c10511f5ec223babb6053453ad2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77a20bc916ba0a8c4114e1b65569ffaf14e6153b9ca909499855753e898f1d48
MD5 f221bb6d681e00d4343c33d67179e60e
BLAKE2b-256 752bb29d79f3d4a85db3d39ed1987a2aa5577880b07a8052c05d240c63023456

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d8b2de12e908ac409f53785f564cc0c6575263b8310d4adef16a02d6f6a98da
MD5 d94b6360f90271635589145333d5abe7
BLAKE2b-256 8ecef9f5e04b76d7a5af329743b0973c0f4543cf1d197ecf8705aa8ae4a54fdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.10-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.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.10-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0950fc07da141ec300483e9c7114932cfc1fc25dbe0747e1b79b0c86e6176127
MD5 7a0fdf9f2399812141973806c41424f7
BLAKE2b-256 dedf232f33b037de0e86df681387c2d66d1e305f625f88a2df001a39b53689e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84f2d04b10e1d05e3ab4df20b7a59f866b3b68a80bdd2ff063de51208bb34166
MD5 1af0bd4dc8a52dba50e1e31d8b839466
BLAKE2b-256 4019341a688cba5e8e5887fde4789394e30a9aa3cfb2030918dd01c55fe29c1a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3fe13fee868225303187a6b80ff773751e529a1a71e57b8649523d3dc5cc1491
MD5 2c9f55c3cf8d130aa001177e132797f9
BLAKE2b-256 fa136b1f5a501e9a0642f4c17cbd71059f804fca1db1d43981b08327b7316297

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 96a09763a8b106e669a957f7d59a3aa3e0a46c1cedfe8a923cadb778d1f673f9
MD5 1cdba999881b951d41e5f4304705e35f
BLAKE2b-256 ecc3e6f827b4171816740b0b6f3a27c5a1d70904bdcc0e5f6dc08bcccd058574

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfbe1c5cc3597d0b7a433a0b05bb0900a4e475c13b0e0008c4af89db1db6b61b
MD5 2df9d5403e76354006d942616b48e898
BLAKE2b-256 6e0d1bb6956c85e37ebf33bbbc5c0ac5d04c9ad863ef8b3169faec5c975e5049

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5e61353bc7dc987d107181488e340f66181a62688326e2c2e2402efae717fba
MD5 af5e994047d100e5a86a5d5af3a2ee8d
BLAKE2b-256 a7991f1a8230c5a43fc8f305922f1e97b7c0ccf256c6d3af6d37cae46c0756af

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.10-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.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.10-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e184a4c472febc182cd5aeb0a32fbfd36e752052eaa344f67861256bf57b32b4
MD5 56ae77d8e6f525d822bf68c8a43df693
BLAKE2b-256 ef4666e426a54afe346498acc0d7e61ae84d1a18f4d4b03ea6a11bed062cc8c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b2bf5cd857b84ad13d04039f697be6b79af3aa4de4f475fdc843da319e4d728
MD5 e9731bc1f569332f1f99c37e35a5bbcf
BLAKE2b-256 1b2f4e9dfd13a7a77430723dd32256603c3516797400ed0259d8cd5f5372e2f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f34c515a5a695627e735cceb106abad942ddb10217610328992ee8d572250626
MD5 73242d2cf3e51be0ebeae661165b13f4
BLAKE2b-256 536591d15f268f6e269fee2961b2827aaad30f94259cc0126f60b2c49810b24d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 422a7cad1406a31735cca42e981e31d0498843ddf583012d77b5ea72e4808f2f
MD5 bf2cc4c9acebbe73fedf5ca1a92dbdeb
BLAKE2b-256 0ef3eee63c14cf5e31926d09c21b936a0a451c0c69ceb5b12632e1d142239a12

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3c4ef19fb9d688b74c1e0fa68b040999146258dd878ba26b6001d51588cc167
MD5 858b1ebbd763dba5a018d2d62b6f32d3
BLAKE2b-256 332e1061897c25e51cf0721e9ba2166589f629b404cfb60f225b20aa25849804

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2222a266c5a4f6c6a7fd0a2c9d1a01e52b1b203cc08a3f1937eca8b5f2a656b7
MD5 cc65f14453007d9bdb3d5079b8409451
BLAKE2b-256 4cb2ed4238b234efeac0fc2bc8870462b97027e9b137d40c04130cdbe8690454

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.10-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.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.10-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cd91e14b9f9e9e3a561e0570755d921ed6dc3276c9474842ccc68229b00307df
MD5 e08617a025e61f646c07e350b5efd632
BLAKE2b-256 a5d65a1b3e8ee88fb5c57183112161b7f0df11a37f7f8c3faa0e91910e7dd789

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 22d5b321b2314d8dd0a6ae52f69d38b6e49b94bedf029bff0dae17e150c46ff2
MD5 0625a7ad7fcafec10e37f7a9cbe140b2
BLAKE2b-256 39d546e6bc3bd5d87e09fd845837a7e377bae8a880ad8823fd0dab7762ddb7e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c2ab04ebb231dec5608bf14bb5daf670eac200291b6a70777caeecca09d8a99
MD5 8a39c4676a3aff2fb5caccdfec746915
BLAKE2b-256 d002777c44eac374fd779f5b513dfe957522e23a80160813315e9a57ba44e499

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 117fad132d438a19c912243b435940c648cb0e105764215d5ab7ce257440a6dc
MD5 1897561bd1fc8e10d297392fad84780d
BLAKE2b-256 7af6fe02f746b970e7b3277f4e8b6273dd958fc1b93916f299931eca58b54391

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 30715a2a6a8d16f508919ab0f8ff73791d732d57638c1dc5fd17047755f1cfdb
MD5 d24bc764e2c8f42bfb9dbcc85a99a68e
BLAKE2b-256 98b15964114bb7279c000a318f5f7164c21516748f6e6e637fe262d5aca91930

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e83a8091d401b37d97813d7b3fafdc6dd35970948e52b7e47a3fbdfb40124d44
MD5 ba03a69f980c13dfa15265c4000149e8
BLAKE2b-256 4bd30ec308a96654437f26b0ec3ad5a9bced4ef67e2a339a8c8e3cdc2c45715d

See more details on using hashes here.

Provenance

The following attestation bundles were made for rocco-1.10-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.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rocco-1.10-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d080ebc570aa0b13c7d27284ac4b4d78a8c2fece9bab37652f3c36536a10ea66
MD5 4f92ad6a65adb3d4f041bc7b98a531e2
BLAKE2b-256 44b88759698c8bd5be370d4e65daf1fae5d999a944fa9c71991bc4889053c87f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02cfed0620e70493540aab944cac6130991636c635fcad9ae2de39a3ed19f5cb
MD5 5cac2899ed52e40ede526b35f0ac8c20
BLAKE2b-256 7375e395913c3988f6c184d22355491b63a6237e112d00600664ebdd08aa6b1b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e1e8292f7aa9a50be646632d14d6fbb80e605add9ae88cb887efab734f4b6b1
MD5 7e111a516dcc41e76b920435b98e0d19
BLAKE2b-256 1078c02180ad5b5901a8bbff391c66757f7b6544c0cb2063ffbfb4299490dd16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for rocco-1.10-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da18af78bdc99575c326a87c2005e706c71cbe2680f2ae977b33d74dd4169e56
MD5 9ae0a3323f050d9239f99ae6304489e6
BLAKE2b-256 e7e52f0d7c5fbf750afd13a3a3bfdcf1b7006655ff37c743cc59f7a9713f6af3

See more details on using hashes here.

Provenance

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

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