diff --git a/growthAnalysis/run-anisos-distrs.sh b/growthAnalysis/run-anisos-distrs.sh new file mode 100755 index 0000000000000000000000000000000000000000..0ba8ecc160e0dccdbc1b4a7aa2884ab4e1245376 --- /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 0000000000000000000000000000000000000000..5a0826bb43ef7ea8aa449d297c48ce9d5c3ba844 --- /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