Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl
Commits
33afb9d1
Commit
33afb9d1
authored
Feb 14, 2008
by
Glenn Proctor
Browse files
Fix job naming.
parent
21a5ca3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
misc-scripts/ebi_search_dump/dump_ebi.pl
misc-scripts/ebi_search_dump/dump_ebi.pl
+1
-1
No files found.
misc-scripts/ebi_search_dump/dump_ebi.pl
View file @
33afb9d1
...
...
@@ -101,7 +101,7 @@ sub submit {
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
";
system
"
bsub -o
$o
-e
$e
-J
$
n
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