Skip to content

Commit 8c93a13

Browse files
committed
add overarching script
1 parent 73c252e commit 8c93a13

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

globalScript.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)