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
57938b20
Commit
57938b20
authored
Jul 16, 2012
by
Matthieu Muffato
Browse files
rc_id renamed to resource_class_id
parent
7bd5b288
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/lsf_report.pl
scripts/lsf_report.pl
+1
-1
No files found.
scripts/lsf_report.pl
View file @
57938b20
...
...
@@ -54,7 +54,7 @@ sub main {
$dbc
->
do
(
qq{
CREATE OR REPLACE VIEW lsf_usage AS
SELECT CONCAT(logic_name,'(',analysis_id,')') analysis_name_and_id,
r
c
_id, count(*) workers,
r
esource_class
_id, count(*) workers,
min(mem), avg(mem), max(mem),
min(swap), avg(swap), max(swap)
FROM analysis
...
...
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