-
Notifications
You must be signed in to change notification settings - Fork 17
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
python: can't open file 'features': #31
Comments
@ctokheim Any inputs? |
This looks like 2020plus.py is not in your file path. If you type in the terminal |
@ctokheim
Still I run into the error, I re run and the error remains same. Please see attached error log from snakemake. 2024-08-07T162610.850260.snakemake.log It's run at 16:26 (4:46PM). |
Could you copy one of the commands that failed regarding the 2020plus.py features command and run that directly in your terminal? It looks like the error message that caused the failure is being suppressed, and running it outside of snakemake should give you a full python traceback of what happened. |
@ctokheim
I found that this could be due to higher matplot lib version. https://stackoverflow.com/a/63065060/2740831 I downgraded it and ran into another set of errors: pip install matplotlib==3.2
I then again moved it back to higher matplot lib |
Yes, I would avoid matplotlib 3.3.2. Can you try creating a new conda environment with the following yaml file? |
Hi @ctokheim $ python
|
This is likely an issue with installing conflicting versions of R and rpy2, please see this previous issue: #24 |
Hi there,
I am using example bladder data to test and get going with 20/20+
I've data folder that has
I run it as:
snakemake -s 2020plus-1.2.3/Snakefile pretrained_predict -p --cores 1 --config mutations="bladder.txt" output_dir="output_bladder" trained_classifier="2020plus_10k.Rdata"
Error I get:
Which features file is it looking and where do I put?
There are files generated in output folder:
Please let me know if any other information is required.
The text was updated successfully, but these errors were encountered: