17 lines
581 B
Bash
17 lines
581 B
Bash
#!/bin/bash
|
|
|
|
#$ -l low
|
|
#$ -cwd
|
|
#$ -pe smp 40
|
|
##$ -l mem=3G
|
|
#$ -l h_vmem=6G
|
|
##$ -l os=*stretch
|
|
#$ -q low.q@minos11,low.q@minos12,low.q@minos13,low.q@minos14,low.q@minos15
|
|
|
|
conda activate pylot_311
|
|
|
|
#python ./autoPyLoT.py -i /home/marcel/.pylot/pylot_adriaarray_m5.0-5.4.in -c 20 -dmt processed
|
|
#python ./autoPyLoT.py -i /home/marcel/.pylot/pylot_adriaarray_m5.4-5.7.in -c 20 -dmt processed
|
|
#python ./autoPyLoT.py -i /home/marcel/.pylot/pylot_adriaarray_m5.7-6.0.in -c 20 -dmt processed
|
|
python ./autoPyLoT.py -i /home/marcel/.pylot/pylot_adriaarray_m6.0-10.0.in -c 20 -dmt processed
|