File size: 451 Bytes
8efb4bd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.