-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error to finish testrun #47
Comments
Hi,
Did the command fail or did it not change the snakemake version? Best Oskar |
Thank you for your reply!
Best Takeuchi |
Ok. If you try to activate the Snakemake env |
Sorry for the late reply.
Is this the cause? |
No, thats ok. The binny environment doesnt have snakemake. If you were able to activate it, it should be fine. |
|
Looks fine. You are running it from the binny dir? Might be that absolute paths for the inputs and outputs help. |
|
testrun looks normal. maybe you can try |
Thanks. |
Hey, sorry for the late answer. could you maybe try the solution from here #48 ? There were apparently some breaking changes in HDBSCAN recently that require a new version. |
It seems to be working. Thanks! |
Hi, I'm trying to use binny and am facing a test run error. This is my first post to github and I know it would be poor, but I would appreciate your response.
I'm using conda and have completed the installation of binny as follows.
conda create -n binny_env -y #python==3.11.4
git clone https://github.com/a-h-b/binny.git
cd binny
./binny -i config/config.init.yaml
Then, tried
./binny -l -n "TESTRUN" -r config/config.test.yaml
, but it doesn't work.The error message is as follows.
I downgraded joblib from 1.3.0 to 1.1.0 based on an issue #38.
I also tried
sed -i -e '202s/snakemake=6.9.1/snakemake=7.16.0/g' binny
based on an issue #40, but both didn't work.I would appreciate it if you could let me know.
Thanks.
The text was updated successfully, but these errors were encountered: