From 317a166af26f3353f9877d3485ae43563c1f8c36 Mon Sep 17 00:00:00 2001 From: Lasse Ebdrup Pedersen <6593035+cfblaeb@users.noreply.github.com> Date: Mon, 18 Sep 2023 14:26:09 +0200 Subject: [PATCH] remove incorrect information regarding threads The readme stated that setting threads to less than 1 would make it use all threads. I just got an error that threads needs to be at least 1 --- docs/docs/tools.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/tools.rst b/docs/docs/tools.rst index 4c78639..11866eb 100644 --- a/docs/docs/tools.rst +++ b/docs/docs/tools.rst @@ -17,10 +17,6 @@ POD5 files as well as converting between ``.pod5`` and ``.fast5`` file formats. the tools where necessary. The default value for ``--threads`` is 4 unless the number of available cpu cores is fewer in which case this lower value is used. - Specifying a ``--threads`` value less than 1 will use the number of available cpu - cores. The ``--help`` text shown for all tools should show the default value on - your system. - If you experience errors which mention threading or spawning processes. Please reduce the ``--threads`` value.