generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
FeatureData[NOG]
Santiago Castro Dau edited this page Apr 18, 2024
·
2 revisions
Functional annotation of one or more sets of contigs or MAGs.
class OrthologAnnotationDirFmt(model.DirectoryFormat):
pathspec = r'.+\.annotations'
annotations = model.FileCollection(pathspec, format=OrthologFileFmt)
@annotations.set_path_maker
def annotations_path_maker(self, file_name):
return file_name.split(sep="_")[0]
data
├── <ID>.annotations
⋮
└── <ID>.annotations