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

Fix program description.

parent e7b72cfb
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ args <- commandArgs(trailingOnly=TRUE)
# Check input args
if (length(args) != 2) {
stop("Usage: annotate_peaks.r [ annotate_design.tsv ] [ genome_assembly ]", call.=FALSE)
stop("Usage: annotate_peaks.R [ annotate_design.tsv ] [ genome_assembly ]", call.=FALSE)
}
design_file <- args[1]
......
File moved
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