generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
GenomeData[Loci]
Santiago Castro Dau edited this page Apr 16, 2024
·
4 revisions
Collection of gene feature tables (Generic Feature Format Version 3 a.k.a GFF3) describing, among other things, gene-loci.
class LociDirectoryFormat(model.DirectoryFormat):
loci = model.FileCollection(r'(.*\_)?loci[0-9]*\.gff$',
format=GFF3Format)
@loci.set_path_maker
def loci_path_maker(self, genome_id):
return '%s_loci.gff' % genome_id
data
├── <some_ID_or_folder>loci<some_number>.gff
⋮
└── <some_ID_or_folder>loci<some_number>.gff
- Predict genes from MAGs tutorial.
- Actions in
q2-moshpit
that have this semantic type: