Fungal -RiPPs- Like #113
Unanswered
sawsanabed
asked this question in
Q&A
Replies: 1 comment
-
Hi def sort_bgc(product):
"""Sort BGC by its type. Uses antiSMASH annotations
(see
https://docs.antismash.secondarymetabolites.org/glossary/#cluster-types)
"""
...
ripps_products = {'lantipeptide', 'thiopeptide', 'bacteriocin', 'linaridin',
'cyanobactin', 'glycocin', 'LAP', 'lassopeptide',
'sactipeptide', 'bottromycin', 'head_to_tail', 'microcin',
'microviridin', 'proteusin', 'lanthipeptide', 'lipolanthine',
'RaS-RiPP', 'fungal-RiPP', 'TfuA-related', 'guanidinotides',
'RiPP-like', 'lanthipeptide-class-i', 'lanthipeptide-class-ii',
'lanthipeptide-class-iii', 'lanthipeptide-class-iv',
'lanthipeptide-class-v', 'ranthipeptide', 'redox-cofactor',
'thioamitides', 'epipeptide', 'cyclic-lactone-autoinducer',
'spliceotide', 'RRE-containing', 'crocagin', 'fungal-RiPP-like'}
saccharide_products = {'amglyccycl', 'oligosaccharide', 'cf_saccharide',
'saccharide'}
... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am using the antiSMASH V.7 and in this version, there is a new group of RiPPs under the name (Fungal-RiPPs- like). the issue is when I run the big-scape it puts these BGCs into the " other" groups and it does not show it as a RiPPs on the HTML link. Is there any way to overcome this issue
Thanks a lot in advance
Beta Was this translation helpful? Give feedback.
All reactions