Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
6fe23a89
Commit
6fe23a89
authored
Aug 01, 2012
by
Leo Gordon
Browse files
removed the alternative "nowrite" spelling to simplify interface
parent
254e3bf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/runWorker.pl
scripts/runWorker.pl
+1
-1
scripts/standaloneJob.pl
scripts/standaloneJob.pl
+1
-1
No files found.
scripts/runWorker.pl
View file @
6fe23a89
...
...
@@ -47,7 +47,7 @@ GetOptions(
'
job_limit|limit=i
'
=>
\
$job_limit
,
'
life_span|lifespan=i
'
=>
\
$life_span
,
'
no_cleanup
'
=>
\
$no_cleanup
,
'
no_write
|nowrite
'
=>
\
$no_write
,
'
no_write
'
=>
\
$no_write
,
'
hive_output_dir|outdir=s
'
=>
\
$hive_output_dir
,
# keep compatibility with the old name
'
worker_output_dir=s
'
=>
\
$worker_output_dir
,
# will take precedence over hive_output_dir if set
'
retry_throwing_jobs=i
'
=>
\
$retry_throwing_jobs
,
...
...
scripts/standaloneJob.pl
View file @
6fe23a89
...
...
@@ -18,7 +18,7 @@ GetOptions(
'
help
'
=>
\
$help
,
'
debug=i
'
=>
\
$debug
,
'
reg_conf|regfile=s
'
=>
\
$reg_conf
,
'
no_write
|nowrite
'
=>
\
$no_write
,
'
no_write
'
=>
\
$no_write
,
'
no_cleanup
'
=>
\
$no_cleanup
,
'
flow_into|flow=s
'
=>
\
$flow_into
,
'
input_id=s
'
=>
\
$input_id
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment