We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f844f commit 8aadea8Copy full SHA for 8aadea8
ascets_resources.R
@@ -51,7 +51,7 @@ handle_command_args <- function(args) {
51
52
# load the remaining required files and parameters
53
cytoband <<- as.data.frame(fread(arg_df$value[arg_df$flag == "-c"]))
54
- min_boc <<- ifelse(length(arg_df$value[arg_df$flag == "-t"]) > 0, as.numeric(arg_df$value[arg_df$flag == "-t"]), 0.5)
+ min_boc <<- ifelse(length(arg_df$value[arg_df$flag == "-m"]) > 0, as.numeric(arg_df$value[arg_df$flag == "-m"]), 0.5)
55
name <<- arg_df$value[arg_df$flag == "-o"]
56
57
# check if optional noise file has been supplied
0 commit comments