Tutorial::CoiledCoils Bundles

From MSL-Libraries
Revision as of 15:51, 16 May 2010 by Dwkulp (talk | contribs) (Created page with '<font color="red">Tutorial writing in progress, code may not be checked into SVN yet</font> This is an example on how to generate a coiled coil bundle (coiled-coil generation +…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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">



Back to the tutorial page