1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 07:22:05 +00:00

Update bin/check_samplesheet.py

Co-authored-by: Moritz E. Beber <midnighter@posteo.net>
This commit is contained in:
James A. Fellows Yates 2022-08-23 15:44:53 +02:00 committed by GitHub
parent 2e7f26f380
commit 4315141c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ def check_samplesheet(file_in, file_out):
sys.exit(1)
## Find locations of mandatory columns
header_locs = dict()
header_locs = {}
for i in HEADER:
header_locs[i] = header.index(i)