-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrunQth.pbs
More file actions
29 lines (23 loc) · 1.06 KB
/
runQth.pbs
File metadata and controls
29 lines (23 loc) · 1.06 KB
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
#!/bin/bash
#PBS -q home-epigen
#PBS -N juicer
#PBS -l nodes=1:ppn=28
#PBS -l mem=96g
#PBS -l walltime=24:00:00
#PBS -V
#PBS -m abe
#PBS -A epigen-group
# -v sample=,mpq
set -x
PS4='+\d+\t '
source activate hic
module load cuda/8.0.44
export _JAVA_OPTIONS="-Xmx64g"
cd /home/zhc268/scratch/juicer/work/${sample}
../../scripts/common/statistics.pl -s ../..//restriction_sites/hg19_MboI.txt \
-l GATCGATC -o /home/zhc268/scratch/juicer/work/${sample}/aligned/inter_${mpq}.txt \
-q ${mpq} /home/zhc268/scratch/juicer/work/${sample}/aligned/merged_nodups.txt
../../scripts/common/juicer_tools pre -s /home/zhc268/scratch/juicer/work/${sample}/aligned/inter_${mpq}.txt \
-g /home/zhc268/scratch/juicer/work/${sample}/aligned/inter_${mpq}_hists.m \
-q ${mpq} /home/zhc268/scratch/juicer/work/${sample}/aligned/merged_nodups.txt \
/home/zhc268/scratch/juicer/work/${sample}/aligned/inter_${mpq}.hic hg19