From 08a59a72179e7b7c3510d899e84059e34bfb35c4 Mon Sep 17 00:00:00 2001 From: Brooks Rady Date: Mon, 15 Dec 2025 10:06:37 -0700 Subject: [PATCH] Fix step number reference in `Integrating.rst` --- docs/Integrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Integrating.rst b/docs/Integrating.rst index dfc414f..ff9c54a 100644 --- a/docs/Integrating.rst +++ b/docs/Integrating.rst @@ -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.