-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAINT: move partitioning and collating actions to q2-types #175
MAINT: move partitioning and collating actions to q2-types #175
Conversation
Hey @VinzentRisch, could you please update this PR to:
I'd like to review this PR together with the other one in q2-types 😄 Also, after you do that the CI should be working fine again 🚀 |
This PR/issue depends on: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
==========================================
- Coverage 98.56% 98.23% -0.33%
==========================================
Files 85 142 +57
Lines 4872 9286 +4414
Branches 0 386 +386
==========================================
+ Hits 4802 9122 +4320
- Misses 70 116 +46
- Partials 0 48 +48 ☔ View full report in Codecov by Sentry. |
Hey @VinzentRisch, seems like the tests still are failing after merging the PR in q2-types. Could you please investigate? |
Hey @VinzentRisch, still failing? |
@misialq sorry I got sidetracked with amrfinderplus. even though the file is pushed and in the package data. Do you know what the problem could be? |
Good Morning @misialq |
Hey @VinzentRisch, this is due to the last PR we merged which updated Python to 3.10... I'm guessing this will get resolved soon so maybe we can keep this PR open for now and re-run the CI when everything is expected to work again. Hey @lizgehret, do you think you can give us an estimate when that would be the case (approximately)? Thanks! |
Hey @misialq, this should be fixed by EOD, sorry about the delay! I'll re-run these jobs once metagenome is all squared away 🙂 |
No worries, no rush @lizgehret and thanks a lot! |
Okay @misialq, metagenome is g2g! Just re-ran the actions on this PR, so you should get a solved env this time around. Let me know if you run into anything else that's weird! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @VinzentRisch, thanks! 🚀
solves #172
blocked by qiime2/q2-types#334
partition_feature_data_mags
,collate_feature_data_mags
,collate_annotations
,collate_orthologs
,partition_orthologs
,partition_sample_data_mags
,collate_sample_data_mags
,_validate_mag_ids
and_validate_num_partitions
from q2-moshpit.