-
Notifications
You must be signed in to change notification settings - Fork 0
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
Snakemake failed #8
Comments
It's probably a remnant path issue -- we rearranged the locations of files about 5 times yesterday and may have missed a path change in the read/write to csv commands in a python file... |
We thought that maybe Snakefile_datacleaning was the intended Snakefile because the output matches the output described in the ReadMe. We tried deleting Snakefile and renaming Snakefile_datacleaning and got the following error: python: can't open file 'prepare_flood_events_table.py': [Errno 2] No such file or directory Shutting down, this might take some time. I think this is because prepare_flood_events_table.py is a .ipynb file |
@jiannan0721 figured it out! We just needed to do: |
Sorry there are like 3 snakemake files in that repo. We had bigger plans. |
I'm getting the following error when I run the snakemake command:
Error in rule process_data:
jobid: 2
output: input_data/for_model_avgs.csv
shell:
This error was reproduced by @jiannan0721 and @Yohnjparra
The text was updated successfully, but these errors were encountered: