Skip to content

Commit

Permalink
decreasing job number b/c of main snakemake job
Browse files Browse the repository at this point in the history
  • Loading branch information
wclose authored Jul 24, 2019
1 parent 52427d9 commit ef5fc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/pbs-torque/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cluster-config: "config/cluster.json"
cluster: "qsub -N {cluster.jobname} -l nodes={cluster.nodes}:ppn={cluster.ppn},pmem={cluster.pmem},walltime={cluster.walltime},qos={cluster.qos} -A {cluster.account} -q {cluster.queue} -M {cluster.email} -m {cluster.mailon} -j {cluster.jobout} -o {cluster.outdir} -V "
jobs: 5000
jobs: 4999
verbose: true
notemp: true

0 comments on commit ef5fc0b

Please sign in to comment.