ENH: integrate VirSorter 2 actions#29
Open
misialq wants to merge 11 commits intobokulich-lab:mainfrom
Open
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR re-integrates VirSorter 2 actions into the q2-viromics plugin by updating dependencies, refactoring internal module references, and revising CI/CD workflows.
- Updated import paths to use the new module structure.
- Renamed the function from checkv_analysis to checkv_run for improved consistency.
- Revised CI workflows and added the VirSorter 2 dependency in the conda recipe.
Reviewed Changes
Copilot reviewed 84 out of 84 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| q2_viromics/checkv/tests/init.py | Added license header |
| q2_viromics/checkv/db.py | Updated import paths for utility and types modules |
| q2_viromics/checkv/analysis.py | Updated imports and renamed the function to checkv_run |
| q2_viromics/checkv/init.py | Added license header and updated export list (all) |
| q2_viromics/init.py | Updated copyright information |
| pyproject.toml | Minor update to the plugin description |
| conda-recipe/meta.yaml | Added the VirSorter 2 dependency |
| Makefile | Updated test target with parallel test execution |
| .github/workflows/upload-coverage.yaml | Changed workflow trigger from "Test" to "CI" |
| .github/workflows/ci.yaml | Refactored to use reusable workflows for CI/CD integration |
VinzentRisch
previously approved these changes
Jun 5, 2025
Member
VinzentRisch
left a comment
There was a problem hiding this comment.
Hey @misialq
LGTM! I ran the fetch action and everything works as expected.
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.
This PR brings back actions from q2-virsorter2 - it seems that all the conda dependencies are compatible.