mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:33:09 +00:00
Update bin/check_samplesheet.py
Co-authored-by: Moritz E. Beber <midnighter@posteo.net>
This commit is contained in:
parent
2e7f26f380
commit
4315141c5f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue