bokulich-lab/q2-rgi

BUG: `sample_dict` function of `CARDAnnotationDirectoryFormat` does not include all MAGs per sample

Closed this issue · 0 comments

When calling sample_dict on an artifact with format CARDAnnotationDirectoryFormat the resulting dict does include all samples in the artifact but only one MAG per sample even if there are more than one MAG per sample.

The function iterates through all MAGs in a sample but overwrites the content of the last MAG.