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
Implement raw data writing using a similar strategy to fast5_research. We are already doing parts of this, but updating all of it to be as similar to ONT as possible is a good idea.
For reading strings: use np.char.decode()
For writing strings: my_string.encode()
For writing raw data: verify how they handle dtypes, especially for compound datasets
The text was updated successfully, but these errors were encountered:
Implement raw data writing using a similar strategy to fast5_research. We are already doing parts of this, but updating all of it to be as similar to ONT as possible is a good idea.
np.char.decode()
my_string.encode()
The text was updated successfully, but these errors were encountered: