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
4f5843d8
Commit
4f5843d8
authored
Dec 01, 2020
by
Matthieu Muffato
Committed by
ens-bwalts
Aug 02, 2021
Browse files
typo
parent
4f16af68
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
sql/procedures.mysql
sql/procedures.mysql
+1
-1
sql/procedures.pgsql
sql/procedures.pgsql
+1
-1
sql/procedures.sqlite
sql/procedures.sqlite
+1
-1
No files found.
sql/procedures.mysql
View file @
4f5843d8
...
...
@@ -32,7 +32,7 @@ CONTACT
--
-- Usage:
-- select * from progress; # the whole table (may take ages to generate, depending on the size of your pipeline)
-- select * from progress where
logic_name
like 'family_blast%'; # only show family_blast-related analyses
-- select * from progress where
analysis_name_and_id
like 'family_blast%'; # only show family_blast-related analyses
-- select * from progress where retry_count>1; # only show jobs that have been tried more than once
CREATE OR REPLACE VIEW progress AS
...
...
sql/procedures.pgsql
View file @
4f5843d8
...
...
@@ -32,7 +32,7 @@ CONTACT
--
-- Usage:
-- select * from progress; # the whole table (may take ages to generate, depending on the size of your pipeline)
-- select * from progress where
logic_name
like 'family_blast%'; # only show family_blast-related analyses
-- select * from progress where
analysis_name_and_id
like 'family_blast%'; # only show family_blast-related analyses
-- select * from progress where retry_count>1; # only show jobs that have been tried more than once
CREATE OR REPLACE VIEW progress AS
...
...
sql/procedures.sqlite
View file @
4f5843d8
...
...
@@ -32,7 +32,7 @@ CONTACT
--
-- Usage:
-- select * from progress; # the whole table (may take ages to generate, depending on the size of your pipeline)
-- select * from progress where
logic_name
like 'family_blast%'; # only show family_blast-related analyses
-- select * from progress where
analysis_name_and_id
like 'family_blast%'; # only show family_blast-related analyses
-- select * from progress where retry_count>1; # only show jobs that have been tried more than once
DROP VIEW IF EXISTS progress;
...
...
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