Add BioEmu Nextflow pipeline implementation

This commit is contained in:
2025-03-04 09:38:55 -08:00
commit 2cfbf64e92
12 changed files with 565 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# BioEmu Nextflow Pipeline
A Nextflow pipeline implementation for BioEmu to sample protein structures and calculate Gibbs free energy.
## Features
- Sample structures for various protein sequences
- Calculate Gibbs free energy differences
- Containerized execution with Docker
## Usage