Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Olm authored and Matt Olm committed Oct 25, 2017
1 parent 29f1492 commit 41f9f42
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project (attempts to) adhere to [Semantic Versioning](http://semver.org/).

## [1.4.3] - 2017-10-24
## fixed
- fixed centrifuge call (shell=False)

## [1.4.2] - 2017-10-24
## Changed
- made ANImf the default comparison algorithm
Expand Down
2 changes: 1 addition & 1 deletion drep/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.4.3
2 changes: 1 addition & 1 deletion drep/d_bonus.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def run_centrifuge(Bdb, prod_dir, cent_dir, **kwargs):
logdir = kwargs.get('wd').get_dir('cmd_logs')
else:
logdir = False
dm.thread_cmds(cmds, shell=True, logdir=logdir, t=int(t))
dm.thread_cmds(cmds, shell=False, logdir=logdir, t=int(t))
#drep.d_cluster.thread_mash_cmds_status(cmds,t=int(t))

else:
Expand Down

0 comments on commit 41f9f42

Please sign in to comment.