Commit 6de7a55b authored by Kevin's avatar Kevin

housekeeping

parent 40a58a6b
...@@ -6,3 +6,4 @@ output ...@@ -6,3 +6,4 @@ output
*.Rproj *.Rproj
*.rds *.rds
*.Rhistory *.Rhistory
*.out
\ No newline at end of file
#!/bin/bash #!/bin/bash
# single input: snakemake target # single input: snakemake target
nohup snakemake $1 --use-singularity -j 99 --cluster-config cluster.json --cluster "sbatch -A {cluster.account} -p {cluster.partition} -n {cluster.n} -c {cluster.ncpu} -t {cluster.time}" nohup snakemake $1 --use-singularity -j 99 --cluster-config cluster.json --cluster "sbatch -A {cluster.account} -p {cluster.partition} -n {cluster.n} -c {cluster.ncpu} -t {cluster.time}" &
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment