Skip to content

Commit

Permalink
set default to mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
nickp60 committed Oct 29, 2019
1 parent 1c3fb08 commit 9f5e5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py16db/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.54"
__version__ = "0.3.55"
2 changes: 1 addition & 1 deletion py16db/run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ def write_sge_script(args, ntorun, riboSeed_jobs, script_path):
"#$ -cwd",
"#$ -j yes",
"#$ -N focusDB_assembs",
"#$ -pe multi %i" % args.cores,
"#$ -pe mpi %i" % args.cores,
"#$ -l h_vmem=%iG" % args.memory,
"set -e"]
with open(script_path, "w") as outf:
Expand Down

0 comments on commit 9f5e5d5

Please sign in to comment.