-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIQtreeHexaJob
24 lines (24 loc) · 1.03 KB
/
IQtreeHexaJob
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# /bin/sh
# ----------------Parameters---------------------- #
#$ -S /bin/sh
#$ -pe mthread 24
#$ -q uThC.q -l lopri
#$ -l mres=72G,h_data=3G,h_vmem=3G
#$ -cwd
#$ -j y
#$ -N iqtree.may23.v2.60p
#$ -o iqtree.may23.v2.60p.log
#$ -m bea
#$ -M [email protected]
#
# ----------------Modules------------------------- #
module load bioinformatics/iqtree
#
# ----------------Your Commands------------------- #
#
echo + `date` job $JOB_NAME started in $QUEUE with jobID=$JOB_ID on $HOSTNAME
echo + NSLOTS = $NSLOTS
#
iqtree2 -s /scratch/nmnh_corals/quattrinia/analysis/genomeskims/Jul2022/hexa-phyluce/hexa-taxon-sets/black/mafft-nexus-internal-trimmed-gblocks-clean-60p-raxml/mafft-nexus-internal-trimmed-final-gblocks-clean-60p.phylip -p /scratch/nmnh_corals/quattrinia/analysis/genomeskims/Jul2022/hexa-phyluce/hexa-taxon-sets/black/mafft-nexus-internal-trimmed-gblocks-clean-60p-raxml/mafft-nexus-internal-trimmed-final-gblocks-clean-60p.charsets -m TESTMERGE -pre may23.final.v2.60p -rcluster 10 -bb 1000 -T $NSLOTS -alrt 1000
#
echo = `date` job $JOB_NAME done