CombFold / model /README.md
wuxing0105's picture
Upload folder using huggingface_hub
8efb4bd verified
|
Raw
History Blame Contribute Delete
451 Bytes
# CombFold model implementation
`CombinatorialAssembler/` contains the upstream C++17 combinatorial assembly
implementation and its `AF2trans` structure-alignment helper.
Build from the repository root with:
```bash
cd model/CombinatorialAssembler
make
```
On the validated SCNet environment, Boost 1.53 headers and the system
`boost_program_options` library require the old libstdc++ ABI; see the root
README for the corresponding build command.