Difference between revisions of "Tutorial:Using regular expression: Selecting sequence motifs of a Chain"

From MSL-Libraries
Jump to navigationJump to search
(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…')
(No difference)

Revision as of 22:23, 31 March 2010

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