Skip to content

Commit f0ed013

Browse files
authored
Merge pull request #119 from UMCUGenetics/develop
Update release 2.7 branch
2 parents 1612ff1 + 74a37ba commit f0ed013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/makeBAFplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ for (i in c(1:length(chromosomes))) {
6464
tmp <- subset(rowdat, CHROM==chrom)
6565

6666
for (j in seq(1, nrow(tmp), by=binsize/2)) {
67-
maxy <- j+binsize
67+
maxy <- j+binsize-1
6868

6969
if (maxy>nrow(tmp)) {maxy<-nrow(tmp)}
7070

0 commit comments

Comments
 (0)