Skip to content
Snippets Groups Projects
Commit 465e9f29 authored by Francesco Sabatini's avatar Francesco Sabatini
Browse files

Merge remote-tracking branch 'refs/remotes/origin/master'

parents 021f1ed4 db09f919
No related merge requests found
#!/bin/bash #!/bin/bash
#$ -S /bin/bash #$ -S /bin/bash
#$ -N HIDDENcov-nona #$ -N HIDDENpa-nona2
#$ -o /work/$USER/$JOB_NAME-$JOB_ID-$TASK_ID.log #$ -o /work/$USER/$JOB_NAME-$JOB_ID-$TASK_ID.log
#$ -j y #$ -j y
...@@ -19,20 +19,20 @@ module load GCC/8.3.0 ...@@ -19,20 +19,20 @@ module load GCC/8.3.0
module load OpenMPI/3.1.4 module load OpenMPI/3.1.4
module load R/3.6.2 module load R/3.6.2
output=/data/splot/HIDDEN/output/HIDDENcov.nona output=/data/splot/HIDDEN/output/HIDDENpa-nona2
Rscript \ Rscript \
cli_01b.r \ cli_01b.r \
--max.inter.t 1 \ --max.inter.t 11 \
--chunk.i $SGE_TASK_ID \ --chunk.i "$SGE_TASK_ID" \
--chunkn 53 \ --chunkn 336 \
--nperm 99 \ --nperm 999 \
--ncores ${NSLOTS:-1} \ --ncores "${NSLOTS:-1}" \
--start.round 1 \ --start.round 1 \
--relax.round 1 \ --relax.round 8 \
--exclude.na T \ --exclude.na F \
/data/splot/HIDDEN/species.v2.10perc.cov.txt \ /data/splot/HIDDEN/species.v2.10perc.pa.txt \
/data/splot/HIDDEN/traits.v2.10perc.txt \ /data/splot/HIDDEN/traits.v2.10perc.pa.sign.txt \
"$output" \ "$output" \
"get.corXY.bootstrap" \ "get.corXY.bootstrap" \
"all" \ "all" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment