Fixed a typo in a comment.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@723 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kiran 2009-05-15 20:07:31 +00:00
parent bfc40f54f0
commit dae77bf14a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class BasecallingTrainingSet {
* @param bustardDir the Bustard directory for the sample
* @param lane the lane for the sample
* @param cycleBegin the start cycle for the beginning of the read (0-based, inclusive)
* @param cycleEnd the stop ccle for the end of the read (0-based, inclusive)
* @param cycleEnd the stop cycle for the end of the read (0-based, inclusive)
* @param trainingLimit the number of training reads to accept
*/
public BasecallingTrainingSet(File bustardDir, int lane, int cycleBegin, int cycleEnd, int trainingLimit) {