From 1ea28550e533aa9eae88a950c8603cecee6b0422 Mon Sep 17 00:00:00 2001 From: Praveen Date: Wed, 15 Jun 2022 16:34:31 +0200 Subject: [PATCH] Update: comments --- bin/check_samplesheet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check_samplesheet.py b/bin/check_samplesheet.py index 047b3fce..e9a7a178 100755 --- a/bin/check_samplesheet.py +++ b/bin/check_samplesheet.py @@ -115,7 +115,7 @@ def validate_unique_samples(self): Assert that the combination of sample name and FASTQ filename is unique. In addition to the validation, also rename all samples to have a suffix of _T{n}, where n is the - number of times the same sample exist, but with different FASTQ file(s). + number of times the same sample exist, but with different FASTQ files, e.g., multiple runs per experiment. """ assert len(self._seen) == len(self.modified), "The pair of sample name and FASTQ must be unique."