C# Class CSMSL.Examples.MorpheusSearch

Show file Open project: dbaileychess/CSMSL

Public Methods

Method Description
Start ( IProtease protease, int maxMissed = 3, int minLength = 5, int maxLength = 35 ) : void

Method Details

Start() public static method

public static Start ( IProtease protease, int maxMissed = 3, int minLength = 5, int maxLength = 35 ) : void
protease IProtease
maxMissed int
minLength int
maxLength int
return void