Skip to content

Commit d369011

Browse files
Cleanup templates
1 parent b7779d5 commit d369011

File tree

12 files changed

+0
-24
lines changed

12 files changed

+0
-24
lines changed

inst/templates/bash.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ trap 'echo "ERROR: future.batchtools job script failed on line $LINENO" >&2; exi
3030
%>
3131

3232
<% if (length(startup) > 0) {
33-
## Inject optional shell code
3433
writeLines(startup)
3534
} %>
3635

@@ -47,7 +46,6 @@ echo " - exit code: ${res}"
4746
echo "Command: Rscript -e 'batchtools::doJobCollection("<%= uri %>")' ... done"
4847

4948
<% if (length(shutdown) > 0) {
50-
## Inject optional shell code
5149
writeLines(shutdown)
5250
} %>
5351

inst/templates/lsf.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ echo "- job log file: '<%= log.file %>'"
5252
echo
5353

5454
<% if (length(startup) > 0) {
55-
## Inject optional shell code
5655
writeLines(startup)
5756
} %>
5857

@@ -98,7 +97,6 @@ fi
9897
<% } %>
9998

10099
<% if (length(shutdown) > 0) {
101-
## Inject optional shell code
102100
writeLines(shutdown)
103101
} %>
104102

inst/templates/openlava.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ echo "- job log file: '<%= log.file %>'"
5252
echo
5353

5454
<% if (length(startup) > 0) {
55-
## Inject optional shell code
5655
writeLines(startup)
5756
} %>
5857

@@ -98,7 +97,6 @@ fi
9897
<% } %>
9998

10099
<% if (length(shutdown) > 0) {
101-
## Inject optional shell code
102100
writeLines(shutdown)
103101
} %>
104102

inst/templates/sge.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ echo "- job log file: '<%= log.file %>'"
6161
echo
6262

6363
<% if (length(startup) > 0) {
64-
## Inject optional shell code
6564
writeLines(startup)
6665
} %>
6766

@@ -107,7 +106,6 @@ fi
107106
<% } %>
108107

109108
<% if (length(shutdown) > 0) {
110-
## Inject optional shell code
111109
writeLines(shutdown)
112110
} %>
113111

inst/templates/slurm.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ echo "- job log file: '<%= log.file %>'"
5151
echo
5252

5353
<% if (length(startup) > 0) {
54-
## Inject optional shell code
5554
writeLines(startup)
5655
} %>
5756

@@ -96,7 +95,6 @@ fi
9695
<% } %>
9796

9897
<% if (length(shutdown) > 0) {
99-
## Inject optional shell code
10098
writeLines(shutdown)
10199
} %>
102100

inst/templates/torque.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ echo "- job log file: '<%= log.file %>'"
5555
echo
5656

5757
<% if (length(startup) > 0) {
58-
## Inject optional shell code
5958
writeLines(startup)
6059
} %>
6160

@@ -100,7 +99,6 @@ fi
10099
<% } %>
101100

102101
<% if (length(shutdown) > 0) {
103-
## Inject optional shell code
104102
writeLines(shutdown)
105103
} %>
106104

man/batchtools_bash.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/batchtools_lsf.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/batchtools_openlava.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/batchtools_sge.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)