-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompute_sfs.bash
23 lines (20 loc) · 1006 Bytes
/
compute_sfs.bash
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
#$ -N compute_sfs_supplementary
#$ -e /u/home/j/jonmah/postproc_error
#$ -o /u/home/j/jonmah/postproc_output
#$ -cwd
#$ -V
#$ -l h_data=25G
#$ -l h_rt=2:00:00
#$ -t 1:40
# SGE_TASK_ID=2
# readarray good_spec < ../Data/good_species_list.txt
# readarray good_spec < ../HighRecombinationData/good_species_list.txt
readarray good_spec < ../SupplementaryAnalysis/supplementary_species_list.txt
good_spec=( null ${good_spec[@]} )
# python compute_sfs.py ${good_spec[$SGE_TASK_ID]} ../Analysis/${good_spec[$SGE_TASK_ID]}/
# python compute_sfs.py ${good_spec[$SGE_TASK_ID]} ../HighRecombinationAnalysis/${good_spec[$SGE_TASK_ID]}/ --core
# python compute_sfs.py ${good_spec[$SGE_TASK_ID]} ../Analysis/${good_spec[$SGE_TASK_ID]}/ --accessory
# echo ${good_spec[SGE_TASK_ID]}
# python compute_sfs.py ${good_spec[$SGE_TASK_ID]} ../SupplementaryAnalysis/${good_spec[$SGE_TASK_ID]}/ --core
python compute_sfs.py ${good_spec[$SGE_TASK_ID]} ../SupplementaryAnalysis/${good_spec[$SGE_TASK_ID]}/ --accessory