Skip to content

Commit 3b8c4d1

Browse files
committed
Fixed to work on powergen
1 parent b40a546 commit 3b8c4d1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

xContrastTwins.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/bin/bash
22
#$ -cwd -l mem=1G,time=:30: -N FilterTwin
33

4-
#hpc workarounds
5-
if [[ /bin/hostname==*.hpc ]]; then
6-
source /etc/profile.d/sge.sh # SGE commands from within node
7-
source /ifs/home/c2b2/af_lab/ads2202/.bash_profile
8-
fi
9-
104
#get arguments
115
while getopts v:t:n:p:f:a:b:u: opt; do
126
case "$opt" in
@@ -22,7 +16,7 @@ while getopts v:t:n:p:f:a:b:u: opt; do
2216
esac
2317
done
2418

25-
FiltScrDir="/ifs/scratch/c2b2/af_lab/ads2202/Exome_Seq/scripts/Filtering_scripts/"
19+
FiltScrDir="/home/local/ARCS/ads2202/scripts/Filtering_scripts"
2620

2721
VcfFil=`readlink -f $VcfFil`
2822

0 commit comments

Comments
 (0)