Skip to content

Commit 380292e

Browse files
set executable flag on submit_preprocessing.R
1 parent 3b34d07 commit 380292e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

submit_preprocessing.R

100644100755
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
#!/usr/bin/env Rscript
22

33
# initialize cfg.file
44
cfgFile <- NULL
@@ -38,7 +38,3 @@ sbatchCommand <- paste0("sbatch",
3838
)
3939
message("Submitting " , sbatchCommand, " to cluster")
4040
system(sbatchCommand)
41-
42-
43-
44-

0 commit comments

Comments
 (0)