From 5b977c207d3b88d66ad7310fe3e12f5635d6cc55 Mon Sep 17 00:00:00 2001
From: Argyris Z <azardilis@gmail.com>
Date: Fri, 3 Jul 2020 11:52:48 +0100
Subject: [PATCH] Notebook runners

---
 growthAnalysis/run-anisos-distrs.sh | 3 +++
 growthAnalysis/run-grate-distrs.sh  | 3 +++
 2 files changed, 6 insertions(+)
 create mode 100755 growthAnalysis/run-anisos-distrs.sh
 create mode 100755 growthAnalysis/run-grate-distrs.sh

diff --git a/growthAnalysis/run-anisos-distrs.sh b/growthAnalysis/run-anisos-distrs.sh
new file mode 100755
index 0000000..0ba8ecc
--- /dev/null
+++ b/growthAnalysis/run-anisos-distrs.sh
@@ -0,0 +1,3 @@
+echo "Flower $1"
+export FID=$1
+jupyter nbconvert --to notebook --execute growthAnalysis/anisos-distrs.ipynb
diff --git a/growthAnalysis/run-grate-distrs.sh b/growthAnalysis/run-grate-distrs.sh
new file mode 100755
index 0000000..5a0826b
--- /dev/null
+++ b/growthAnalysis/run-grate-distrs.sh
@@ -0,0 +1,3 @@
+echo "Flower $1"
+export FID=$1
+jupyter nbconvert --to notebook --execute growthAnalysis/grate-distrs.ipynb
-- 
GitLab