Skip to content

Commit

Permalink
Update: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenraj2018 committed Jun 15, 2022
1 parent 7381dd3 commit 1ea2855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check_samplesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 1ea2855

Please sign in to comment.