Skip to content

Commit

Permalink
define result relative to main rather than by concatenating main and …
Browse files Browse the repository at this point in the history
…result paths
  • Loading branch information
jvanheld committed Aug 8, 2018
1 parent 6e34259 commit e43762b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/RSnakeChunks/misc/rna-seq_normalisation_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if (is.null(opt$main_dir) ) {

## Result directory
if (is.null(opt$result_dir)) {
opt$result_dir <- file.path(opt$main_dir, "results")
opt$result_dir <- "results"
message("Result dir defined from main directory\t", opt$result_dir)
}

Expand Down

0 comments on commit e43762b

Please sign in to comment.