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

edited snakemake command

parent 1ddac80f
No related merge requests found
......@@ -42,6 +42,20 @@ Run pipeline with the following command:
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}" &
```
H3K27ac:
```
snakemake -j 6 --snakefile Snakefile_H3K27ac --cluster-config configs/cluster.json --cluster "sbatch -A {cluster.account} -t {cluster.time} -p {cluster.partition} --nodes {cluster.nodes} --ntasks {cluster.ntasks} --mem {cluster.mem}" &
```
H3K4me3:
```
snakemake -j 6 --snakefile Snakefile_H3K4me3 --cluster-config configs/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\
Sample configuration file: configs/config.yaml\
Sample text file: configs/SSR.text\
......
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