Sign inSign up

openeuler/pyrosetta

Sponsored OSS

By openeuler

Updated about 20 hours ago

Image
0

217

openeuler/pyrosetta repository overview

Quick reference

PyRosetta | openEuler

Current PyRosetta docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

PyRosetta is a Python-based interactive platform for the computational design and modeling of proteins, built on the Rosetta biomolecular modeling suite. It provides access to molecular modeling algorithms for structure prediction, design, and analysis.

Learn more on PyRosetta official site.

The tag of each pyrosetta docker image is consist of the version of pyrosetta and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
2026.29-oe2403sp4PyRosetta 2026.29 on openEuler 24.03-LTS-SP4amd64

Usage

In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openeuler/pyrosetta image from docker

    docker pull openeuler/pyrosetta:{Tag}
    
  • Run a container and start an interactive Python session

    docker run -it --rm openeuler/pyrosetta:{Tag}
    
  • Import PyRosetta inside the container

    docker run -it --rm openeuler/pyrosetta:{Tag} python3 -c "import pyrosetta; print(pyrosetta.version())"
    

    The openeuler/pyrosetta image is used to verify the integration between the upstream PyRosetta version and openEuler.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:222bf997e

Size

1.2 GB

Last updated

about 20 hours ago

docker pull openeuler/pyrosetta