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 db5e4ac commit 848b9f1
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 @@ -99,7 +99,7 @@ def check_samplesheet(file_in, file_out):

## Check replicate column is integer
if not replicate.isdecimal():
print_error("Replicate id not an integer!", "Line {}".format(lineNo), line)
print_error("Replicate id not an integer!", "Line {}".format(line_number), line)
sys.exit(1)

## Check antibody and control columns have valid values
Expand Down

0 comments on commit 848b9f1

Please sign in to comment.