Skip to content

Commit

Permalink
input names check removed
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCorCab committed Jun 7, 2024
1 parent b340f04 commit e2fb628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/scripts/degenes_Hunter.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ if(! is.null(c(opt$target_file, opt$Control_columns, opt$Treatment_columns))) {
}
if(! is.null(opt$input_file)) {
raw_count_table <- read.table(opt$input_file,
header=TRUE, row.names=1, sep="\t")
header=TRUE, row.names=1, sep="\t", check.names = FALSE)
} else {
raw_count_table <- NULL
}
Expand Down

0 comments on commit e2fb628

Please sign in to comment.