Skip to content

Commit a08fda9

Browse files
committed
Correct index for printing error
1 parent 15a91e5 commit a08fda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/check_samplesheet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def check_samplesheet(file_in, file_out):
222222
print_error(
223223
f"Control identifier and replicate has to match a provided sample identifier and replicate!",
224224
"Control",
225-
val[4],
225+
val[-1],
226226
)
227227

228228
## Write to file

0 commit comments

Comments
 (0)