Commit 6de7a55b authored by Kevin's avatar Kevin

housekeeping

parent 40a58a6b
...@@ -5,4 +5,5 @@ output ...@@ -5,4 +5,5 @@ output
*.pdf *.pdf
*.Rproj *.Rproj
*.rds *.rds
*.Rhistory *.Rhistory
\ No newline at end of file *.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