# HG changeset patch # User czouaoui # Date 1526539489 14400 # Node ID 7e57773004174793d0a32c405cc9b3015077ea80 # Parent 76e7473b615c85a36904d21879c3217d98223a54 Uploaded diff -r 76e7473b615c -r 7e5777300417 gc_cover_data/getGCCoverData.R --- a/gc_cover_data/getGCCoverData.R Thu May 17 02:43:40 2018 -0400 +++ b/gc_cover_data/getGCCoverData.R Thu May 17 02:44:49 2018 -0400 @@ -1,6 +1,6 @@ #!/usr/bin/env Rscript args = commandArgs(trailingOnly=TRUE) -library(Iranges) +library(IRanges) # test if there is at least one argument: if not, return an error if (length(args) != 3) {