Skip to content
Snippets Groups Projects
Commit 042f9c5c authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Added missing password option and removed user interaction.

parent 9fe645f4
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ $support->parse_extra_options(
'altassembly=s',
'althost=s',
'altport=n',
'altpass=s',
'chromosomes|chr=s@',
);
$support->allowed_params(
......@@ -112,6 +113,7 @@ $support->allowed_params(
'altassembly',
'althost',
'altport',
'altpass',
'chromosomes',
);
......@@ -123,7 +125,7 @@ if ($support->param('help') or $support->error) {
$support->comma_to_list('chromosomes');
# ask user to confirm parameters to proceed
$support->confirm_params;
#$support->confirm_params;
# get log filehandle and print heading and parameters to logfile
$support->init_log;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment