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:
parent
bfc40f54f0
commit
dae77bf14a
|
|
@ -34,7 +34,7 @@ public class BasecallingTrainingSet {
|
||||||
* @param bustardDir the Bustard directory for the sample
|
* @param bustardDir the Bustard directory for the sample
|
||||||
* @param lane the lane 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 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
|
* @param trainingLimit the number of training reads to accept
|
||||||
*/
|
*/
|
||||||
public BasecallingTrainingSet(File bustardDir, int lane, int cycleBegin, int cycleEnd, int trainingLimit) {
|
public BasecallingTrainingSet(File bustardDir, int lane, int cycleBegin, int cycleEnd, int trainingLimit) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue