Skip to content

Commit

Permalink
step5 batch
Browse files Browse the repository at this point in the history
  • Loading branch information
tf2 committed Jul 6, 2023
1 parent 9466cfc commit 607b168
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Rbin/R/Rbin.R
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ batch_get_references_to_rbin <- function(index_file, gender_file, rbin_dir,
data = data.frame(data[,1:3], l1, l2, l3)
write.table(data, file=tempfile, sep="\t", row.names=F, col.names=F, quote=F)
rname = RbinConvert_exome_ratio(tempfile, binfile)
system(paste("rm ", rname$inputname, sep=""))
}
}

Expand Down
Binary file modified src/Rbin_1.1.tar.gz
Binary file not shown.

0 comments on commit 607b168

Please sign in to comment.