Skip to content

ReferenceDB[EggnogProteinSequences]

Santiago Castro Dau edited this page Apr 18, 2024 · 3 revisions

eggNOG protein database.

Artifact Format

class EggnogProteinSequencesDirFmt(model.DirectoryFormat):
    taxid_info = model.File("e5.taxid_info.tsv", format=EggnogRefTextFileFmt)
    proteins = model.File(
        "e5.proteomes.faa", format=MixedCaseProteinFASTAFormat
    )

Expected Folder Structure

data
├── e5.taxid_info.tsv
└── e5.proteomes.faa

Where to find ReferenceDB[EggnogProteinSequences]

As Output

As Input

Relevant Resources

🏠 Home

🧑🏻‍🏫 Tutorials

🎬 Actions

Clone this wiki locally