-
Notifications
You must be signed in to change notification settings - Fork 37
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
Conda install and software versions #261
Comments
Both these problems are old issues that I thought were solved by multiple conda patches since. Conda often has issues with this, i think mainly to do with python version issues in the background. The versions of tools in your --check are quite old, which is weird because you created a new environment from scratch. Have you been keeping your base miniconda env up to to date too? Snippy was fixed a while back. Try force install The kraken issue was also solved a while back. Can you force reinstall the latest versions of both krakens. And can you use k2 instead of k1? it's database is 30 times smaller and much faster. |
Base conda was a bit outdated, but not too much: it was at 4.8.0, current is 4.8.2. I just updated and will try again. I will report back as soon as I have something. I will check the tools installed version and I will try to force upgrade if needed. Yes, I can (and prefer to) use kraken2. I was just doing a test run following the github README, and I didn't notice kraken was default over kraken2. |
I am going to try and update the conda recipe and force all the newer versions of things. I think i forgot to make Kraken2 default because we use these settings on our system!
|
I am very confused right now, maybe my conda is somehow broken. Conda is latest (4.8.2), and I tried both upgrading snippy in an already installed env, and fresh installing snippy=4.6.0 along with Nullarbor. This results in unsolvable conflicts in both cases:
I will try with a fresh conda install now. Or maybe I will take the bite and manually install Nullarbor. |
That error is weird. It doesn't seem like a conflict at all. Hmmmm. |
I am also trying to use snippy within Nullarbor and got:
My conda was 4.8.3 and my nullarbor_env was freshly installed last December. Snippy is v4.4.3 and
Output in format: Requested package -> Available versions |
I got the same error. |
Hi,
I have no idea what it means... |
@shlomobl Not sure whether this is resolve but I have custom environment |
Installing from conda (as of 2020-03-10) is resulting in some software version incompatibilities. Install commands:
I get a medal (yay!) when checking if everything is fine:
nullarbor.check.txt
Side comment: it seems
nullarbor.pl --check
doesn't check for KRAKEN2_DEFAULT_DB.Then I run:
The preview runs fine, but I get two issues with
make all
:Solutions from the above issue didn't solve the problem. Issuing
conda update --all
results in the following changes:Trying
conda install -y -c bioconda kraken --force-reinstall
results in:This causes snippy to fail.
Whole log file also attached.
nullarbor.log.txt
The text was updated successfully, but these errors were encountered: