We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40a546 commit 3b8c4d1Copy full SHA for 3b8c4d1
xContrastTwins.sh
@@ -1,12 +1,6 @@
1
#!/bin/bash
2
#$ -cwd -l mem=1G,time=:30: -N FilterTwin
3
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
-
10
#get arguments
11
while getopts v:t:n:p:f:a:b:u: opt; do
12
case "$opt" in
@@ -22,7 +16,7 @@ while getopts v:t:n:p:f:a:b:u: opt; do
22
16
esac
23
17
done
24
18
25
-FiltScrDir="/ifs/scratch/c2b2/af_lab/ads2202/Exome_Seq/scripts/Filtering_scripts/"
19
+FiltScrDir="/home/local/ARCS/ads2202/scripts/Filtering_scripts"
26
20
27
21
VcfFil=`readlink -f $VcfFil`
28
0 commit comments