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 3bc6962 commit 8a97c5bCopy full SHA for 8a97c5b
scripts/color_peptides51mer.py
@@ -317,13 +317,14 @@ def main():
317
# Remove the tag_with_search_string from the BeautifulSoup tree
318
tag_with_search_string.decompose()
319
320
- modified_html = peptides_51mer_soup.prettify(formatter=None)
321
322
else:
323
print("\nNOT FOUND: ", search_string)
324
print("Mutant Peptide Position: ", mutant_peptide_pos)
325
print("ClassI: ", classI_peptide)
326
print("ClassII: ", classII_peptide, "\n")
+
327
+ 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