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
The biom default is to load all SampleIDs as strings, but pandas default is float so the IDs are thought to be separate. Can be fixed by simply adding dtype={0:'str'} here if we want to mimic biom's behavior.
The text was updated successfully, but these errors were encountered:
yangchen2
added a commit
to yangchen2/qadabra
that referenced
this issue
Nov 6, 2023
The biom default is to load all SampleIDs as strings, but pandas default is float so the IDs are thought to be separate. Can be fixed by simply adding dtype={0:'str'} here if we want to mimic biom's behavior.
The text was updated successfully, but these errors were encountered: