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
Commits
21a5ca3f
Commit
21a5ca3f
authored
Feb 14, 2008
by
Glenn Proctor
Browse files
Options tweak.
parent
80409469
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
misc-scripts/ebi_search_dump/dump_ebi.pl
misc-scripts/ebi_search_dump/dump_ebi.pl
+3
-1
No files found.
misc-scripts/ebi_search_dump/dump_ebi.pl
View file @
21a5ca3f
...
...
@@ -99,7 +99,9 @@ sub submit {
my
$n
=
substr
(
$dbname
,
0
,
10
);
system
"
bsub -o
$o
-e
$e
-J
$dbname
perl dump_ebi.pl -user
$user
-host
$host
$p
-port
$port
-dbpattern
$dbname
-gzip
";
my
$g
=
(
$nogzip
)
?
"
-nogzip
"
:
'';
system
"
bsub -o
$o
-e
$e
-J
$dbname
perl dump_ebi.pl -user
$user
-host
$host
$p
-port
$port
-dbpattern
$dbname
$g
";
}
...
...
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