From a727e581939d0c13636ed7f65b0f9c670a130685 Mon Sep 17 00:00:00 2001 From: shaileshtripathi Date: Thu, 28 Jul 2016 14:37:23 +0300 Subject: [PATCH] updated configure --- DESCRIPTION | 2 +- configure | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index d44dbae..1e67600 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: samExploreR Type: Package Title: samExploreR package: high-performance read summarisation to count vectors with avaliability of sequencing depth reduction simulation -Version: 1.0.7 +Version: 1.0.8 Depends: ggplot2,pBrackets,colorspace,R (>= 3.1.0) Author: Alexey Stupnikov, Shailesh Tripathi and Frank Emmert-Streib with contributions from Wei Shi and Yang Liao Maintainer: Alexey Stupnikov,Shailesh Tripathi diff --git a/configure b/configure index dc16d53..e894ccb 100644 --- a/configure +++ b/configure @@ -2,6 +2,9 @@ #cp src/Makevars.in src/Makevars +mkdir ~/tmp +export TMPDIR=~/tmp + UNAME=`uname` echo @@@@@ The operating system is $UNAME.