KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mariner
★ 10
Open GitHub ↗
The Gen3 Workflow Execution Service
Download README (.md)
Explore Similar Repositories
next-prismic-demo
:
Prismic with create-ueno-app NextJS setup
GlossVisualiser
:
Displays interlinear gloss in a more readable way with HTML.
dbc-parser
:
A Flex/Bison/Lemon parser of DBC files
SaisSpring
:
SpringBoot实现留学信息管理与分析系统
MSGraphFunctions
:
PowerShell Functions to query the Microsoft Graph API
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mariner
?
Download (.md)
# Mariner: The Gen3 Workflow Execution Service  [](https://raw.githubusercontent.com/uc-cdis/mariner/master/LICENSE) Mariner is a workflow execution service written in [Go](https://golang.org) for running [CWL](https://www.commonwl.org) workflows on [Kubernetes](https://kubernetes.io). Mariner's API is an implementation of the [GA4GH](https://www.ga4gh.org) standard [WES API](https://ga4gh.github.io/workflow-execution-service-schemas). # Key Documentation All documentation can be found in the [docs](docs) folder, and key documents are linked below. * [Deploying Mariner to a Gen3 Data Commons](docs/how-to/deploy.md) * [Quick start](docs/how-to/run_a_workflow.md) * [How To Write A Workflow](docs/how-to/write_and_run_workflow.md) * [How To Retrieve Workflow Output](docs/how-to/retrieve_workflow_output.md) * [Technical Design and Architecture](docs/reference/TechnicalDesignProposal.md) * [Running CWL Conformance Tests](https://github.com/uc-cdis/mariner/tree/master/conformance) * [CWL User Guide](https://www.commonwl.org/user_guide/02-1st-example/index.html)