Project

General

Profile

UseCases » History » Version 14

Sarah Zaranek, 09/20/2022 03:21 PM

1 5 Sarah Zaranek
h1. Use Cases for Workbench
2 2 Tom Clegg
3 13 Sarah Zaranek
h2. Running/Testing Workflow that I wrote 
4 6 Sarah Zaranek
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 1 Sarah Zaranek
9 12 Sarah Zaranek
h2. Running a Workflow that I didn't write 
10
11
* Assumption that workflow already works.
12 11 Sarah Zaranek
13
I want to run a workflow that someone built for me. 
14
15 6 Sarah Zaranek
h2. Debugging Workflows
16
17 3 Tom Clegg
I have a collection with buggy/suspect results. I need to figure out where in the pipeline the bug crept in.
18 2 Tom Clegg
* any big differences between the different "foo_XX" steps?
19
* flags passed to the "foo_XX" steps
20
* logs from one (all?) of the "bar_XX" steps
21
* docker image metadata (docker image ID, name, version, dockerfile)
22
23 14 Sarah Zaranek
h2. Finding  and Comparing Workflows 
24 6 Sarah Zaranek
25 3 Tom Clegg
I need to find a "good" workflow invocation, and compare it to something that isn't working now
26 1 Sarah Zaranek
* when did this workflow last succeed?
27
28 8 Sarah Zaranek
h2. Creating a collection
29
30
I want to create a new collection
31
* from data already in an existing collection
32
* from a subset of files in an existing collection
33
* combining files from different subsets of different collections
34
* uploading from my desktop
35
* downloading from ftp, s3 or other location
36
* from the results of a already run workflow
37
38 6 Sarah Zaranek
h2. Getting Collection Lineage
39
40 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).
41 1 Sarah Zaranek
42 10 Sarah Zaranek
h2. Find a Collection
43 1 Sarah Zaranek
44 10 Sarah Zaranek
I need to find some data, and confirm I'm looking at the right collection. 
45 7 Sarah Zaranek
46 1 Sarah Zaranek
h2. Cost Estimation
47
48 7 Sarah Zaranek
I want to estimate how much money it will cost to run a workflow.
49
50
h2. Run-time Estimation
51
52 9 Sarah Zaranek
I want to know how long it will take to run my workflow.
53 4 Tom Clegg
* queued? when will it start?
54
* taking a long time? how long does it normally take?
55
* slower than it should be? should I run it with more CPUs, RAM, etc.?