From ee68e38e027758a824dbc80aeafabec2db12a415 Mon Sep 17 00:00:00 2001 From: chartl Date: Tue, 9 Mar 2010 20:15:21 +0000 Subject: [PATCH] Eliminate the shell items, as FH will be calling this with /broad/tools/apps/R-2.72/bin/Rscript git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2968 348d0f76-0448-11de-a6fe-93d51630548a --- R/PlotDepthOfCoverage.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/R/PlotDepthOfCoverage.R b/R/PlotDepthOfCoverage.R index c77ff97a2..5bb7504c5 100644 --- a/R/PlotDepthOfCoverage.R +++ b/R/PlotDepthOfCoverage.R @@ -1,5 +1,3 @@ -#!/broad/tools/apps/R-2.6.0/bin/Rscript - args <- commandArgs(TRUE) docBase <- args[1] @@ -143,4 +141,4 @@ PlotOnlyQuartiles(TO_PLOT) HistogramMedians(TO_PLOT) ## PLOT LOCUS STATISTICS TO_PLOT <- read.table(locusStats) -HeatmapLocusTable(TO_PLOT) \ No newline at end of file +HeatmapLocusTable(TO_PLOT)