From 848b9f1b920ed24c69199f2fc3e4b0bd4fa4a92a Mon Sep 17 00:00:00 2001 From: Jose Espinosa-Carrasco Date: Wed, 3 Jul 2024 15:35:47 +0200 Subject: [PATCH] Update bin/check_samplesheet.py --- 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 b7437c12..9b51c183 100755 --- a/bin/check_samplesheet.py +++ b/bin/check_samplesheet.py @@ -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