-
Notifications
You must be signed in to change notification settings - Fork 9
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 workflow FileNotFoundError #1
Comments
Hi Erika, you're correct. The current workflow will fail initially due to missing directories. I will add a script that will assure all required files/directories exist when running the workflow for the 1st time (e.g., besides the missing directories, simulation/method/run-mode parameters need to have be generated). |
Thanks a lot, this works now. |
Hi,
and then saving the generated sce file to a .rds file. I don't know if this should be done, or if the raw data files should be generated automatically while running the snakemake workflow? Now, I tried running snakemake again (I'm working in the
Do you have an idea, why this error occurs? Thank you in advance for your help. |
Hello,
I'm trying to run the snakemake workflow for DS analysis method comparison.
When I run
snakemake
in the terminal, I get the following error:FileNotFoundError in line 25 of /home/PycharmProjects/muscat-comparison/Snakefile: [Errno 2] No such file or directory: 'meta/sim_ids.json' File "/home/PycharmProjects/muscat-comparison/Snakefile", line 25, in <module>
I'm also new to snakemake, I installed it via
pip3 install snakemake
, and then after cloning themuscat-comparison
directory I runsnakemake
, so maybe I missed some important steps?In the directory, I also can't find the folders
data
,meta
andresults
, is this on purpose?If more information is needed just let me know.
Thanks in advance.
Erika
The text was updated successfully, but these errors were encountered: