Click or drag to resize
PairwiseOverlapSimpleAlignmentJobComputeBlock Method
Forward pass for the block.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected override void ComputeBlock(
	DynamicProgrammingPairwiseAlignerJobWeightFunction weightFunction,
	int blockRow,
	int blockCol,
	int lastRow,
	int lastCol
)

Parameters

weightFunction
Type: Bio.Algorithms.AlignmentDynamicProgrammingPairwiseAlignerJobWeightFunction

[Missing <param name="weightFunction"/> documentation for "M:Bio.Algorithms.Alignment.PairwiseOverlapSimpleAlignmentJob.ComputeBlock(Bio.Algorithms.Alignment.DynamicProgrammingPairwiseAlignerJob.WeightFunction,System.Int32,System.Int32,System.Int32,System.Int32)"]

blockRow
Type: SystemInt32

[Missing <param name="blockRow"/> documentation for "M:Bio.Algorithms.Alignment.PairwiseOverlapSimpleAlignmentJob.ComputeBlock(Bio.Algorithms.Alignment.DynamicProgrammingPairwiseAlignerJob.WeightFunction,System.Int32,System.Int32,System.Int32,System.Int32)"]

blockCol
Type: SystemInt32

[Missing <param name="blockCol"/> documentation for "M:Bio.Algorithms.Alignment.PairwiseOverlapSimpleAlignmentJob.ComputeBlock(Bio.Algorithms.Alignment.DynamicProgrammingPairwiseAlignerJob.WeightFunction,System.Int32,System.Int32,System.Int32,System.Int32)"]

lastRow
Type: SystemInt32

[Missing <param name="lastRow"/> documentation for "M:Bio.Algorithms.Alignment.PairwiseOverlapSimpleAlignmentJob.ComputeBlock(Bio.Algorithms.Alignment.DynamicProgrammingPairwiseAlignerJob.WeightFunction,System.Int32,System.Int32,System.Int32,System.Int32)"]

lastCol
Type: SystemInt32

[Missing <param name="lastCol"/> documentation for "M:Bio.Algorithms.Alignment.PairwiseOverlapSimpleAlignmentJob.ComputeBlock(Bio.Algorithms.Alignment.DynamicProgrammingPairwiseAlignerJob.WeightFunction,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also