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
This commit is contained in:
chartl 2010-03-09 20:15:21 +00:00
parent f096a958d6
commit ee68e38e02
1 changed files with 1 additions and 3 deletions

View File

@ -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)
HeatmapLocusTable(TO_PLOT)