Skip to content

Commit

Permalink
Update parallelized script
Browse files Browse the repository at this point in the history
  • Loading branch information
saorisakaue committed Sep 4, 2024
1 parent 33c6f96 commit e80b5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Parallelized Bash Script/SCENT_parallelization.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ [email protected] <- [email protected][[node]]
SCENT_obj <- SCENT_algorithm(SCENT_obj, celltype, cores, regr, bin)

#### Output SCENT results for each gene-peak pair block.
filename <- paste0(output_dir,"SCENTresult_",node,".txt")
filename <- paste0(output_dir,"/SCENTresult_",node,".txt")

write.table(SCENT_obj@SCENT.result, file = filename, row.names = F, col.names = T)
write.table(SCENT_obj@SCENT.result, file = filename, row.names = F, col.names = T, quote = F)

0 comments on commit e80b5ba

Please sign in to comment.