https://github.com/truemagic-coder/folding
AlphaFold2 protein predictions
https://github.com/truemagic-coder/folding
protein-sequences proteins
Last synced: 3 months ago
JSON representation
AlphaFold2 protein predictions
- Host: GitHub
- URL: https://github.com/truemagic-coder/folding
- Owner: truemagic-coder
- License: mit
- Created: 2024-08-07T17:13:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T06:51:46.000Z (10 months ago)
- Last Synced: 2025-03-20T05:13:38.476Z (3 months ago)
- Topics: protein-sequences, proteins
- Language: Python
- Homepage: https://cyberchipped.com
- Size: 78.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Folding
[](https://pypi.org/project/folding/)
Folding is a streamlined version of ColabFold that focuses on running AlphaFold2 locally on Linux systems. It combines the power of ColabFold and LocalColabFold to provide an easy-to-use tool for protein structure prediction.
## Features
- Supports AlphaFold2 for protein structure prediction
- Includes `folding-search` and `folding-batch` functionalities## Requirements
* Linux
* RTX 4070 or greater## Installation
1. Clone this repository or download it to your local machine.
2. Navigate to the folding directory:
```
cd /path/to/folding
```
3. Run the installation script:
```
bash install.sh
```
4. After installation, add the folding conda environment to your PATH:
```
export PATH="/path/to/folding/folding-conda/bin:$PATH"
```## Usage
### folding-search
To use `folding-search`:
```
folding-search [OPTIONS] QUERY_FILE RESULTS_DIR
```For more details on available options, run:
```
folding-search --help
```### folding-batch
To use `folding-batch`:
```
folding-batch [OPTIONS] INPUT_DIR OUTPUT_DIR
```For more details on available options, run:
```
folding-batch --help
```## Support
For issues and feature requests, please open an issue on the GitHub repository.
## License
This project is licensed under the MIT License. See the LICENSE file for details.
## Acknowledgements
folding is based on the work of ColabFold and LocalColabFold. We thank the original authors and contributors of these projects for their valuable work in the field of protein structure prediction.