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 the muscat-comparison directory I run snakemake, so maybe I missed some important steps?
In the directory, I also can't find the folders data, meta and results, is this on purpose?
If more information is needed just let me know.
Thanks in advance.
Erika
Hello,
I'm trying to run the snakemake workflow for DS analysis method comparison.
When I run
snakemakein 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-comparisondirectory I runsnakemake, so maybe I missed some important steps?In the directory, I also can't find the folders
data,metaandresults, is this on purpose?If more information is needed just let me know.
Thanks in advance.
Erika