copick is a cross-platform, storage-agnostic and server-less dataset API for cryoET datasets. Access to the data is provided through an object-oriented API that abstracts away the underlying storage using the fsspec-family of libraries.
- storage-agnostic: Access data on local or shared filesystems, via SSH or on the cloud with the same API. No need for your own boilerplate!
- cloud-ready: Access image data quickly and in parallel thanks to multiscale OME-Zarr!
- server-less: No need for a dedicated server or database to access your data, just point copick to your data and go!
- cross-platform: copick works on any platform that supports Python. Compute on Linux, visualize on Windows or Mac, all with the same dataset API!
- ecosystem: Using the copick API allows visualizing and curating data in ChimeraX and Napari right away!
For more information, see the documentation.
copick can be installed using pip. Using the all
extra installs necessary requirements for all tested filesystem
implementations from the fsspec family (local
, s3fs
, smb
, sshfs
). Separate s3
, smb
, and ssh
extras are available.
pip install "copick[all]"
An example dataset can be obtained from Zenodo.
To test with the example dataset:
-
Download and unpack the example dataset
-
Add the location of the
sample_project
-directory in the unpacked dataset tofilesystem_overlay_only.json