We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a97c5b commit 710c37dCopy full SHA for 710c37d
scripts/color_peptides51mer.py
@@ -323,8 +323,8 @@ def main():
323
print("Mutant Peptide Position: ", mutant_peptide_pos)
324
print("ClassI: ", classI_peptide)
325
print("ClassII: ", classII_peptide, "\n")
326
-
327
- modified_html = peptides_51mer_soup.prettify(formatter=None)
+
+ modified_html = peptides_51mer_soup.prettify(formatter=None)
328
329
soup = BeautifulSoup(modified_html, 'html.parser')
330
tag_with_search_string = soup.select_one('th:-soup-contains("51mer ID")')
0 commit comments