From 6b67dc8727e546da017807577f427243dcb822b0 Mon Sep 17 00:00:00 2001 From: Toni Hermoso Pulido Date: Tue, 22 Jun 2021 13:19:08 +0200 Subject: [PATCH] avoid saturation of web services --- main.nf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.nf b/main.nf index 8dd4354..444117d 100644 --- a/main.nf +++ b/main.nf @@ -658,6 +658,8 @@ if (params.gogourl != "") { process blast_annotator { label 'blastannotator' + + maxForks 3 input: file blastXml from blastXmlResults2.flatMap()