diff --git a/nextflowConf/aws.config b/nextflowConf/aws.config
index a5133aaab9628885c0bcae79617724020855850c..1b1f81c4502177eef7bf48768ccc00517de75fe9 100644
--- a/nextflowConf/aws.config
+++ b/nextflowConf/aws.config
@@ -111,6 +111,10 @@ process {
     cpus = 1
     memory = '1 GB'
   }
+  withName:failPreExecutionRun_seqwho {
+    cpus = 1
+    memory = '1 GB'
+  }
   withName:failExecutionRun {
     cpus = 1
     memory = '1 GB'
diff --git a/nextflowConf/biohpc.config b/nextflowConf/biohpc.config
index dff28cb4ae54ee54ad63204ec8bd88e2441eb71b..a628aa43a5d9fe7473f2a628c73640ce7cf37c1e 100755
--- a/nextflowConf/biohpc.config
+++ b/nextflowConf/biohpc.config
@@ -91,6 +91,9 @@ process {
   withName:failPreExecutionRun {
     executor = 'local'
   }
+  withName:failPreExecutionRun_seqwho {
+    executor = 'local'
+  }
   withName:failExecutionRun {
     executor = 'local'
   }
diff --git a/nextflowConf/dnanexus.config b/nextflowConf/dnanexus.config
index d7c10297d2548536ba7deb7c9501b5f1f8de0836..b493b32bb85c8c490815a72ca8e01a7df2a52ce3 100755
--- a/nextflowConf/dnanexus.config
+++ b/nextflowConf/dnanexus.config
@@ -138,6 +138,11 @@ process {
     cpus = 1
     memory = '1 GB'
   }
+  withName:failPreExecutionRun_seqwho {
+    executor = 'dnanexus'
+    cpus = 1
+    memory = '1 GB'
+  }
   withName:failExecutionRun {
     executor = 'dnanexus'
     cpus = 1