Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmezz authored Apr 27, 2023
1 parent 5650e19 commit af57abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ampcombi_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def download_DRAMP(db):
"T",
"V",
"W",
"Y"
"Y",
]
new = "".join(i for i in sequence if i in letters)
f.write(">" + id + "\n" + new + "\n")
Expand Down

0 comments on commit af57abe

Please sign in to comment.