You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addition Description
For easier handling of GenesDirectoryFormat and ProteinsDirectoryFormat it would be handy to add a genome_dict function to both of them.
It will return a dict of IDs as keys and full paths to files as values.
These functions will work similarly to sample_dict of MultiMAGSequencesDirFmt or feature_dict of MAGSequencesDirFmt.
GenesDirectoryFormat and ProteinsDirectoryFormat can contain files in per sample directories or not. So depending on the directory structure the output of genome_dict will be similar to sample_dict of MultiMAGSequencesDirFmt or feature_dict of MAGSequencesDirFmt.
Addition Description
For easier handling of
GenesDirectoryFormat
andProteinsDirectoryFormat
it would be handy to add a genome_dict function to both of them.MultiMAGSequencesDirFmt
or feature_dict ofMAGSequencesDirFmt
.GenesDirectoryFormat
andProteinsDirectoryFormat
can contain files in per sample directories or not. So depending on the directory structure the output of genome_dict will be similar to sample_dict ofMultiMAGSequencesDirFmt
or feature_dict ofMAGSequencesDirFmt
.genome_dict
method on allGenomeData
-linked formats bokulich-lab/q2-types-genomics#65The text was updated successfully, but these errors were encountered: