Tutorial:Using regular expression: Selecting sequence motifs of a Chain

From MSL-Libraries
Revision as of 22:23, 31 March 2010 by Dwkulp (talk | contribs) (Created page with 'This is an example on how to select sequence motifs from '''Chain]''' objects. A '''[[MSL Objects:Chain|Chain object''' versus a '''[[MSL Objects:System|Sy…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This is an example on how to select sequence motifs from [[MSL Objects:Chain|Chain] objects. A Chain object versus a System object is used because regular expressions can not span across chains.

å| NOTE: This tutorial is in progress, there may be errors.

Complete source of example_regular_expressions.cpp

To compile

% make bin/example_regular_expresssions

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_regularExpressions exampleFiles/example0004.pdb

Program description


Back to the tutorial page