Skip to content

Commit

Permalink
Fixing bug in number of clusters reported
Browse files Browse the repository at this point in the history
  • Loading branch information
sdentro committed Jun 23, 2016
1 parent 522b96c commit 21b85f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpc.R
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ print("Writing challenge output files")
print("1A")
write.table(cellularity,"subchallenge1A.txt",row.names=F,col.names=F,quote=F,sep="\t")
print("1B")
write.table(no.clusters,"subchallenge1B.txt",row.names=F,col.names=F,quote=F,sep="\t")
write.table(nrow(final_clusters_table),"subchallenge1B.txt",row.names=F,col.names=F,quote=F,sep="\t")
print("1C")
write.table(final_clusters_table,"subchallenge1C.txt",row.names=F,col.names=F,quote=F,sep="\t")
print("2A")
Expand Down

0 comments on commit 21b85f3

Please sign in to comment.