chore(deps): update virtool to 41.16.0 - #208
Merged
Merged
Conversation
Adapts to breaking changes in the workflow SDK between 41.10.0 and 41.16.0: - `virtool.indexes.constants.INDEX_SQLITE_FILE_NAME` moved to `virtool.workflow.data.indexes`. - `WFIndex.create` now takes an async-iterable of OTU dicts instead of a plain list. - `WFIndex.get_otu_refs_by_sequence_ids` was renamed to `get_otu_summaries_by_sequence_ids` (same return shape). The bowtie2_index_path removal (virtool eb3367db9) required no changes here since this workflow builds its own bowtie2 indexes from the subtraction FASTA rather than downloading prebuilt index files.
|
🎉 This PR is included in version 5.21.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
virtoolgit tag from 41.15.0 to 41.16.0 and regenerateuv.lock.WFSubtraction.bowtie2_index_path, virtool#eb3367db9) doesn't affect this workflow since it builds its own bowtie2 indexes locally from the subtraction FASTA rather than downloading prebuilt index files.