Skip to content
Snippets Groups Projects

RAP-840 Add Read the Docs

Merged Mick Veldhuis requested to merge rap-840-add-docs into main
2 files
+ 21
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,7 +6,7 @@ Instructions for downloading and installing the Pre-Processing Pipeline are summ
Obtaining the Pre-Processing Pipeline
-------------------------------------
The pipeline consists of Common Workflow Language (CWL) workflows, which can be obtained with:
The pipeline is written in the Common Workflow Language (CWL) and consists of CWL workflows, which can be obtained with:
.. code:: console
@@ -24,7 +24,7 @@ To run the pipeline, you need a CWL runner, such as ``cwltool`` or ``toil``. It'
$ source venv/bin/active
$ pip install cwltool toil[cwl]
Note that it is also necessary to install NodeJS, which can either be installed via your favourite package manager or using the ``nodejs-wheel`` Python package.
Note that it's also necessary to install NodeJS, which can either be installed via your favourite package manager or using the ``nodejs-wheel`` Python package.
Additionally, the Pre-Processing Pipeline depends on the following software for processing:
Loading