Skip to content
Snippets Groups Projects
Commit 5acdbca8 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Updated exit message.

parent 7d2108a5
Branches
Tags
2 merge requests!37v0.0.1,!22Resolve "process_count"
Pipeline #6307 passed with stages
in 6 hours, 56 minutes, and 56 seconds
......@@ -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))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment