Skip to content
Snippets Groups Projects
Commit 835656b1 authored by Laura Cook's avatar Laura Cook
Browse files

added -snakefile flag to command to call a specific snakefile

parent 7a612622
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ conda activate chip ...@@ -39,7 +39,7 @@ conda activate chip
Run pipeline with the following command: Run pipeline with the following command:
``` ```
snakemake -j 6 --cluster-config envs/cluster.json --cluster "sbatch -A {cluster.account} -t {cluster.time} -p {cluster.partition} --nodes {cluster.nodes} --ntasks {cluster.ntasks} --mem {cluster.mem}" & snakemake --snakefile [snakemake file] -j 6 --cluster-config envs/cluster.json --cluster "sbatch -A {cluster.account} -t {cluster.time} -p {cluster.partition} --nodes {cluster.nodes} --ntasks {cluster.ntasks} --mem {cluster.mem}" &
``` ```
Cluster configuration file: configs/cluster.json\ Cluster configuration file: configs/cluster.json\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment