Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit de3edb7

Browse files
committed
virtual memory and msi plot bugs fixed
1 parent 4f1fa70 commit de3edb7

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

refseq.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ bool RefSeq::PouroutBuffer(std::ofstream &fout) {
8484
fout << homosBuffer[i].transfer << "\n";
8585
}
8686
homosBuffer.clear();
87+
totalSites = 0;
8788
}
8889

8990
// Load next chromosome
0 Bytes
Binary file not shown.

test/plot.r

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if(nn == 2){
1717
#beeswarm(score~state, data=m, method='swarm', pch=16, ylim=c(0, 100), xlab='Sample group', ylab='MSI score(%)', main='MSI score', cex=0.8, las=0, do.plot=T, add=F, at=xs, col=cols[xs], spacing=0.8, xaxs='i', yaxs='i', lwd=.75)
1818
}else if(nn == 1){
1919
colnames(m)<-c('score')
20+
cols <- colors<-colorRampPalette(brewer.pal(12, "Paired"))(1)
2021
xs<-nrow(1)
2122

2223
pdf(file=args[2])

0 commit comments

Comments
 (0)