changeset 26:76e7473b615c draft

Uploaded
author czouaoui
date Thu, 17 May 2018 02:43:40 -0400
parents 1035f0418712
children 7e5777300417
files gc_cover_data/getGCCoverData.R
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gc_cover_data/getGCCoverData.R	Wed May 16 10:23:45 2018 -0400
+++ b/gc_cover_data/getGCCoverData.R	Thu May 17 02:43:40 2018 -0400
@@ -1,7 +1,6 @@
 #!/usr/bin/env Rscript
 args = commandArgs(trailingOnly=TRUE)
-library(Biostrings)
-library(seqinr)
+library(Iranges)
 
 # test if there is at least one argument: if not, return an error
 if (length(args) != 3) {