Skip to content

Commit

Permalink
renamed argument count.table -> countFile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanheld committed Aug 11, 2018
1 parent dc9cd4d commit f286034
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 @@ -88,7 +88,7 @@ if (!is.null(opt$rsnakechunks_dir)) {

## ---- Run the analysis ----
RNAseqAnalysis(
count.table = opt$count_table,
countFile = opt$count_table,
configFile = opt$config_file,
main.dir = opt$main_dir,
result.dir = opt$output_dir,
Expand Down

0 comments on commit f286034

Please sign in to comment.