diff --git a/workflow/scripts/calculateTPM.R b/workflow/scripts/calculateTPM.R index 18fd75a9a4d6518995ea86f84c19fcf90200743e..d4851d4806c5e12e06416a103f2e6972a8b4befe 100644 --- a/workflow/scripts/calculateTPM.R +++ b/workflow/scripts/calculateTPM.R @@ -10,7 +10,7 @@ rm(option_list) if (!("count" %in% names(opt))){ stop("No count file passed, exiting.") } else if (!file.exists(opt$count)) { - stop("No count file passed, exiting.") + stop("Count file doesn't exist, exiting.") } repRID <- basename(gsub(".featureCounts","",opt$count))