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.