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

spellcheck in submit-A98

parent c34c5f38
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#$ -S /bin/bash
#$ -N PredictorExtract
#$ -o /work/$USER/$JOB_NAME-$JOB_ID.log
#$ -o /work/$USER/$JOB_NAME-$JOB_ID_sd.log
#$ -j y
#$ -l h_rt=00:30:00:00
......@@ -18,15 +18,15 @@ module load R
filename="$1"
shift
output=/data/splot/_data_splot3/output_pred/$(basename $filename .shp).csv
output=/data/splot/_data_splot3/output_pred/$(basename $"filename" .shp)_sd.csv
Rscript \
cli_A98.r \
--cores ${NSLOTS:-1} \
--cores $"{NSLOTS:-1}" \
--typp "raster" \
--chunk.i 1 \
--chunkn 1 \
/data/splot/_data_splot3/header.shp.shp \
robust.mean \
robust.sd \
"$output" \
"$filename"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment