We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c252e commit 8c93a13Copy full SHA for 8c93a13
globalScript.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+R CMD BATCH --no-save --no-restore '--args disease="prad"' R/dlImages.R downloadLogs.out
4
5
+./TileSVS.sh 400 .png
6
7
+R CMD BATCH --no-save --no-restore '--args maxShape=800 minShape=40 failureRegion=2000 numWindows=4 pattern="\\.png" disease="prad"' R/imageProc.R segments.out
8
9
+echo "done"
0 commit comments