forked from broadinstitute/cromwell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
114 lines (109 loc) · 5.05 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
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/
nav:
- Introduction: index.md
- Tutorials:
# - Tutorial Map: tutorials/Overview.md
- Quick Introduction: tutorials/FiveMinuteIntro.md
- How to Configure Cromwell: tutorials/ConfigurationFiles.md
- Getting started with Google Cloud: tutorials/PipelinesApi101.md
- Getting started with Alibaba Cloud: tutorials/BCSIntro.md
- Getting started with AWS (beta): tutorials/AwsBatch101.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
- Getting started with Containers: tutorials/Containers.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
- Feature Documentation:
- Call Caching: cromwell_features/CallCaching.md
- Labels: cromwell_features/Labels.md
- Hog Factors: cromwell_features/HogFactors.md
- Runtime Attributes: RuntimeAttributes.md
- Workflow Options:
- Overview: wf_options/Overview.md
- Google Cloud: wf_options/Google.md
- Workflow Optimizations:
- Optimizations: optimizations/optimizations.md
- "Task inputs: localization_optional": optimizations/FileLocalization.md
- "Volatile Tasks: volatile": optimizations/VolatileTasks.md
- Configuration: Configuring.md
- Ecosystem: Ecosystem.md
- WOMtool: WOMtool.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
- AWS Batch: backends/AWSBatch.md
- Alibaba Cloud: backends/BCS.md
- AWS Batch (beta): backends/AWS.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
- Filesystems:
- Overview: filesystems/Filesystems.md
- File Transfer Protocol (FTP): filesystems/FileTransferProtocol.md
- Google Cloud Storage: filesystems/GoogleCloudStorage.md
- HTTP: filesystems/HTTP.md
- Data Repository Service: filesystems/DataRepositoryService.md
- REST API:
- Overview: api/RESTAPI.md
- Errors: api/ErrorHandling.md
- For Developers:
- How to Build: developers/Building.md
- Architecture: developers/Arch.md
- Instrumentation: developers/Instrumentation.md
- Integration tests: developers/Centaur.md
- Security: developers/Security.md
- Contribute to docs: developers/Contribute.md
- CWL Parsing: developers/CwlParsing.md
- Bitesize Design Docs:
- Workflow Parsing & Graph Construction:
- What is WOM?: developers/bitesize/workflowParsing/whatIsWom.md
- From WDL Source to WOM:
- Overview: developers/bitesize/workflowParsing/wdlParsingOverview.md
- From WDL to WDLOM: developers/bitesize/workflowParsing/wdlToWdlom.md
- Adding new WDL Engine Functions: developers/bitesize/workflowParsing/engineFunctionAddition.md
- From CWL Source to WOM: developers/bitesize/workflowParsing/cwlParsingOverview.md
- Cromwell Actor System:
- High level view: developers/bitesize/majorActorSystem/5000FtActorSystem.md
- Workflow Execution:
- Main Actors: developers/bitesize/workflowExecution/majorActors.md
- Workflow, Subworkflow and Job Stores: developers/bitesize/workflowExecution/workflowSubworkflowAndJobStores.md
- Job Key / Value Store: developers/bitesize/workflowExecution/jobKeyValueStore.md
- Job retry decision logic: developers/bitesize/jobRetryLogic/jobRetryLogic.md
- Evaluating WDL expressions in WOM: developers/bitesize/workflowExecution/wdlExpressionEvaluation.md
- IoActor: developers/bitesize/IoActor/IoActor.md
- Horizontal Cromwell ("Horicromtal"): developers/bitesize/horicromtal.md
- General Topics:
- Simpletons: developers/bitesize/general/simpletons.md
- Continuous Integration (CI) / Continuous Delivery (CD): developers/bitesize/ci/CICD.md
- Travis Centaur: developers/bitesize/ci/travis_centaur.md
theme: readthedocs
extra_css:
- css/extra.css
extra_javascript:
- js/extra.js
copyright: Copyright © 2019 <a href="https://broadinstitute.org">Broad Institute</a>
# google_analytics: ['identifierID', 'URL.org']