Tutorial::CoiledCoils Bundles
From MSL-Libraries
Jump to navigationJump to search
Tutorial writing in progress, code may not be checked into SVN yet
This is an example on how to generate a coiled coil bundle (coiled-coil generation + symmetric bundle creation) in MSL. This tutorial explains functions in the CoiledCoils and the Symmetry objects.
Complete source of example_coiled_coils_and_symmetric_bundles.cpp
In MSL the program generateCoiledCoils utilizes the type of code in this tutorial to iterate over the parameter space of coiled coils and generate large numbers of coiled coil structures.
To compile
% make bin/example_coiled_coils_and_symmetric_bundles
To run the program
Go to the main directory and run the command (note, the location of the exampleFiles subdirectory needs to be provided as an argument)
% bin/example_coiled_coils_and_symmetric_bundles
Program description
<source lang="cpp">