changeset 27:7e5777300417 draft

Uploaded
author czouaoui
date Thu, 17 May 2018 02:44:49 -0400
parents 76e7473b615c
children 7c2d6606ade3
files gc_cover_data/getGCCoverData.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) {