UseCases » History » Version 8
Sarah Zaranek, 09/20/2022 03:16 PM
1 | 5 | Sarah Zaranek | h1. Use Cases for Workbench |
---|---|---|---|
2 | 2 | Tom Clegg | |
3 | 6 | Sarah Zaranek | h2. Running Workflows |
4 | |||
5 | I want to run a workflow on a collection that exists |
||
6 | * did my workflow run correctly? |
||
7 | * if finished - check status, logs and output |
||
8 | |||
9 | h2. Debugging Workflows |
||
10 | |||
11 | 3 | Tom Clegg | I have a collection with buggy/suspect results. I need to figure out where in the pipeline the bug crept in. |
12 | 2 | Tom Clegg | * any big differences between the different "foo_XX" steps? |
13 | * flags passed to the "foo_XX" steps |
||
14 | * logs from one (all?) of the "bar_XX" steps |
||
15 | * docker image metadata (docker image ID, name, version, dockerfile) |
||
16 | |||
17 | 6 | Sarah Zaranek | h2. Finding Workflows |
18 | |||
19 | 3 | Tom Clegg | I need to find a "good" workflow invocation, and compare it to something that isn't working now |
20 | 1 | Sarah Zaranek | * when did this workflow last succeed? |
21 | |||
22 | 8 | Sarah Zaranek | h2. Creating a collection |
23 | |||
24 | I want to create a new collection |
||
25 | * from data already in an existing collection |
||
26 | * from a subset of files in an existing collection |
||
27 | * combining files from different subsets of different collections |
||
28 | * uploading from my desktop |
||
29 | * downloading from ftp, s3 or other location |
||
30 | * from the results of a already run workflow |
||
31 | |||
32 | 6 | Sarah Zaranek | h2. Getting Collection Lineage |
33 | |||
34 | 3 | Tom Clegg | I have a collection that is valuable/interesting. I need to review/share/publish how it was generated (tools/versions/options/inputs). |
35 | 1 | Sarah Zaranek | |
36 | 6 | Sarah Zaranek | h2. Checking Collection Version |
37 | 1 | Sarah Zaranek | |
38 | 7 | Sarah Zaranek | I need to find some data, and confirm I'm looking at the right version. |
39 | |||
40 | 1 | Sarah Zaranek | h2. Cost Estimation |
41 | |||
42 | 7 | Sarah Zaranek | I want to estimate how much money it will cost to run a workflow. |
43 | |||
44 | h2. Run-time Estimation |
||
45 | |||
46 | 6 | Sarah Zaranek | I want to know how long it will take to run my workflow. |
47 | 4 | Tom Clegg | * queued? when will it start? |
48 | * taking a long time? how long does it normally take? |
||
49 | * slower than it should be? should I run it with more CPUs, RAM, etc.? |