From d28a327c5cee483117ee0688b12c11f34719f96b Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Thu, 19 Dec 2024 18:57:42 +0000
Subject: [PATCH] Empty runs (zero reads) are considered an error
Discovered the hard way when submitting some clean negative controls.
---
faq/runs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/faq/runs.rst b/faq/runs.rst
index c3c0240..356754c 100644
--- a/faq/runs.rst
+++ b/faq/runs.rst
@@ -161,7 +161,7 @@ The Problem
Submitted files content has not been validated. There are two possible reasons for this happening:
- There was a delay during the processing of your run files causing the error to be reported
-- The content of the read file submission does not meet our validation standard
+- The content of the read file submission does not meet our validation standard (e.g. empty file with zero reads)
The Solution