generated from bokulich-lab/q2-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 14
FeatureData[MAG]
Santiago Castro Dau edited this page Apr 16, 2024
·
7 revisions
Collection of MAGs.
class MAGSequencesDirFmt(model.DirectoryFormat):
pathspec = (
r"^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-4[0-9a-fA-F]{3}-"
r"[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}\.(fa|fasta)$"
)
sequences = model.FileCollection(pathspec, format=DNAFASTAFormat)
@sequences.set_path_maker
def sequences_path_maker(self, mag_id):
return r'%s.fasta' % mag_id
data
├── <mad_id>.fa
⋮
└── <mad_id>.fa
- Predict genes from MAGs tutorial.
- Actions in
q2-moshpit
that have this semantic type: