Skip to content

Commit

Permalink
Update bin/check_samplesheet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa authored Jul 3, 2024
1 parent 51a0a4d commit db5e4ac
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 @@ -89,7 +89,7 @@ def check_samplesheet(file_in, file_out):
for fastq in [fastq_1, fastq_2]:
if fastq:
if fastq.find(" ") != -1:
print_error("FastQ file contains spaces!", "Line {}".format(lineNo), line)
print_error("FastQ file contains spaces!", "Line {}".format(line_number), line)
if not fastq.endswith(".fastq.gz") and not fastq.endswith(".fq.gz"):
print_error(
"FastQ file does not have extension '.fastq.gz' or '.fq.gz'!",
Expand Down

0 comments on commit db5e4ac

Please sign in to comment.