From 87b9472c8de49ef9f114fe208d3f470a3c347505 Mon Sep 17 00:00:00 2001 From: Francesco Sabatini <francesco.sabatini@idiv.de> Date: Fri, 13 Mar 2020 12:01:11 +0100 Subject: [PATCH] spellcheck in submit-A98 --- code/submit-A98.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/submit-A98.sh b/code/submit-A98.sh index 182138b..6450490 100644 --- a/code/submit-A98.sh +++ b/code/submit-A98.sh @@ -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" -- GitLab