Skip to content

Commit

Permalink
corrected spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Jan 13, 2025
1 parent ecbab59 commit 6609319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_report_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def process_tcdC_gene(line, csv_data):
csv_data["tcdClength"] = indellength(line.split(":", 1)[1].split(";")[2])

if "18499: ('CT', 'C')" in line:
csv_data["117del"] = "position"
csv_data["117del"] = "positive"

remaining = csv_data["tcdClength"].split("_")
first = remaining.pop(0)
Expand Down

0 comments on commit 6609319

Please sign in to comment.