-
Notifications
You must be signed in to change notification settings - Fork 10
/
.command-engine.yml
64 lines (62 loc) · 1.8 KB
/
.command-engine.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
project_name: parsec
strict: false
module:
base_module: bioblend.galaxy
instance_ctx: gi
instance_cls: "<class 'bioblend.galaxy.GalaxyInstance'>"
instance_func: GalaxyInstance
instance_args:
- "http://localhost:8080"
- "API_KEY"
ignore:
top_attrs:
- base_url
- client
- default_params
- get_retry_delay
- json_headers
- key
- make_delete_request
- make_get_request
- make_patch_request
- make_post_request
- make_put_request
- max_get_attempts
- max_get_retries
- set_retry_delay
- timeout
- url
- verify
funcs:
- histories.download_dataset
- histories.get_current_history
- set_max_get_retries
- get_max_get_retries
- set_get_retry_delay
- show_stderr
- show_stdout
- client
- base_url
- default_params
- get_retry_delay
- set_retry_delay
- json_headers
- key
- set_get_retry_delay
- set_max_get_retries
- get_retry_delay
- max_get_retries
- make_delete_request
- make_get_request
- make_post_request
- make_put_request
- max_get_retries
- max_get_attempts
- toolShed
- url
- verify
documentation: |
parsec is a set of wrappers for BioBlend's API. It builds a set of small,
useful utilities for talking to Galaxy servers. Each utility is implemented as
a subcommand of ``parsec``. This section of the documentation
describes these commands.