Pore-C-Snakemake
Pore-C-Snakemake copied to clipboard
Execute the workflow
I create and activate the env:
- [name@beluga2 ~]$ virtualenv venv_pore_c && source venv_pore_c/bin/activate
- [name@beluga2 ~]$ pip install --no-index --upgrade pip
- [name@beluga2 ~]$ pip install --no-index pore_c After I tried to execute the workflow locally: (venv_pore_c) [name@beluga2 ~]$ snakemake --cores $N
And I got an error: Error: no Snakefile found, tried Snakefile, snakefile, workflow/Snakefile, workflow/snakefile.
Do you have any idea how to fix this error? Thank you