From fa03d7fa750da8d17c934ede262c80dd09c29f6c Mon Sep 17 00:00:00 2001
From: Francesco Sabatini <francesco.sabatini@idiv.de>
Date: Tue, 24 Nov 2020 10:27:09 +0100
Subject: [PATCH] fixed A98

---
 code/submit-A98-array.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/submit-A98-array.sh b/code/submit-A98-array.sh
index fc22685..8a82bfd 100644
--- a/code/submit-A98-array.sh
+++ b/code/submit-A98-array.sh
@@ -7,7 +7,7 @@
 #$ -j y
 
 #$ -l h_rt=00:30:00:00
-#$ -l h_vmem=1G
+#$ -l h_vmem=2G
 
 #$ -pe smp 5-32
 
@@ -32,6 +32,6 @@ Rscript \
     --chunk.i "$SGE_TASK_ID" \
     --chunkn 99 \
     /data/splot/_data_splot3/header.shp.shp \
-    robust.mean \
+    NA \
     "$output" \
     "$filename"
-- 
GitLab