-
Notifications
You must be signed in to change notification settings - Fork 0
/
.profile
17 lines (16 loc) · 947 Bytes
/
.profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###EXPORT
export PATH=$PATH:/home/bastien/Documents/Software/robinmeyers/transloc_pipeline/bin
export PATH=$PATH:/home/bastien/Documents/Software/robinmeyers/transloc_pipeline/R
export GENOME_DB=/home/bastien/Documents/Software/robinmeyers/genomes
export BOWTIE2_INDEXES=/home/bastien/Documents/Software/robinmeyers/genomes/bowtie2_indexes
export PATH=$PATH:/home/bastien/Documents/Software/robinmeyers/samtools-0.1.17
export PATH=$PATH:/home/bastien/Documents/Software/ea-utils/ea-utils.1.1.2-537
export PATH=$PATH:/home/bastien/Documents/Software/SeqPrep
export PATH=$PATH:/home/bastien/Documents/Software/oncotator-1.9.2.0
export PATH=$PATH:/home/bastien/Documents/Software/OpenMS/OpenMS-build/bin
export PATH=$PATH:/home/bastien/Documents/Software/sratoolkit.2.8.2-1-ubuntu64/bin
export GOPATH=$HOME/go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
export DATABASE_URL="sqlite3://db.sql"
export EDITOR='sublime-text'
export VISUAL='sublime-text'