changeset 28:7c2d6606ade3 draft

Uploaded
author czouaoui
date Thu, 17 May 2018 02:53:08 -0400
parents 7e5777300417
children 19b767ca3a79
files gc_cover_data/getGCCoverData.R
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gc_cover_data/getGCCoverData.R	Thu May 17 02:44:49 2018 -0400
+++ b/gc_cover_data/getGCCoverData.R	Thu May 17 02:53:08 2018 -0400
@@ -1,6 +1,5 @@
 #!/usr/bin/env Rscript
 args = commandArgs(trailingOnly=TRUE)
-library(IRanges)
 
 # test if there is at least one argument: if not, return an error
 if (length(args) != 3) {