Skip to content

Commit

Permalink
Fix nomenclature of inputtype in check_samplesheet file
Browse files Browse the repository at this point in the history
  • Loading branch information
alina-bauer committed Aug 31, 2023
1 parent e6e441e commit 71e843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check_samplesheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def check_samplesheet(file_in, file_out):
out_dir = os.path.dirname(file_out)
make_dir(out_dir)
with open(file_out, "w") as fout:
valid_header.append("file_type")
valid_header.append("inputtype")
fout.write(",".join(valid_header) + "\n")
for row in rows:
fout.write(",".join(row) + "\n")
Expand Down

0 comments on commit 71e843b

Please sign in to comment.