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)