Skip to content

Commit

Permalink
Fix data paths
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Nov 13, 2014
1 parent 812b2e5 commit 4041569
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions derCoverageInfo/derCoverageInfo.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh

# Directories
MAINDIR=/nexsan2/disk3/ajaffe/RNASeq/BRAIN
MAINDIR=/dcs01/lieber/ajaffe/Brain/derRuns/libd_n36
WDIR=${MAINDIR}/libd_n36/derCoverageInfo
DATADIR=${MAINDIR}/n36
DATADIR=/nexsan2/disk3/ajaffe/RNASeq/BRAIN/n36

# Define variables
SHORT='derCovInf-n36'
Expand Down
4 changes: 2 additions & 2 deletions fullCoverage/fullCoverage.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh

# Directories
MAINDIR=/nexsan2/disk3/ajaffe/RNASeq/BRAIN
MAINDIR=/dcs01/lieber/ajaffe/Brain/derRuns/libd_n36
WDIR=${MAINDIR}/libd_n36/fullCoverage
DATADIR=${MAINDIR}/n36
DATADIR=/nexsan2/disk3/ajaffe/RNASeq/BRAIN/n36

# Define variables
SHORT='fullCov-n36'
Expand Down

0 comments on commit 4041569

Please sign in to comment.