forked from albertwcheng/RNASeqMappingScripts3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
initvars.sh
executable file
·50 lines (36 loc) · 1.21 KB
/
initvars.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
scriptDir=`pwd`
cd ..
rootDir=`pwd`
cd $scriptDir
source ~/.bashrc
#echo 'initvar'
solexaOuputDir=$rootDir/solexaOutputs
mergedsolfqDir=$rootDir/mergedsolfq
fastqDir=$rootDir/fastq
bfqDir=$rootDir/bfq
logDir=$rootDir/log
mapDir=$rootDir/maps.rr
configDir=$rootDir/config
saiDir=$rootDir/sai
sampeDir=$rootDir/sampe
samseDir=$rootDir/samse
samseDirOutCoyote=$rootDir/samse #/srv/crate-01/data/burge-stuff/awcheng/JohanData/samse # /net/crate-01/data/burge-stuff/awcheng/bill-samse/
tophatshvar=$logDir/tophat.shvar
#tophatOutputDir=$rootDir/tophatOutput2
tophatOutputDir=$rootDir/tophatOutput
bowtieOutputDir=$rootDir/bowtieOutput
#/srv/crate-01/data/burge-stuff/awcheng/tophatOutput # /net/crate-01/data/burge-stuff/awcheng/tophatOutput #####
cuffLinkOutputDir=#/srv/crate-01/data/burge-stuff/awcheng/cuffLinkOutput # /net/crate-01/data/burge-stuff/awcheng/cuffLinkOutput ####
maq="maq" # in path??
queueJobEmail=albertwcheng@gmail.com ####
queueJobStdWritePath=/mit/awcheng #####
jobQueue=long ####
samFileBaseName=accepted_hits.sam
function getSampleName {
OIFS=$IFS
IFS='_'
declare -a splitter=( $1 )
echo ${splitter[0]}
}
bsub_command="qsub"
tophat_command="/net/sugarman/scratch/awcheng/App/bin/tophat"