-
Francesco Sabatini authoredFrancesco Sabatini authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
submit_01b.sh 551 B
#!/bin/bash
#$ -S /bin/bash
#$ -N HIDDEN
#$ -o /work/$USER/$JOB_NAME-$JOB_ID.log
#$ -j y
#$ -l h_rt=00:50:00:00
#$ -l h_vmem=2G
#$ -pe smp 24-32
#$ -cwd
module load R
output=/data/splot/HIDDEN/output/HIDDEN
Rscript \
cli_01b.r \
--max.inter.t 20 \
--chunk.i NA \
--chunkn NA \
--nperm 999 \
--ncores ${NSLOTS:-1} \
--start.round 4 \
--relax.round 7 \
/data/splot/HIDDEN/species.out.10perc.txt \
/data/splot/HIDDEN/traits.out.10perc.txt \
"$output" \
"get.corXY.bootstrap" \
"sequential" \