MGnify Mettannotator Pipeline v1.0 on Galaxy
Improving Galaxy-based prokaryotic genome annotation by porting and extending the MGnify mettannotator pipeline
MGnify Mettannotator Pipeline v1.0
In this current technologically advance age, the discovery of novel species is at its peak time. This has lead to a surge in prokaryotic genome assemblies both from isolated organisms and environmental samples. The necessity to annotate and represent novel taxa led to the creation of mettannotator, a scalable Nextflow pipeline by EBI.
Although it is an excellent addition to other genome annotation tools available, it requires usage experience in nextflow for its execution. This is where the advantage of porting this pipeline to Galaxy comes from. Galaxy not only provides an extensive library of features, is easily accessible but also its web-based platform makes it transparent for researchers, regardless of their programming background to access it.
One additional feature of Galaxy is its flexibility, allowing users to easily extend and customize the workflows based on specific research needs. Some examples where we can extend our workflow are:
Genome Annotation with Funannotate
Genome Annotation with Apollo
Moreover, Galaxy has the ability to directly fetch public databases and coupled this with its workflow parameterization, version control makes it an unquestionable choice.
Background
The mettannotator pipeline functions to provide coding, non-coding regions, predict protein functions, including antimicrobial resistance and delineates gene clusters for prokaryotic genome annotation. One of it's core functionality is carried out in the form of identification of larger gene clusters providing contextual information. One imposing challenge that the pipeline aimed to tackle is the annotation of novel genomes as they are less likely to be present in reference databases and thus, have less functional information. Not only that, the pipeline is aimed at handling genomes even without a species-level taxonomic label and predicting larger biosynthetic gene clusters while compressing it in a single GFF file, thus, helping it scale further.
Step-by-step Pipeline Creation
Tools which are currently included in the pipeline:
- Prokka
It is used to annotate bacterial, archaeal and viral genomes, identifying features in a set of genomic sequences. - Bakta
It is a tool used for annotation of bacterial genomes from both isolates and MAGs - AMRFinderPlus
It is designed to find out antimicrobial resistance genes and point mutatations in protein/nucleotide sequences. - InterProScan
Is used to provide functional analysis of protein sequences. It classifies the information into families and predict the presence of domains. - eggNOG Mapper
It is used for the functional annotation of novel genome sequences. - GECCO
Gene Cluster prediction with Conditional Random Fields is a scalable tool that helps in identifying putative novel Biosynthetic Gene Clusters. - Sanntis
It is a tool used for identifying Biosynthetic gene clusters. - AntiSmash
It is utilized for annotation and analysis of Biosynthetic gene clusters in bacterial and fungal genomes. - tRNA prediction
It is a tool used for detection of transfer RNA.
The working schema:
- The pipeline takes as an input a file that can include one or many genomes that needs to be analyzed. The user has the option of going the Bakta route (bacterial genome annotation) or Prokka route(archaeal genomes).
- The output from Prokka or Bakta is then supplemented by InterProScan and eggNOG-mapper.
- The next step after the individual protein assignment is to detect biosynthetic gene clusters and noncoding RNA.
- The pipeline individually outputs key files from each tool in an organized manner.
Availability on Galaxy
Version 1.0 of the MGnify mettannotator pipeline (Bakta) is now fully available on the Galaxy EU server, bringing advanced metagenomic analysis workflow to researchers/scientists through an accessible, web-based interface. The following consists of both the workflows, one with Bakta and another with Prokka.
These workflows make it easier for users to customize and visualize their analysis results, enhancing the overall utility of the pipeline.
Missing Tools
Following are the tools that are missing from the current version of the pipeline but will be integrated in future updates.
- UniFIRE
- run_dbCAN
- CRISPRCasFinder
- VIRify
- pyCirclize
- DefenceFinder
- Pseudofinder
Out of these, VIRify and pyCircilize are not part of the direct pipeline but take the output from the pipeline to visualize the results. This makes sure that the pipeline has room for further development down the road. These continues updates will allow the new tools to be well integrated into the pipeline and streamline the annotation process further.
Testing the pipeline
During the process, the ported pipeline was tested, yielding promising results.




What's Next?
The porting of mettannotator pipeline advances the process of complex combination of tools that give comprehensive output in Galaxy. This version is not only sophisticated but provides a similar and clearer apporach to understanding the process, while utilizing an ample amount of relevant databases. The next step is to incorporate the remaining tools to give a complete and holistic view of genome annotation.