forked from broadinstitute/cromwell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (68 loc) · 2.48 KB
/
mkdocs.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
65
66
67
68
69
70
71
72
73
site_name: Cromwell
site_url: http://www.software.broadinstitute.org/WDL
site_description: Cromwell documentation
site_author: Red Team at Broad Institute
repo_url: https://github.com/broadinstitute/cromwell/tree/develop/docs
pages:
- Introduction: index.md
- Tutorials:
# - Tutorial Map: tutorials/Overview.md
- Quick Introduction: tutorials/FiveMinuteIntro.md
- How to Configure Cromwell: tutorials/ConfigurationFiles.md
- Getting started with Pipelines API: tutorials/PipelinesApi101.md
- Getting started with Alibaba Cloud: tutorials/BCSIntro.md
- View the Timing Diagrams: tutorials/TimingDiagrams.md
- Persisting data between restarts: tutorials/PersistentServer.md
- Getting started on HPC Clusters: tutorials/HPCIntro.md
- Server Mode: tutorials/ServerMode.md
- Configuring the Local backend: tutorials/LocalBackendIntro.md
- Viewing Metadata: tutorials/MetadataEndpoint.md
# - Introduction to Call Caching: tutorials/CallCaching101.md
# - Common Errors: tutorials/FrequentErrors.md
# - General Debugging Tips: tutorials/GeneralDebuggingTips.md
- Cromwell Basics:
- Modes: Modes.md
- Workflow Language Support: LanguageSupport.md
- Cromwell Releases: Getting.md
- Support: GettingHelp.md
- Command Line: CommandLine.md
- Runtime Attributes: RuntimeAttributes.md
- Workflow Options:
- Overview: wf_options/Overview.md
- Google Cloud: wf_options/Google.md
- Configuration: Configuring.md
- WOMtool: WOMtool.md
- Labels: Labels.md
- Call Caching: CallCaching.md
- Imports: Imports.md
- Sub-Workflows: SubWorkflows.md
- Execution: execution/ExecutionTwists.md
- Logging: Logging.md
- Backends:
- Overview: backends/Backends.md
- Local: backends/Local.md
- Google Cloud: backends/Google.md
- Alibaba Cloud: backends/BCS.md
- GA4GH TES: backends/TES.md
- Spark: backends/Spark.md
- HPC: backends/HPC.md
- Sun GridEngine: backends/SGE.md
- LSF: backends/LSF.md
- Slurm: backends/SLURM.md
- HTCondor: backends/HTcondor.md
- REST API:
- Overview: api/RESTAPI.md
- Errors: api/ErrorHandling.md
- For Developers:
- How to Build: Building.md
- Instrumentation: Instrumentation.md
- Integration tests: Centaur.md
- Security: Security.md
- Contribute to docs: Contribute.md
theme: readthedocs
extra_css:
- css/extra.css
extra_javascript:
- js/extra.js
copyright: Copyright © 2017 <a href="https://broadinstitute.org">Broad Institute</a>
# google_analytics: ['identifierID', 'URL.org']