Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstenBreuer committed Jul 31, 2019
1 parent fecba0b commit 4f7748a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ An example screenshot of the execution interface:
## Configuration:
CWLab is a highly versatile package and makes almost no assumptions on your hard- and software environment used for the execution of CWL. To adapt it to your system and use case, a set of configuration option is available:

- General configs, including:
- web server (hosting IP address and port, remotely or locally available, login protected or not)
- paths of working directories
- Execution profiles:
This flexible API allows you to adapt CWLab to your local software environment and to integrate a CWL runner of your choice (such as Cwltool, Toil, or Cromwell).
- General configs, including:
- web server (hosting IP address and port, remotely or locally available, login protected or not)
- paths of working directories
- Execution profiles:
This flexible API allows you to adapt CWLab to your local software environment and to integrate a CWL runner of your choice (such as Cwltool, Toil, or Cromwell).

All configuration options can be specified in a single YAML file which is provided to CWLab upon start:
`cwlab up --config my_config.yaml`
Expand Down
15 changes: 9 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,16 @@ your hard- and software environment used for the execution of CWL. To
adapt it to your system and use case, a set of configuration option is
available:

::
- General configs, including:

- General configs, including:
- web server (hosting IP address and port, remotely or locally available, login protected or not)
- paths of working directories
- Execution profiles:
This flexible API allows you to adapt CWLab to your local software environment and to integrate a CWL runner of your choice (such as Cwltool, Toil, or Cromwell).
- web server (hosting IP address and port, remotely or locally
available, login protected or not)
- paths of working directories

- Execution profiles:
This flexible API allows you to adapt CWLab to your local software
environment and to integrate a CWL runner of your choice (such as
Cwltool, Toil, or Cromwell).

| All configuration options can be specified in a single YAML file which
is provided to CWLab upon start:
Expand Down

0 comments on commit 4f7748a

Please sign in to comment.