Skip to content

Commit

Permalink
stage2 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiang548 committed May 16, 2022
1 parent 86eef91 commit 19ac267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/network/bstest2.r
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ cat(paste0("Please reset the ncores parameter to less than ", floor(memory/maxme

a <- chron(time=walltime, format=c(times="h:m:s"))
gene_trunk <- floor(0.5*(3600*hours(a)+60*minutes(a)+seconds(a))/maxlap)
cat(paste0("We will include ", gene_trunk, " genes in one script\n"))
cat(paste0("We will include ", min(gene_trunk, ncol(y)), " genes in one script\n"))

write.table(gene_trunk, file="gene_trunk_stage2", row.names=F, col.names=F, quote=F, sep=" ")

Expand Down

0 comments on commit 19ac267

Please sign in to comment.