Closed antgonza closed 5 years ago
Can this logic be decomposed into a method in redbiom.util?
: SureDo you think it would be better as an option to the underlying API method where if hash_ids is True, the IDs are hashed and the corresponding original ID is stored in the feature metadata?
: To confirm, do you mean in the feature metadata in biom? If so, I rather have it as 2 outputs cause if in biom, AFAIK, there is no CLI way to recover those values in the feature metadata ... Thanks!!
Thanks! Can this logic be decomposed into a method in
redbiom.util
? Actually, do you think it would be better as an option to the underlying API method where ifhash_ids
isTrue
, the IDs are hashed and the corresponding original ID is stored in the feature metadata? This way additional outputs don't need to be created, and the behavior is consistent whether interacting from the command line or Python API