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
1 merge request!18Resolve "Add in current chip-analysis functionality."
...@@ -17,7 +17,7 @@ args <- commandArgs(trailingOnly=TRUE) ...@@ -17,7 +17,7 @@ args <- commandArgs(trailingOnly=TRUE)
# Check input args # Check input args
if (length(args) != 2) { 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] 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