Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: Filter by status in jobs search does not return any results #1883

Open
halender opened this issue Jan 28, 2022 · 0 comments
Open

CLI: Filter by status in jobs search does not return any results #1883

halender opened this issue Jan 28, 2022 · 0 comments
Assignees
Milestone

Comments

@halender
Copy link
Contributor

Filter by status in jobs search does not return any results. This option was not available in the old CLI, but it is now in the list of arguments, so I believe it should work.
Example:

./opencga.sh jobs search -s myeloid --tool-id variant-annotation-index
#ID	TOOL_ID	SUBMISSION_DATE	STATUS	EVENTS	START	RUNNING_TIME	INPUT	OUTPUT
variant-annotation-index.20210607060129.7xBIAt	variant-annotation-index	2021-06-07 06:01:29	DONE	-	2021-06-07 07:01:43	02:19:37	-	-
variant-annotation-index.20210618115142.na1Zfo	variant-annotation-index	2021-06-18 11:51:42	DONE	-	2021-06-18 12:52:28	01:36:23	-	-
variant-annotation-index.20210618133601.01OslN	variant-annotation-index	2021-06-18 13:36:01	DONE	-	2021-06-18 14:37:20	04:24:21	-	-
variant-annotation-index.20210910141535.UZloYE	variant-annotation-index	2021-09-10 14:15:35	ERROR	-	2021-09-10 15:15:52	00:27:07	-	-
variant-annotation-index.20210910163304.glwKxh	variant-annotation-index	2021-09-10 16:33:04	ERROR	-	2021-09-10 17:33:20	00:31:01	-	-
variant-annotation-index.20210911080546.li5qjN	variant-annotation-index	2021-09-11 08:05:46	ERROR	ERROR:1	2021-09-11 09:05:59	00:00:06	-	-
variant-annotation-index.20210911080629.zeZQv5	variant-annotation-index	2021-09-11 08:06:29	DONE	-	2021-09-11 09:06:42	03:34:53	-	-
variant-annotation-index.20220107010735.Hbv8ds	variant-annotation-index	2022-01-07 01:07:35	DONE	-	2022-01-07 01:07:50	06:17:57	-	-
variant-annotation-index.20220107110510.DDanus	variant-annotation-index	2022-01-07 11:05:10	DONE	-	2022-01-07 11:05:24	01:35:03	-	-
variant-annotation-index.20220107170904.rg6u9K	variant-annotation-index	2022-01-07 17:09:04	DONE	-	2022-01-07 17:09:21	03:49:31	-	-

./opencga.sh jobs search -s myeloid --tool-id variant-annotation-index --status DONE
INFO: No results found for the query.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants