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

Update R script output.

parent db7110cb
Branches
Tags
No related merge requests found
...@@ -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]
......
...@@ -8,7 +8,7 @@ args <- commandArgs(trailingOnly=TRUE) ...@@ -8,7 +8,7 @@ args <- commandArgs(trailingOnly=TRUE)
# Check input args # Check input args
if (length(args) != 1) { if (length(args) != 1) {
stop("Usage: diff_peaks.R [ annotate_design.tsv ] ", call.=FALSE) stop("Usage: diff_peaks.R annotate_design.tsv ", call.=FALSE)
} }
# Build DBA object from design file # Build DBA object from design file
......
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