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
Currently, to compute minimizers with the python wrapper for indexlr, the sequences need to be in a file on disk. Ideally (if possible), there would also be an option to pass sequences (ex. list of instances of the Record class) directly to the code. This would just avoid writing temp files when wanting to compute minimizers for sequences on the fly.
The text was updated successfully, but these errors were encountered:
Currently, to compute minimizers with the python wrapper for indexlr, the sequences need to be in a file on disk. Ideally (if possible), there would also be an option to pass sequences (ex. list of instances of the
Record
class) directly to the code. This would just avoid writing temp files when wanting to compute minimizers for sequences on the fly.The text was updated successfully, but these errors were encountered: