Skip to content

Antigravity Hydrated Fork of Rosetta. The world's leading software suite for macromolecular modeling, protein design, and structure prediction.

License

Notifications You must be signed in to change notification settings

thookham/rosetta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11,781 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rosetta: Protein Structure Prediction

License Website

Rosetta is the world's leading software suite for macromolecular modeling. It powers breakthroughs in protein design, docking, and structure prediction, enabling the creation of new therapeutics and materials.


Note

Antigravity Hydrated Fork This repository is a verified hydration of the core Rosetta framework.


🚀 Quick Start

1. Build Recommendation (Windows)

Tip

Use WSL: Rosetta's build system (SCons) is highly optimized for Linux environments. For the smoothest experience on Windows, we strongly recommend using WSL (Ubuntu). See WSL_README.md for detailed technical optimizations and troubleshooting.

2. Full Build (Linux/WSL)

We provide a robust helper script that handles dependencies and common WSL git locking issues automatically:

# Run the robust build assistant
./build_wsl.sh

This script will:

  1. Check/Install system dependencies (build-essential, zlib1g-dev, python3).
  2. Update submodules (with auto-fallback to serial mode if WSL file locking occurs).
  3. Configure and run SCons for a Release build.

🧬 Features

  • Ab Initio Folding: Predict structures from sequence alone.
  • Ligand Docking: Model small molecule interactions.
  • Protein Design: Engineer new proteins with specific functions.

🛠️ Development

Contributing

Please see CONTRIBUTING.md for details on the Antigravity workflow.

Architecture

Rosetta uses a Factory Pattern for its Movers (algorithms that alter a pose).

  • Core: Basic chemical physics libraries.
  • Protocols: High-level algorithms (Docking, Design).

📄 License

Rosetta is free for non-commercial use. Commercial use requires a license. See LICENSE for details.

About

Antigravity Hydrated Fork of Rosetta. The world's leading software suite for macromolecular modeling, protein design, and structure prediction.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 69.8%
  • Roff 16.6%
  • MATLAB 5.5%
  • Python 5.0%
  • Ruby 1.2%
  • R 0.8%
  • Other 1.1%