-
Notifications
You must be signed in to change notification settings - Fork 20
/
sample_script.sh
executable file
·36 lines (27 loc) · 1.06 KB
/
sample_script.sh
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
30
31
32
33
34
#!/bin/bash -ex
#PBS -l nodes=1:ppn=1
#PBS -l mem=20GB
#PBS -l walltime=04:00:00
#PBS -m ae
#PBS -j eo
#PBS -V
#source ~/.bashrc
#source ~/.bash_profile
hostname
TMPDIR=/scratch
cd $PBS_O_WORKDIR
# executing FitHiChIP according to the settings of configuration file
# any modification of input parameters should be done via the configuration file
# executing FitHiChIP(L) with coverage bias regression
bash FitHiChIP_HiCPro.sh -C configfile_BiasCorrection_CoverageBias
# executing FitHiChIP(L) with ICE bias regression
#bash FitHiChIP_HiCPro.sh -C configfile_BiasCorrection_ICEBias
# executing FitHiChIP(S) with coverage bias regression
#bash FitHiChIP_HiCPro.sh -C configfile_P2P_BiasCorrection_CoverageBias
# executing FitHiChIP(S) with ICE bias regression
#bash FitHiChIP_HiCPro.sh -C configfile_P2P_BiasCorrection_ICEBias
# this command is commented
# user may uncomment this command for differential analysis of FitHiChIP loops
# for two categories each with multiple replicates
# a sample test data is provided in this repository
# bash Differetial_Analysis_Script.sh