mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 06:19:55 +00:00
Black formatting
This commit is contained in:
parent
577da7e835
commit
656956b0f9
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ def check_samplesheet(file_in, file_out):
|
||||||
"Line",
|
"Line",
|
||||||
line,
|
line,
|
||||||
)
|
)
|
||||||
|
|
||||||
lspl = [line_parsed[i] for i in header_locs.values()]
|
lspl = [line_parsed[i] for i in header_locs.values()]
|
||||||
|
|
||||||
## Check sample name entries
|
## Check sample name entries
|
||||||
|
|
Loading…
Reference in a new issue