Skip to content

Commit e37134a

Browse files
committed
fix formatting
1 parent 9dc966e commit e37134a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and similar Linux distribution try
4848

4949
.. code:: bash
5050
51-
sudo apt-get install cwltool
51+
sudo apt-get install cwltool
5252
5353
If you are running MacOS X or other UNIXes and you want to use packages prepared by the conda-forge project, then
5454
please follow the install instructions for `conda-forge <https://conda-forge.org/#about>`_ (if you haven't already) and then
@@ -58,12 +58,12 @@ please follow the install instructions for `conda-forge <https://conda-forge.org
5858
conda install -c conda-forge cwltool
5959
6060
All of the above methods of installing ``cwltool`` use packages which might contain bugs already fixed in newer versions, or be missing features that you desire.
61-
If the packaged version of ``cwltool`` available to you is too old, then we recommend installing using ``pip`` and ``venv``::
61+
If the packaged version of ``cwltool`` available to you is too old, then we recommend installing using ``pip`` and ``venv``
6262

6363
.. code:: bash
6464
65-
python3 -m venv env # Create a virtual environment named 'env' in the current directory
66-
source env/bin/activate # Activate environment before installing `cwltool`
65+
python3 -m venv env # Create a virtual environment named 'env' in the current directory
66+
source env/bin/activate # Activate environment before installing `cwltool`
6767
6868
Then install the latest ``cwlref-runner`` package from PyPi (which will install the latest ``cwltool`` package as
6969
well)
@@ -151,7 +151,7 @@ One such "user space" friendly docker replacement is ``udocker`` https://github.
151151

152152
udocker installation: https://github.com/indigo-dc/udocker/blob/master/doc/installation_manual.md#22-install-from-udockertools-tarball
153153

154-
Run `cwltool` just as you normally would, but with the new option, e.g. from the conformance tests:
154+
Run `cwltool` just as you normally would, but with the new option, e.g. from the conformance tests
155155

156156
.. code:: bash
157157
@@ -166,7 +166,8 @@ runtime, provide ``--singularity`` command line option to ``cwltool``.
166166
With Singularity, ``cwltool`` can pass all CWL v1.0 conformance tests, except
167167
those involving Docker container ENTRYPOINTs.
168168

169-
Example:
169+
Example
170+
170171
.. code:: bash
171172
172173
cwltool --singularity https://raw.githubusercontent.com/common-workflow-language/common-workflow-language/main/v1.0/v1.0/v1.0/cat3-tool-mediumcut.cwl https://github.com/common-workflow-language/common-workflow-language/blob/main/v1.0/v1.0/cat-job.json

0 commit comments

Comments
 (0)