generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
GenomeData[Genes]
Santiago Castro Dau edited this page Apr 16, 2024
·
5 revisions
Collection of genomic fasta files in multiple FASTA format.
class GenesDirectoryFormat(model.DirectoryFormat):
genes = model.FileCollection(r'(.*\_)?genes[0-9]*\.(fa|fna|fasta)$',
format=DNAFASTAFormat)
@genes.set_path_maker
def genes_path_maker(self, genome_id):
return '%s_genes.fasta' % genome_id
data
├── <some_ID_or_folder>genes<some_number>.fasta
⋮
└── <some_ID_or_folder>genes<some_number>.fasta
- Predict genes from MAGs tutorial.
- Actions in
q2-moshpit
that have this semantic type: