Skip to content

Commit 710c37d

Browse files
fixing formatting
1 parent 8a97c5b commit 710c37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/color_peptides51mer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,8 @@ def main():
323323
print("Mutant Peptide Position: ", mutant_peptide_pos)
324324
print("ClassI: ", classI_peptide)
325325
print("ClassII: ", classII_peptide, "\n")
326-
327-
modified_html = peptides_51mer_soup.prettify(formatter=None)
326+
327+
modified_html = peptides_51mer_soup.prettify(formatter=None)
328328

329329
soup = BeautifulSoup(modified_html, 'html.parser')
330330
tag_with_search_string = soup.select_one('th:-soup-contains("51mer ID")')

0 commit comments

Comments
 (0)