-
Notifications
You must be signed in to change notification settings - Fork 2
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
BUG: Changed installation instructions in README to install unreleased qiime2 version 2024.5 #70
BUG: Changed installation instructions in README to install unreleased qiime2 version 2024.5 #70
Conversation
Hi @Sann5 |
@VinzentRisch sure thing. Ill try it out rn. |
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.
Disclaimer: I don't have an apple silicon so I followed the instructions on the README.md rather than the one in the PR message
So I ran into an error basically because the conda q2-types
from is version 2023.7 and you rely on a newer one. So I simply pip installed q2-types
from GitHub also and then it worked.
a sorry no that was because i had an error with my installation instructions. |
@VinzentRisch should I also try the |
That is only for an apple silicone installation. |
Rather I think when you conda/mamba install q2-types in the first command the 2023.7 gets installed. I looked at the Anaconda repo and that is the latest version there. But maybe it's looking in the wrong channel if you know there is already a newer one available in conda. Because i think |
Actually I just checked and it is indeed the channel that you removed now, e.g. |
Yes I understand that.
it installs q2-types 2024.2 maybe there is a difference because of the different processors can you please try again with this and see if it happens again?
And if it happens again can you try with this where the order of the channels is different
|
Ok so setting up the ValueError: Cannot place Tuple[SampleData[CARDAlleleAnnotation % Properties('kma', 'bowtie2')]] and Tuple[SampleData[CARDAlleleAnnotation % Properties('kma', 'bwa')]] in the same type variable. Then because I was curious I |
Yes Okay perfect, thanks for the testing :) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
=======================================
Coverage 93.53% 93.53%
=======================================
Files 20 20
Lines 1314 1314
=======================================
Hits 1229 1229
Misses 85 85 ☔ View full report in Codecov by Sentry. |
temporary fix for #69
Set up an environment for apple silicone
Run it locally
Download test files
PR_56.zip
Test it out!
Run all this command from the PR_56 directory.