|
@@ -127,7 +127,7 @@ handle_input_hic <- function(opt){
|
|
|
feature_track=opt$feature_track,
|
|
|
single_binsize_only=!opt$adaptive,
|
|
|
n_cores = opt$nproc,
|
|
|
- sub_domains=T)
|
|
|
+ sub_domains=F)
|
|
|
}
|
|
|
|
|
|
# 增加了对 mcool 的支持
|
|
@@ -182,7 +182,7 @@ handle_input_mcool <- function(opt){
|
|
|
single_binsize_only=!opt$adaptive,
|
|
|
save_intermediate_data=TRUE,
|
|
|
n_cores=opt$nproc,
|
|
|
- sub_domains=T)
|
|
|
+ sub_domains=F)
|
|
|
|
|
|
}
|
|
|
|
|
@@ -233,7 +233,7 @@ handle_input_cool <- function(opt){
|
|
|
single_binsize_only=!opt$adaptive,
|
|
|
save_intermediate_data=TRUE,
|
|
|
n_cores=opt$nproc,
|
|
|
- sub_domains=T)
|
|
|
+ sub_domains=F)
|
|
|
|
|
|
}
|
|
|
|