Skip to content
Snippets Groups Projects
Commit 6c2ec1df authored by Jorge Navarro Muñoz's avatar Jorge Navarro Muñoz
Browse files

Bugfix: fix typo from previous commit

parent 4c4dc0d0
No related branches found
No related tags found
No related merge requests found
......@@ -494,7 +494,7 @@ def sort_bgc(product):
else:
return("Others") # other hybrid
# Others
elif product in set(['arylpolyene', 'aminocoumarin', 'ectoine', 'butyrolactone', 'nucleoside', 'melanin', 'phosphoglycolipid', 'phenazine', 'phosphonate', 'other', 'cf_putative', 'resorcinol', 'indole', 'ladderane', 'PUFA', 'furan', 'hserlactone', 'fused', 'cf_fatty_acid', 'siderophore', 'blactam')]:
elif product in set(['arylpolyene', 'aminocoumarin', 'ectoine', 'butyrolactone', 'nucleoside', 'melanin', 'phosphoglycolipid', 'phenazine', 'phosphonate', 'other', 'cf_putative', 'resorcinol', 'indole', 'ladderane', 'PUFA', 'furan', 'hserlactone', 'fused', 'cf_fatty_acid', 'siderophore', 'blactam']):
return("Others")
# ??
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment