Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Integrating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For example using Git ``submodules``:

cp -r subworkflows/interproscan6/lib* lib

5. If you are running on baremetal skip to step 4, otherwise, add the containers definitions from the corresponding ``InterProScan`` profile (e.g. ``conf/profiles/docker.config``) to your Nextflow config file (``nextflow.config``).
5. If you are running on baremetal skip to step 6, otherwise, add the containers definitions from the corresponding ``InterProScan`` profile (e.g. ``conf/profiles/docker.config``) to your Nextflow config file (``nextflow.config``).

6. Include the ``PREPARE_INTERPROSCAN`` and ``RUN_INTERPROSCAN`` processes in your own Nextflow pipeline script.

Expand Down