Snakemake workflow for functional annotation using eggNOG mapper v2

public public 1yr ago 0 bookmarks

Snakemake workflow for automated functional annotation

This is a Snakemake workflow for performing functional annotation of protein sets using eggNOG-mapper v2. eggNOG-mapper is a modern tool for assigning functional annotation using orthology relationships (Cantalapiedra et al., 2021; https://academic.oup.com/mbe/article/38/12/5825/6379734?login=false).

In directory with fasta file(s) run:

conda activate snakemake

snakemake --cores 8 --snakefile Snakefile

Dependencies:

eggnog-mapper https://github.com/eggnogdb/eggnog-mapper

diamond https://github.com/bbuchfink/diamond

Code Snippets

12
shell: "(emapper.py -i {input[0]} --itype proteins -m diamond --sensmode ultra-sensitive --evalue 0.001 --go_evidence all --output {params.sp} --override --cpu 2) 2> {log}"

Login to post a comment if you would like to share your experience with this workflow.

Do you know this workflow well? If so, you can request seller status , and start supporting this workflow.

Free

Created: 1yr ago
Updated: 1yr ago
Maitainers: public
URL: https://github.com/JasonCharamis/Automated-functional-annotation-using-Snakemake
Name: automated-functional-annotation-using-snakemake
Version: 1
Badge:
workflow icon

Insert copied code into your website to add a link to this workflow.

Downloaded: 0
Copyright: Public Domain
License: None
  • Future updates

Related Workflows

cellranger-snakemake-gke
snakemake workflow to run cellranger on a given bucket using gke.
A Snakemake workflow for running cellranger on a given bucket using Google Kubernetes Engine. The usage of this workflow ...