Skip to content

Commit

Permalink
taking out comments debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mari-ga committed Dec 19, 2023
1 parent 73ca477 commit c119904
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/dropletUtils.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ args <- parser$parse_args()
hto <- Read10X(data.dir = args$raw_hto_matrix_dir, gene.column = args$gene_col)
combinations_transformed <- ifelse(tolower(args$combinations) == "null", NULL, args$combinations)

print(args$constantAmbient)
print("----------------")
print(args$ambient)
if (args$runEmptyDrops == TRUE) {
rna <- Read10X(data.dir = args$raw_rna_matrix_dir,gene.column = args$gene_col)
print("------------------- executing emptyDrops ---------------------------------")
Expand All @@ -78,7 +75,6 @@ if (args$runEmptyDrops == TRUE) {
by.rank = args$byRank)


print("------------------- emptyDrops finished ---------------------------------")
write.csv(emptyDrops_out, paste0(args$outputdir, "/", args$assignmentOutEmptyDrops, ".csv"))
saveRDS(emptyDrops_out, file=paste0(args$outputdir, "/", args$objectOutEmptyDrops, ".rds"))

Expand All @@ -100,7 +96,6 @@ if (args$runEmptyDrops == TRUE) {

}

print("------------------- hashedDrops finished ---------------------------------")

ignore <- args$ignore
if (is.null(ignore)) {
Expand Down

0 comments on commit c119904

Please sign in to comment.